.ra-business-public-header{
    background:#ffffff;
    border-bottom:1px solid #e6edf1;
    font-family:Arial,Helvetica,sans-serif;
}

.ra-business-public-inner{
    max-width:1180px;
    margin:0 auto;
    padding:10px 18px 9px;
}

.ra-business-public-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}

.ra-business-public-brand{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#0B2E55;
    font-size:18px;
    font-weight:800;
}

.ra-business-public-brand strong{
    color:#D8A836;
}

.ra-business-public-mark{
    width:42px;
    height:42px;
    border-radius:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#1769AA,#0F9D72);
    color:#fff;
    font-weight:900;
    box-shadow:0 8px 18px rgba(15,157,114,.22);
}

.ra-business-public-actions{
    display:flex;
    align-items:center;
    gap:8px;
}

.ra-business-public-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 12px;
    border-radius:10px;
    text-decoration:none;
    font-size:11px;
    font-weight:900;
}

.ra-business-account{
    background:#fff;
    border:1px solid rgba(11,46,85,.13);
    color:#0B2E55;
}

.ra-business-app{
    background:linear-gradient(135deg,#1769AA,#0F9D72);
    color:#fff;
}

.ra-business-public-nav{
    width:100%;
    margin-top:9px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:7px 14px;
}

.ra-business-public-nav a{
    color:#405066;
    text-decoration:none;
    font-size:12px;
    font-weight:750;
    white-space:nowrap;
}

.ra-business-public-nav a:hover{
    color:#0F9D72;
}

@media(max-width:700px){

    .ra-business-public-inner{
        padding:8px 12px;
    }

    .ra-business-public-brand{
        font-size:16px;
    }

    .ra-business-public-mark{
        width:38px;
        height:38px;
    }

    .ra-business-public-nav{
        gap:6px;
    }

    .ra-business-public-nav a{
        padding:6px 8px;
        border-radius:9px;
        background:#F4F8F7;
        font-size:10px;
    }

    .ra-business-account{
        display:none !important;
    }

    .ra-business-app{
        min-height:36px !important;
        padding:0 9px !important;
        font-size:10px !important;
    }
}

/* =========================================================
   ORASUL MEU - SELECTOR LOCALITATE
   ========================================================= */

.om-city-selector{
    min-height:42px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:5px 11px;
    border:1px solid rgba(11,46,85,.13);
    border-radius:11px;
    background:#f7faf9;
    color:#0B2E55;
    cursor:pointer;
    font-family:inherit;
}

.om-city-selector:hover{
    border-color:rgba(15,157,114,.38);
    background:#f1f9f6;
}

.om-city-selector-pin{
    font-size:16px;
}

.om-city-selector-copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    line-height:1.05;
}

.om-city-selector-copy small{
    font-size:8px;
    font-weight:900;
    letter-spacing:.6px;
    color:#83909d;
}

.om-city-selector-copy strong{
    margin-top:3px;
    max-width:150px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:11px;
    color:#0B2E55;
}

.om-city-selector-arrow{
    color:#748494;
    font-size:13px;
}

.om-city-modal-open{
    overflow:hidden;
}

.om-city-overlay{
    position:fixed;
    inset:0;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
    background:rgba(4,22,38,.62);
    backdrop-filter:blur(5px);
}

.om-city-modal{
    width:min(620px,100%);
    max-height:min(760px,92vh);
    overflow:hidden;
    display:flex;
    flex-direction:column;
    padding:22px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 28px 80px rgba(0,0,0,.24);
}

.om-city-modal-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:15px;
}

.om-city-modal-head span{
    color:#0F9D72;
    font-size:10px;
    font-weight:900;
    letter-spacing:.8px;
}

.om-city-modal-head h2{
    margin:4px 0 0;
    color:#0B2E55;
    font-size:25px;
}

.om-city-close{
    width:38px;
    height:38px;
    flex:0 0 auto;
    border:0;
    border-radius:12px;
    background:#eef3f5;
    color:#405066;
    font-size:25px;
    cursor:pointer;
}

.om-city-current{
    margin-top:17px;
    padding:13px 15px;
    border-radius:15px;
    background:linear-gradient(135deg,#eef8f4,#eef5fb);
    border:1px solid rgba(11,46,85,.07);
}

.om-city-current span,
.om-city-current small{
    display:block;
    font-size:10px;
    color:#788696;
}

.om-city-current strong{
    display:block;
    margin:4px 0;
    color:#0B2E55;
    font-size:16px;
}

.om-city-label{
    display:block;
    margin-top:15px;
    color:#405066;
    font-size:11px;
    font-weight:900;
}

.om-city-label select,
.om-city-label input{
    width:100%;
    box-sizing:border-box;
    height:46px;
    margin-top:6px;
    padding:0 13px;
    border:1px solid #dce5e9;
    border-radius:12px;
    outline:none;
    background:#fff;
    color:#162b3d;
    font-size:14px;
}

.om-city-label select:focus,
.om-city-label input:focus{
    border-color:#0F9D72;
    box-shadow:0 0 0 3px rgba(15,157,114,.09);
}

.om-city-results{
    margin-top:14px;
    overflow:auto;
    min-height:90px;
}

.om-city-result{
    width:100%;
    display:flex;
    align-items:center;
    gap:11px;
    padding:12px 10px;
    border:0;
    border-bottom:1px solid #edf1f3;
    background:#fff;
    text-align:left;
    cursor:pointer;
}

.om-city-result:hover{
    background:#f5faf8;
}

.om-city-result-icon{
    font-size:20px;
}

.om-city-result-copy{
    min-width:0;
    flex:1;
}

.om-city-result-copy strong{
    display:block;
    color:#0B2E55;
    font-size:14px;
}

.om-city-result-copy small{
    display:block;
    margin-top:3px;
    color:#83909d;
    font-size:10px;
}

.om-city-result-arrow{
    color:#90a0ad;
    font-size:22px;
}

.om-city-empty{
    padding:24px 12px;
    text-align:center;
    color:#81909d;
    font-size:12px;
}

@media(max-width:700px){

    .om-city-selector{
        order:-1;
        min-height:36px;
        padding:4px 8px;
    }

    .om-city-selector-copy small{
        display:none;
    }

    .om-city-selector-copy strong{
        max-width:105px;
        font-size:10px;
    }

    .om-city-selector-arrow{
        display:none;
    }

    .om-city-modal{
        padding:17px;
        border-radius:20px;
    }

    .om-city-modal-head h2{
        font-size:21px;
    }
}
