/*
Theme Name: Nagpurwala
Author: Ram Lanjewar
Version: 1.0
*/

.my-account-btn{

display:flex;

align-items:center;

gap:8px;

font-size:15px;

font-weight:600;

color:#222;

text-decoration:none;

transition:.3s;

}

.my-account-btn:hover{

color:#f4b400;

}

.post-ad-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:10px;

padding:14px 30px;

background:#ffc107;

color:#000;

font-weight:700;

font-size:16px;

border-radius:50px;

text-decoration:none;

white-space:nowrap;

min-width:185px;

height:54px;

transition:.3s;

box-shadow:0 8px 18px rgba(255,193,7,.30);

}

.post-ad-btn i{

width:34px;

height:34px;

background:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#000;

}

.post-ad-btn:hover{

background:#ffb000;

color:#000;

transform:translateY(-2px);

box-shadow:0 12px 24px rgba(255,193,7,.45);

}

.post-ad-btn:focus{

color:#000;

text-decoration:none;

}