Theme Name: Astha Bajar
Text Domain: astha-bajar


.ab-header{
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
    padding:16px 0;
}

.ab-container{
    width:min(1200px,92%);
    margin:auto;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ab-logo h2{
    color:#2E7D32;
    font-size:28px;
}

.ab-menu ul{
    display:flex;
    gap:25px;
    list-style:none;
}

.ab-menu a{
    color:#222;
    font-weight:600;
}

.ab-actions{
    display:flex;
    gap:15px;
    font-size:24px;
}