/* Paired header actions: quiet account access beside the primary booking CTA. */
.nh-header-actions{
    display:flex;
    align-items:center;
    gap:9px;
}

.nh-btn-login{
    background:transparent;
    border-color:#555;
    color:#fff;
}

.nh-btn-login:hover{
    background:#fff;
    border-color:#fff;
    color:#080808;
}

@media(max-width:980px){
    .nh-header-actions{
        order:10;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .nh-header-actions .nh-btn{
        width:100%;
        padding-inline:14px!important;
    }
}
