@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

/* =====================================================================
   CHAVES INMOBILIARIA — child-custom.css
   Restyle de /propiedades/ (RealHomes) para que las cards se vean
   IDÉNTICAS a las del carrusel de la home.
   Trabaja junto con child-custom.js (inyecta ubicación, specs y CTAs).
   Ruta FTP: /wp-content/themes/realhomes-child/css/child-custom.css
   ===================================================================== */

:root {
    --verde: #3C3C93;
    --verde-light: #EFEFF6;
    --verde-hover: #7373B1;
    --ink: #1A1A1A;
    --line: #ECECEC;
    --radius: 16px;
}

/* ---------------------------------------------------------------------
   1. BANNER SUPERIOR ("Listado de Propiedades")
   Markup real: <section class="rh_banner rh_banner__image"> con imagen
   de fondo + .rh_banner__cover (overlay) + .rh_banner__wrap > h2.title
--------------------------------------------------------------------- */
.rh_banner.rh_banner__image {
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    /* padding-top generoso para no meterse debajo del header sticky */
    padding: 150px 0 64px !important;
    display: flex !important;
    align-items: flex-end !important;
    min-height: 380px !important;

    /* Foto de fondo — con !important porque el theme trae su propio
       degradé por defecto en esta clase y sin esto no le ganaba.
       Si en el futuro configurás una imagen nativa desde wp-admin,
       avisame y saco este !important para que esa gane. */
    background-image: url('https://chavesinmobiliaria.com.ar/wp-content/uploads/2026/07/hero.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Overlay en tono verde de marca (no negro-azulado) — liviano arriba,
   un poco más denso abajo para que el título en blanco se lea bien
   sin tapar la foto */
.rh_banner__cover {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(60, 60, 147, .25) 0%, rgba(28, 28, 68, .70) 100%) !important;
}

.rh_banner__wrap {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.rh_banner__title {
    font-weight: 600;
    font-size: clamp(50px, 4vw, 2.75rem) !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.15;
}

/* Toggle grid/list, esquina derecha */
.rh_banner__controls { margin: 0 0 4px; }
.rh_view_type { display: flex; gap: 6px; }
.rh_view_type a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    transition: background .2s ease;
}
.rh_view_type a svg { width: 16px; height: 16px; fill: #fff; }
.rh_view_type a:hover,
.rh_view_type a.active { background: var(--verde); }

/* ---------------------------------------------------------------------
   2. BUSCADOR — override fuerte del header-search de RealHomes
   (scopeado a .rh_prop_search_form_header + !important para ganarle
    al layout propio del theme)
--------------------------------------------------------------------- */

/* El contenedor externo no lleva fondo doble; la píldora es el form */
.rh_prop_search.rh_prop_search_init {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

/* La barra = el <form> */
.rh_prop_search__form.rh_prop_search_form_header {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
    background: #fff !important;
    border: 1px solid #F0F0F0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 22px rgba(26, 26, 26, .06) !important;
    padding: 8px !important;
    position: relative !important;
}

/* Zona de campos: crece y ocupa el espacio */
.rh_prop_search_form_header .rh_prop_search__fields {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    float: none !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
}
.rh_prop_search_form_header .rh_prop_search__wrap {
    width: 100% !important;
    float: none !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
}
.rh_prop_search_form_header .rh_form_fat_top_fields {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
/* El panel de prestaciones (colapsado) fuera de scope → lo ocultamos */
.rh_prop_search_form_header .rh_form_fat_collapsed_fields_wrapper { display: none !important; }

/* Cada campo */
.rh_prop_search_form_header .rh_prop_search__option {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 6px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border-right: 1px solid var(--line);
}
.rh_prop_search_form_header .rh_prop_search__option:last-child { border-right: 0; }

/* Label chico en una sola línea */
.rh_prop_search_form_header .rh_prop_search__option label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    color: #9a9a9a !important;
    margin: 0 0 3px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Input de texto (ID) sin caja */
.rh_prop_search_form_header .rh_prop_search__option input[type="text"] {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
    width: 100% !important;
    box-shadow: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15px !important;
    color: var(--ink) !important;
}
.rh_prop_search_form_header .rh_prop_search__option input[type="text"]::placeholder { color: #b8b8b8; }

/* --- SELECT2 --- */
.rh_prop_search_form_header .select2-container { width: 100% !important; }
.rh_prop_search_form_header .select2-container--default .select2-selection--single {
    border: 0 !important;
    background: transparent !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.rh_prop_search_form_header .select2-selection__rendered {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: var(--ink) !important;
    padding: 0 !important;
}
.rh_prop_search_form_header .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
}
.rh_prop_search_form_header .select2-selection__arrow b {
    border-color: #9a9a9a transparent transparent transparent !important;
}

/* Dropdown desplegado (se renderiza en el body, sin scope) */
.select2-dropdown,
.select2-container--default .select2-dropdown {
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(26, 26, 26, .14) !important;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-top: 6px;
}
.select2-container--default .select2-results,
.select2-container--default .select2-results__options {
    background: #fff !important;
}
/* Oculta el buscador interno del dropdown (listas cortas) */
.select2-search--dropdown { display: none !important; }

.select2-results__option {
    background: #fff !important;
    color: var(--ink) !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
}
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--verde) !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--selected {
    background: var(--verde-light) !important;
    color: var(--verde) !important;
}
/* Al abrir, el control no toma borde turquesa */
.rh_prop_search_form_header .select2-container--default.select2-container--open .select2-selection--single {
    border: 0 !important;
    box-shadow: none !important;
}

/* --- BOTONES: neutralizamos el position absolute del theme --- */
.rh_prop_search_form_header .rh_prop_search__buttons {
    position: static !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}
.rh_prop_search_form_header .rh_prop_search__btnWrap {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin: 0 !important;
    float: none !important;
    position: static !important;
    width: auto !important;
}
/* Búsqueda avanzada (lupa+) y flechita "Advance Search" fuera → se ocultan */
.rh_prop_search_form_header .rh_prop_search__advance,
.rh_prop_search_form_header .advance-search-arrow { display: none !important; }

.rh_prop_search_form_header .rh_prop_search__searchBtn {
    display: flex !important;
    align-items: stretch !important;
}
.rh_prop_search_form_header .rh_btn__prop_search {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 100% !important;
    min-height: 100% !important;
    padding: 0 32px !important;
    background: var(--verde) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 11px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    cursor: pointer;
    transition: background .2s ease;
}
.rh_prop_search_form_header .rh_btn__prop_search:hover { background: var(--verde-hover) !important; }
.rh_prop_search_form_header .rh_btn__prop_search svg { width: 18px !important; height: 18px !important; }
.rh_prop_search_form_header .rh_btn__prop_search .icon-search { stroke: #fff !important; }

/* --- ORDENAR POR — confirmado: .rh_page__head > .rh_page__controls
       > .rh_sort_controls > (Select2). Es Select2, no un <select> nativo,
       por eso el border-radius no pegaba antes. --- */
.rh_page__controls {
    display: flex;
    justify-content: flex-end;
    margin: 16px 0 0;
}
.rh_sort_controls .select2-container { width: auto !important; min-width: 220px; }
.rh_sort_controls .select2-container--default .select2-selection--single {
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 11px 34px 11px 16px !important;
    box-shadow: 0 2px 10px rgba(26, 26, 26, .05);
    display: flex !important;
    align-items: center !important;
}
.rh_sort_controls .select2-selection__rendered {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    color: var(--ink) !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}
.rh_sort_controls .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 10px !important;
}
.rh_sort_controls .select2-selection__arrow b {
    border-color: #9a9a9a transparent transparent transparent !important;
}
/* al abrir, que no tome el borde turquesa del theme */
.rh_sort_controls .select2-container--open .select2-selection--single {
    border-color: var(--verde) !important;
    box-shadow: none !important;
}

/* --- MOBILE: apila todo --- */
@media (max-width: 820px) {
    .rh_prop_search__form.rh_prop_search_form_header { flex-direction: column !important; }
    .rh_prop_search_form_header .rh_form_fat_top_fields { grid-template-columns: 1fr !important; }
    .rh_prop_search_form_header .rh_prop_search__option {
        border-right: 0 !important;
        border-bottom: 1px solid var(--line);
        padding: 12px 16px !important;
    }
    .rh_prop_search_form_header .rh_prop_search__option:last-child { border-bottom: 0; }
    .rh_prop_search_form_header .rh_prop_search__buttons,
    .rh_prop_search_form_header .rh_prop_search__btnWrap,
    .rh_prop_search_form_header .rh_prop_search__searchBtn { width: 100% !important; }
    .rh_prop_search_form_header .rh_btn__prop_search { width: 100% !important; padding: 15px !important; }
    .rh_page__controls { justify-content: stretch; }
    .rh_sort_controls .select2-container { width: 100% !important; min-width: 0; }

    /* Banner: menos altura y menos padding-top en mobile (header sticky más bajo) */
    .rh_banner.rh_banner__image {
        min-height: 280px !important;
        padding: 110px 0 40px !important;
    }
}

/* ---------------------------------------------------------------------
   2b. ESPACIADO — el theme mete dos paddings grandes que generan la
   banda gris vacía entre el buscador y las cards:
     · .rh_wrap--topPadding en la <section> que envuelve TODO el
       listado → padding-top: 5rem (80px)
     · .rh_page__head → padding: 0 0 4rem (64px abajo, antes de las
       cards)
   Usamos :has() para acotar el primero solo a la sección que
   realmente contiene el grid de propiedades, así no rompemos ese
   mismo utility class si el theme lo reusa en otra plantilla.
--------------------------------------------------------------------- */

.rh_page__head {
    padding: 0 0 16px !important;
    margin-bottom: 0 !important;
}


/* ---------------------------------------------------------------------
   3. GRID DEL LISTADO (fix del colapso)
--------------------------------------------------------------------- */
.rh_page__listing.rh_page__listing_grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
    float: none;
    margin: 20px 0 40px;
    padding: 0;
    list-style: none;
}
.rh_page__listing_grid > .rh_prop_card,
.rh_page__listing_grid > .rh_prop_card--listing {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
}
@media (max-width: 1024px) {
    .rh_page__listing.rh_page__listing_grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 600px) {
    .rh_page__listing.rh_page__listing_grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------------------------------------------------------------------
   4. CARD — clonada del carrusel
--------------------------------------------------------------------- */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__wrap {
    position: relative;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(26, 26, 26, .07);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(26, 26, 26, .12);
}

/* --- Imagen: mismo ratio que el carrusel (372x192) --- */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__thumbnail {
    position: relative;
    margin: 0;
    width: 100%;
    aspect-ratio: 372 / 192;
    overflow: hidden;
    background: var(--verde-light);
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__thumbnail > a {
    display: block;
    width: 100%;
    height: 100%;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s ease;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__wrap:hover .rh_prop_card__thumbnail img {
    transform: scale(1.05);
}

/* --- Ocultamos overlay nativo + favorito/comparar (la card limpia no los tiene) --- */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_overlay,
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_overlay__contents,
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__btns { display: none !important; }

/* --- Badge de estado: pill negro. Va ARRIBA-DERECHA para no pisar
       el ribbon "Destacado" que vive arriba-izquierda. Si el status
       trae varios valores ("Alquiler Anual, Alquiler Temporario")
       le damos ancho máximo y dejamos que arme 2 líneas. --- */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__status {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    z-index: 5;
    max-width: calc(100% - 28px);
    background: var(--ink) !important;
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-align: right;
    padding: 6px 12px;
    border-radius: 8px;
    line-height: 1.35;
}
/* El widget "Propiedades Destacadas" envuelve el texto de estado en un
   <figcaption>, que por default es display:block y rompería el pill.
   Lo neutralizamos para que se comporte como texto inline normal. */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__status figcaption {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font: inherit !important;
    color: inherit !important;
}

/* --- Ribbon "Destacado" (nativo de RealHomes): lo limpiamos y lo
       convertimos en una pill prolija arriba-izquierda. Neutralizamos
       cualquier clip-path/transform diagonal que traiga el theme.
       Generalizado con [class*="rh_label__"] porque el theme usa
       distintos modificadores según el contexto: rh_label__property_grid
       en el listado, rh_label__featured_widget en el sidebar, etc. --- */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__wrap > .rh_label[class*="rh_label__"] {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 6 !important;
    width: auto !important;
    height: auto !important;
    clip-path: none !important;
    transform: none !important;
    -webkit-clip-path: none !important;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_label[class*="rh_label__"] .rh_label_wrap {
    display: inline-block;
    background: #C89B3C; /* dorado — distinto del negro de "estado" */
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 6px 12px;
    border-radius: 8px;
    line-height: 1;
}
/* El <span> vacío que trae el theme adentro del label no debe ocupar lugar */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_label_wrap > span:empty { display: none; }

/* --- Feature label individual (ej. "Balcón con asador"): color lo
       define el agente vía inline style, respetamos ese color y solo
       prolijamos forma/tipografía/posición — abajo-izquierda. --- */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__thumbnail > span.property-label {
    position: absolute !important;
    bottom: 12px !important;
    left: 12px !important;
    top: auto !important;
    right: auto !important;
    z-index: 5 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    line-height: 1 !important;
    max-width: calc(100% - 24px);
}

/* --- Cuerpo: reordenamos con flex order --- */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__details {
    display: flex;
    flex-direction: column;
    padding: 22px 24px 24px;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-loc                  { order: 1; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__details h3 { order: 2; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__priceLabel { order: 3; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__meta_wrap  { order: 4; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-cta                  { order: 5; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__excerpt    { display: none; }

/* Ubicación (inyectada por JS) */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-loc {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #8a8a8a;
    margin: 0 0 10px;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-loc svg { width: 13px; height: 13px; stroke: #8a8a8a; flex-shrink: 0; }

/* Título */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__details h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    margin: 0 0 14px;
    color: var(--ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__details h3 a {
    color: inherit;
    text-decoration: none;
}

/* Precio */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__priceLabel {
    padding: 0;
    border: 0;
    margin: 0 0 4px;
    display: block;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: var(--ink);
    margin: 0;
    text-align: left;
}

/* Specs (reconstruidos por JS con clase .chv-specs sobre el meta_wrap) */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .rh_prop_card__meta_wrap.chv-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid var(--line);
    padding: 16px 0 0;
    margin: 16px 0 0;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-spec {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-spec svg { width: 16px; height: 16px; stroke: #555; flex-shrink: 0; }

/* Botones (inyectados por JS) */
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-cta {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 9px;
    text-decoration: none;
    white-space: nowrap;
    transition: .18s;
}
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-btn--more { background: var(--verde-light); color: var(--verde); }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-btn--more:hover { background: #dde2d9; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-btn--wa { background: transparent; border: 1.5px solid #25D366; color: #1fae54; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-btn--wa:hover { background: #25D366; color: #fff; }
:is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget) .chv-btn--wa svg { width: 15px; height: 15px; fill: currentColor; }

/* ---------------------------------------------------------------------
   5. PAGINACIÓN
--------------------------------------------------------------------- */
.rh_pagination,
.pagination,
.rh_page__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 48px 0;
}
.rh_pagination a,
.rh_pagination span,
.pagination .page-numbers {
    font-family: 'Plus Jakarta Sans', sans-serif;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--verde-light);
    color: var(--verde);
    text-decoration: none;
    transition: all .2s ease;
}
.pagination .page-numbers.current,
.rh_pagination .current {
    background: var(--verde);
    color: #fff;
    border-color: var(--verde);
}
.pagination .page-numbers:hover { background: var(--verde-light); }

/* =====================================================================
   6. FICHA DE PROPIEDAD — GALERÍA DE FOTOS
   Markup real (plugin FlexSlider nativo de RealHomes):
     .rh_property > .property-detail-slider-wrapper
       > #property-detail-slider-two.flexslider   (slider principal)
       > #property-detail-slider-carousel-nav.flexslider (miniaturas)
   Las miniaturas usan ancho/margen calculados por JS inline — NO
   tocamos display/float/width de .slides li para no romper el
   cálculo del plugin, solo pintamos por encima (radius, opacity,
   box-shadow) y reposicionamos flechas.
   ===================================================================== */

.property-detail-slider-wrapper {
    margin: 0 0 28px !important;
}

/* --- Slider principal --- */
.property-detail-slider-two.flexslider {
    border-radius: var(--radius) !important;
    overflow: hidden !important;
    margin: 0 0 10px !important;
    border: 0 !important;
    background: var(--verde-light);
}
.property-detail-slider-two .flex-viewport {
    border-radius: var(--radius);
}
.property-detail-slider-two .slides img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* Flechas prev/next del slider principal — círculo blanco, mismo
   lenguaje visual que las flechas del carrusel de la home */
.property-detail-slider-two .flex-direction-nav a {
    width: 42px !important;
    height: 42px !important;
    margin-top: -21px !important;
    background: #fff !important;
    background-image: none !important;
    border-radius: 50% !important;
    box-shadow: 0 3px 12px rgba(26, 26, 26, .20) !important;
    opacity: 1 !important;
    text-indent: -9999px;
    overflow: hidden;
    transition: background .2s ease;
}
.property-detail-slider-two .flex-direction-nav a:hover {
    background: var(--verde) !important;
}
/* Mata cualquier icono/glifo default del theme (sprite o :before) y
   dibuja nuestra propia flecha con un pseudo-elemento */
.property-detail-slider-two .flex-direction-nav a::before {
    display: none !important;
}
.property-detail-slider-two .flex-direction-nav a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--ink);
    border-right: 2px solid var(--ink);
}
.property-detail-slider-two .flex-direction-nav a:hover::after {
    border-color: #fff;
}
.property-detail-slider-two .flex-direction-nav .flex-prev {
    left: 16px !important;
}
.property-detail-slider-two .flex-direction-nav .flex-prev::after {
    transform: translate(-30%, -50%) rotate(-135deg);
}
.property-detail-slider-two .flex-direction-nav .flex-next {
    right: 16px !important;
}
.property-detail-slider-two .flex-direction-nav .flex-next::after {
    transform: translate(-70%, -50%) rotate(45deg);
}
.property-detail-slider-two .flex-direction-nav a.flex-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

/* --- Tira de miniaturas --- */
.property-detail-slider-carousel-nav.flexslider {
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
.property-detail-slider-carousel-nav .slides li {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: .55;
    box-shadow: 0 0 0 0 transparent;
    transition: opacity .2s ease, box-shadow .2s ease;
}
.property-detail-slider-carousel-nav .slides li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.property-detail-slider-carousel-nav .slides li:hover {
    opacity: .85;
}
.property-detail-slider-carousel-nav .slides li.flex-active-slide {
    opacity: 1;
    box-shadow: 0 0 0 2px var(--verde);
}
/* Ocultamos las flechitas del strip de miniaturas — con click en cada
   una y el scroll/swipe nativo alcanza; si las querés de vuelta, avisá */
.property-detail-slider-carousel-nav .flex-direction-nav {
    display: none !important;
}

@media (max-width: 640px) {
    .property-detail-slider-two .slides img { aspect-ratio: 4 / 3; }
    .property-detail-slider-two .flex-direction-nav a { width: 36px !important; height: 36px !important; margin-top: -18px !important; }
}

/* =====================================================================
   7. FICHA DE PROPIEDAD — OCULTAR HERO Y BUSCADOR
   El banner (.rh_banner.rh_banner__image) y el buscador (.rh_prop_search)
   son componentes compartidos con /propiedades/. Los escondemos SOLO acá
   usando :has() para detectar .rh_property, exclusivo de la ficha
   individual — así no le pegamos al listado, que sí los necesita.
   ===================================================================== */
body:has(.rh_property) .rh_banner.rh_banner__image,
body:has(.rh_property) .rh_prop_search.rh_prop_search_init {
    display: none !important;
}

/* =====================================================================
   8. FICHA DE PROPIEDAD — META/COMPARTIR, SPECS, DESCRIPCIÓN, MAPA,
      PROPIEDADES SIMILARES, WIDGET DE AGENTES
   ===================================================================== */

/* --- Propiedades similares: mismo diseño de card que el listado,
   pero en grid de 2 columnas porque acá convive con el sidebar
   (más angosto que el listado a 3 columnas). Las reglas de "pintura"
   de la card (thumbnail, badges, título, precio, specs, botones) ya
   están extendidas con :is(.rh_page__listing_grid, .rh_property__container, .Featured_Properties_Widget)
   en la sección 4 — acá solo definimos el layout del grid. --- */
.rh_property__similar_properties .rh_property__heading {
    margin-top: 8px;
}
.rh_property__container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin: 0 0 32px;
}
@media (max-width: 760px) {
    .rh_property__container { grid-template-columns: 1fr; gap: 20px; }
}
/* Reset de ancho igual que en el listado, por si el theme le puso
   algún width/float propio a estas cards */
.rh_property__container > .rh_prop_card,
.rh_property__container > .rh_prop_card--similar {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
}

/* --- Fila ID + compartir/favorito/comparar/imprimir --- */
.rh_property__meta.rh_property--borderBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
    margin: 0 0 24px;
    border-bottom: 1px solid var(--line) !important;
}
.rh_property__id {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.rh_property__id .title {
    color: #8a8a8a;
    font-size: 16px;
    margin: 0;
}
.rh_property__id .id {
    color: var(--ink);
    font-weight: 800;
    font-size: 18px;
    margin: 0;
}
.rh_property__print {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rh_property__print > a,
.rh_property__print .favorite,
.rh_property__print .rh_single_compare_button a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--verde-light) !important;
    border: 1px solid transparent;
    transition: background .2s ease;
}
.rh_property__print > a:hover,
.rh_property__print .favorite:hover,
.rh_property__print .rh_single_compare_button a:hover {
    background: var(--verde) !important;
}
/* Forzamos el color con !important sobre TODOS los paths/grupos del
   svg (share, favorito, comparar, imprimir traen estructuras internas
   distintas — alguno con fill en un <g> ancestro) para ganarle a
   cualquier fill inline u otra regla del theme. */
.rh_property__print svg {
    width: 19px !important;
    height: 19px !important;
}
.rh_property__print svg,
.rh_property__print svg g,
.rh_property__print svg path {
    fill: var(--verde) !important;
    stroke: none !important;
}
.rh_property__print > a:hover svg,
.rh_property__print > a:hover svg g,
.rh_property__print > a:hover svg path,
.rh_property__print .favorite:hover svg,
.rh_property__print .favorite:hover svg g,
.rh_property__print .favorite:hover svg path,
.rh_property__print .rh_single_compare_button a:hover svg,
.rh_property__print .rh_single_compare_button a:hover svg g,
.rh_property__print .rh_single_compare_button a:hover svg path {
    fill: #fff !important;
}
.rh_property__print .rh_tooltip { display: none; } /* tooltip nativo, opcional */

/* --- Specs: Habitaciones / Baños / Garaje --- */
.rh_property__meta_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}
.rh_property__meta_wrap .rh_property__meta {
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 28px 16px;
    border-right: 1px solid var(--line);
    text-align: center;
}
.rh_property__meta_wrap .rh_property__meta:last-child { border-right: 0; }
.rh_property__meta_wrap .rh_meta_titles {
    order: 3;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #8a8a8a;
}
.rh_property__meta_wrap .rh_property__meta > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.rh_property__meta_wrap .rh_svg { width: 34px !important; height: 34px !important; fill: var(--verde) !important; }
.rh_property__meta_wrap .figure {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    color: var(--ink);
    line-height: 1;
}

/* --- Descripción --- */
.rh_property__heading {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2rem;
    color: var(--verde);
    margin: 12px 0 22px;
}
.rh_property__content .rh_content p.wp-block-paragraph {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
    color: #333 !important;
    max-width: 920px !important;
    margin: 0 0 18px !important;
}
.rh_property__content .rh_content p.wp-block-paragraph strong {
    color: var(--ink);
}

/* --- Mapa --- */
.rh_property__map_wrap {
    margin: 8px 0 32px;
}
.rh_property__map_wrap #property_map.leaflet-container {
    border-radius: var(--radius) !important;
    overflow: hidden !important;
    border: 1px solid var(--line);
}
.leaflet-control-zoom.leaflet-bar {
    border: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(26, 26, 26, .15) !important;
}
.leaflet-control-zoom a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background: #fff !important;
    color: var(--ink) !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 700;
}
.leaflet-control-zoom a:hover { background: var(--verde-light) !important; }

/* --- Widget de agentes (sidebar) --- */
#agents_list_widget-3.agents_list_widget {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
    margin-bottom: 24px;
}
#agents_list_widget-3 .title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--verde);
    margin: 0 0 16px;
}
.agents-list-widget .agent-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}
.agents-list-widget .agent-list-item:last-child { border-bottom: 0; padding-bottom: 0; }
.agents-list-widget .agent-list-item:first-child { padding-top: 0; }
.agent-thumbnail img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.agent-widget-content { flex: 1; min-width: 0; }
.agent-widget-content .agent-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 4px;
}
.agent-widget-content .agent-name a {
    color: var(--ink);
    text-decoration: none;
}
.agent-contact-email {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    color: #888;
    text-decoration: none;
    margin-bottom: 2px;
    word-break: break-word;
}
.agent-contact-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    color: #888;
    margin-bottom: 8px;
}
.agent-contact-number .mobile-version { color: inherit; text-decoration: none; }

/* Botón WhatsApp inyectado por JS (child-custom.js → enhanceAgents) */
.chv-agent-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1fae54;
    border: 1.5px solid #25D366;
    border-radius: 8px;
    padding: 7px 12px;
    text-decoration: none;
    transition: .18s;
}
.chv-agent-wa-btn:hover { background: #25D366; color: #fff; }
.chv-agent-wa-btn svg { width: 13px; height: 13px; fill: currentColor; }

/* =====================================================================
   9. SIDEBAR DE LA FICHA — reset general + Propiedades Destacadas +
      Entradas recientes
   ===================================================================== */

/* --- Reset general de widgets: separación pareja + título consistente
   en todos, salvo donde ya hay una regla más específica (agentes) --- */
.rh_sidebar .widget {
    margin-bottom: 24px;
}
.rh_sidebar .widget:last-child { margin-bottom: 0; }
.rh_sidebar .widget .title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--verde);
    margin: 0 0 16px;
}

/* --- Propiedades Destacadas: la card ya hereda todo el diseño de
   marca vía el :is() extendido en la sección 4 (thumbnail, badge,
   precio, specs, botones). Solo la envolvemos en una card contenedora
   prolija, igual que hicimos con el widget de agentes. --- */
.Featured_Properties_Widget {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
}
.Featured_Properties_Widget .rh_prop_card__wrap {
    box-shadow: none !important;
    border: 0 !important;
}
.Featured_Properties_Widget .rh_prop_card__wrap:hover {
    transform: none !important;
}

/* --- Entradas recientes --- */
#recent-posts-6.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#recent-posts-6.widget_recent_entries li {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}
#recent-posts-6.widget_recent_entries li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
#recent-posts-6.widget_recent_entries li a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--ink);
    text-decoration: none;
    transition: color .18s ease;
}
#recent-posts-6.widget_recent_entries li a:hover {
    color: var(--verde);
    text-decoration: underline;
}

.rh_property .rh_property__content {
        padding: 5rem;
        margin-bottom: 3rem;
		border-radius: 20px;
    }
.rh_property__meta_wrap .rh_property__meta {
    margin-right: 0rem;
    margin-bottom: 0rem;
    text-align: left;
}

/* =====================================================================
   10. VISTA LISTA (toggle grid/list del banner, ?view=list)
   Markup propio y DISTINTO al de grid — no comparte clases con
   .rh_prop_card__*. Thumbnail es un <div style="background:url(...)">,
   no un <img>. Estructura: .rh_list_card__wrap > thumbnail +
   .rh_list_card__details_wrap (> details + priceLabel, en fila).
   Trabaja junto con child-custom.js → enhanceListCard().
   ===================================================================== */

.rh_list_card__wrap {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(26, 26, 26, .07);
    margin-bottom: 24px;
    transition: box-shadow .3s ease;
}
.rh_list_card__wrap:hover {
    box-shadow: 0 12px 30px rgba(26, 26, 26, .12);
}

/* --- Thumbnail: ancho fijo, la imagen ya viene como background-image
   inline del theme sobre un <div>, no un <img> --- */
.rh_list_card__thumbnail {
    position: relative;
    flex: 0 0 300px;
    min-height: 220px;
    overflow: hidden;
    background: var(--verde-light);
}
.rh_list_card__thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}
.rh_list_card__thumbnail .post_thumbnail {
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}
.rh_list_card__wrap:hover .rh_list_card__thumbnail .post_thumbnail {
    transform: scale(1.05);
}

/* Ocultamos overlay nativo + favorito/comparar — misma card limpia
   que usamos en el resto del sitio */
.rh_list_card__wrap .rh_overlay,
.rh_list_card__wrap .rh_overlay__contents,
.rh_list_card__btns {
    display: none !important;
}

/* --- Cuerpo: detalles a la izquierda, precio+CTA a la derecha --- */
.rh_list_card__details_wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 24px 28px;
    min-width: 0;
}
.rh_list_card__details {
    flex: 1;
    min-width: 0;
}
.rh_list_card__excerpt {
    display: none;
}
.rh_list_card__details h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: var(--ink);
    margin: 0 0 8px;
    line-height: 1.3;
}
.rh_list_card__details h3 a {
    color: inherit;
    text-decoration: none;
}

/* Ubicación (inyectada por JS, misma clase .chv-loc del resto del sitio) */
.rh_list_card__details .chv-loc {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #8a8a8a;
    margin: 0 0 8px;
}
.rh_list_card__details .chv-loc svg { width: 13px; height: 13px; stroke: #8a8a8a; flex-shrink: 0; }

/* Specs reconstruidos con labels lindas */
.rh_list_card__meta_wrap.chv-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 12px;
}
.rh_list_card__meta_wrap .chv-spec {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    color: #555;
}
.rh_list_card__meta_wrap .chv-spec svg { width: 15px; height: 15px; stroke: #555; flex-shrink: 0; }

/* --- Precio + estado + CTAs (columna derecha) --- */
.rh_list_card__priceLabel {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.rh_list_card__price {
    text-align: right;
}
.rh_list_card__price .status {
    display: inline-block;
    background: var(--ink);
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 5px 11px;
    border-radius: 8px;
    margin-bottom: 8px;
}
.rh_list_card__price .price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--ink);
    margin: 0;
    white-space: nowrap;
}

/* Botones Ver más + Consultar (inyectados por JS) */
.rh_list_card__priceLabel .chv-cta {
    display: flex;
    gap: 8px;
}
.rh_list_card__priceLabel .chv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    padding: 9px 14px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: .18s;
}
.rh_list_card__priceLabel .chv-btn--more { background: var(--verde-light); color: var(--verde); }
.rh_list_card__priceLabel .chv-btn--more:hover { background: #dde2d9; }
.rh_list_card__priceLabel .chv-btn--wa { background: transparent; border: 1.5px solid #25D366; color: #1fae54; }
.rh_list_card__priceLabel .chv-btn--wa:hover { background: #25D366; color: #fff; }
.rh_list_card__priceLabel .chv-btn--wa svg { width: 13px; height: 13px; fill: currentColor; }

@media (max-width: 760px) {
    .rh_list_card__wrap { flex-direction: column; }
    .rh_list_card__thumbnail { flex-basis: auto; aspect-ratio: 16 / 9; min-height: 0; }
    .rh_list_card__details_wrap { flex-direction: column; align-items: flex-start; gap: 18px; padding: 20px; }
    .rh_list_card__priceLabel { align-items: flex-start; width: 100%; }
    .rh_list_card__price { text-align: left; }
    .rh_list_card__priceLabel .chv-cta { width: 100%; }
    .rh_list_card__priceLabel .chv-btn { flex: 1; }
}
.rh_section.rh_wrap--topPadding:has(.rh_page__listing_grid) {
    padding-top: 5rem !important;
}

.rh_prop_search_form_header .select2-selection__rendered {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #b0b0b0 !important;
    padding: 0 !important;
}

.rh_prop_search_form_header .rh_prop_search__option label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0em !important;
    color: #9a9a9a !important;
    margin: 0 0 0px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}