/*
 * AlojamientosRurales - Correcciones finas del mapa móvil.
 */

@media (max-width: 900px) {
    html.ar-map-page.ar-listing-header-hidden .site-header,
    html.ar-map-page .site-header {
        transform: none !important;
    }

    html.ar-map-page .ar-top-search--unified,
    html.ar-map-page .ar-top-search {
        margin-top: 0 !important;
    }
}

html.ar-map-page .ar-map-card__price {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    white-space: nowrap !important;
}

html.ar-map-page .ar-map-card__price strong {
    display: inline !important;
    margin: 0 !important;
}
