@charset "UTF-8";
/* ====================================================================================================
   Clima 24.7 — Destinos / Provincias / Ciudades / Atractivos
   CSS limpio consolidado.
   - Respeta tokens globales de portal.css + portal-light/dark-colors.css.
   - Evita parches repetidos y reglas que se pisan entre sí.
   - Badges unificados para cards y heroes.
   ==================================================================================================== */
@import "destinos-provincias-portal-light-colors.css";
@import "destinos-provincias-portal-dark-colors.css";
/* ----------------------------------------------------------------------------------------------------
   1) Tokens locales y estructura base
---------------------------------------------------------------------------------------------------- */
.page-destinos-provincias {
    --destino-gap: 10px;
    --destino-radius-xl: 24px;
    --destino-radius-lg: 22px;
    --destino-radius-md: 18px;
    --destino-line: rgba(var(--destinos-provincias-header-destino-line-border), .12);
    --destino-line-strong: rgba(var(--destinos-provincias-destino-line-strong-border-card-heroes), .22);
    --destino-text: var(--blanco);
    --destino-muted: rgba(var(--destinos-provincias-destino-muted), .76);
    /*--destino-soft: rgba(255, 255, 255, .07);*/
    --destino-soft-strong: rgba(255, 255, 255, .16);
    --destino-accent: rgba(var(--destinos-provincias-destino-accent));
    --destino-blue: #007bff;
    --destino-green: #28a745;
    --destino-red: #dc3545;
    --destino-card-bg: linear-gradient(145deg, rgba(9, 28, 52, .92), rgba(5, 14, 27, .96));
    --destino-card-bg-alt: linear-gradient(145deg, rgba(10, 30, 58, .86), rgba(5, 14, 27, .94));
    --destino-shadow: 0 14px 32px rgba(0, 0, 0, .22);
    --destino-shadow-hover: 0 20px 42px rgba(0, 0, 0, .30);

    display: grid;
    gap: var(--destino-gap);
    width: 100%;
    padding: 28px;
}

.page-destinos-provincias *,
.page-destinos-provincias *::before,
.page-destinos-provincias *::after {
    box-sizing: border-box;
}

.page-destinos-provincias > * {
    margin-top: 0;
    margin-bottom: 0;
}

.page-destinos-detalle,
.page-destinos-ciudad,
.page-destinos-atractivo,
.destino-detail-stack,
.destino-city-stack,
.destino-attraction-stack,
.destino-card-stack,
.destino-section-stack,
.destino-attract-main-content {
    display: grid;
    gap: var(--destino-gap);
}

.destino-content-card,
.destino-empty-card,
.destino-section-block,
.destino-weather-panel,
.destino-clima-block,
.destino-back-link,
.destino-related-actions,
.destino-top-actions,
.destino-intro-card,
.destino-cameras-panel,
.destino-gallery-panel,
.destino-quickfacts-card {
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------
   2) Encabezado / portada de listado provincias
---------------------------------------------------------------------------------------------------- */
.destinos-provincias-header {
    margin: 0;
    padding: 26px;
    border: 1px solid var(--destino-line);
    border-radius: var(--destino-radius-xl);
    background:
        radial-gradient(circle at top left, rgba(var(--destinos-provincias-header-radialBg2), .18), transparent 34%),
        linear-gradient(135deg, rgba(var(--destinos-provincias-header-radialBg1), .98), rgba(var(--destinos-provincias-header-radialBg2), .96));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

.destinos-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 34px;
    margin: 0 0 12px;
    padding: 7px 12px;
    border: 1px solid rgba(var(--destino-accent-border), .85);
    border-radius: 999px;
    color: var(--destino-accent);
    background: rgba(var(--destino-accent-bg), .65);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.destinos-provincias-header h1 {
    margin: 0 0 8px;
    color: var(--destino-text);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 950;
    line-height: 1.05;
}

.destinos-provincias-header p {
    max-width: 780px;
    margin: 0;
    color: var(--destino-muted);
    font-size: 16px;
    line-height: 1.55;
}

.destinos-provincias-header .icono-destinos-provincias {
    --fa-primary-color: rgb(var(--destinos-provincias-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destinos-provincias-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destinos-provincias-icono-secundario-opacidad);

    color: rgb(var(--destinos-provincias-icono-primario-rgb));
}

/* ----------------------------------------------------------------------------------------------------
   3) Badge system unificado — cards y heroes
   Todos los badges quedan con el mismo aire y el mismo círculo blanco para iconos.
---------------------------------------------------------------------------------------------------- */
.page-destinos-provincias .content-badge-region,
.page-destinos-provincias .destino-soft-badge,
.page-destinos-provincias .destino-mini-badge,
.page-destinos-provincias .destino-featured-badge,
.page-destinos-provincias .destino-type-badge,
.page-destinos-provincias .destino-tourism-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: fit-content;
    max-width: 100%;
    min-height: 36px;
    padding: 4px 12px 4px 6px;
    border: 1px solid var(--destino-line-strong);
    border-radius: 999px;
    color: rgba(255, 255, 255, .94);
    background: var(--destino-soft-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .16);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .035em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 0 auto;
    align-self: flex-start;
    justify-self: start;
    backdrop-filter: blur(8px);
}

.page-destinos-provincias .content-badge-region .region-icon-badge,
.page-destinos-provincias .destino-soft-badge > i,
.page-destinos-provincias .destino-mini-badge > i,
.page-destinos-provincias .destino-featured-badge > i,
.page-destinos-provincias .destino-type-badge > i,
.page-destinos-provincias .destino-tourism-badge > i {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    padding: 3px;
    margin: 0;
    border-radius: 50%;
    color: #6e4b2b;
    background: #ffffff;
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, .08),
        0 3px 8px rgba(0, 0, 0, .16);
    font-size: 13px;
    line-height: 1;
    flex: 0 0 26px;
    --fa-primary-color: #6e4b2b;
    --fa-secondary-color: #d39a6a;
    --fa-secondary-opacity: 1;
}

.page-destinos-provincias .content-badge-region .region-icon-badge i {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.page-destinos-provincias .destino-detail-badges,
.page-destinos-provincias .destino-attract-detail-meta,
.page-destinos-provincias .destino-provincia-metric-bottom,
.page-destinos-provincias .destino-related-actions,
.page-destinos-provincias .destino-top-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: var(--destino-gap);
    width: fit-content;
    max-width: 100%;
}

.page-destinos-provincias .destino-detail-badges,
.page-destinos-provincias .destino-attract-detail-meta {
    margin-top: 18px;
}

.page-destinos-provincias .destino-detail-badges > *,
.page-destinos-provincias .destino-attract-detail-meta > *,
.page-destinos-provincias .destino-provincia-metric-bottom > *,
.page-destinos-provincias .destino-attract-body > * {
    width: fit-content;
    max-width: 100%;
    align-self: flex-start;
    justify-self: start;
}

/* Colores de regiones: toman las variables dark/light existentes. */
.page-destinos-provincias .content-badge-region.is-noroeste {
    color: var(--portal-region-noroeste-texto);
    background: rgba(var(--portal-region-noroeste-fondo-rgb), 1);
    border-color: rgba(var(--portal-region-noroeste-borde-rgb), 1);
}
.page-destinos-provincias .content-badge-region.is-litoral {
    color: var(--portal-region-litoral-texto);
    background: rgba(var(--portal-region-litoral-fondo-rgb), 1);
    border-color: rgba(var(--portal-region-litoral-borde-rgb), 1);
}
.page-destinos-provincias .content-badge-region.is-cuyo {
    color: var(--portal-region-cuyo-texto);
    background: rgba(var(--portal-region-cuyo-fondo-rgb), 1);
    border-color: rgba(var(--portal-region-cuyo-borde-rgb), 1);
}
.page-destinos-provincias .content-badge-region.is-serrana {
    color: var(--portal-region-serrana-texto);
    background: rgba(var(--portal-region-serrana-fondo-rgb), 1);
    border-color: rgba(var(--portal-region-serrana-borde-rgb), 1);
}
.page-destinos-provincias .content-badge-region.is-pampeana {
    color: var(--portal-region-pampeana-texto);
    background: rgba(var(--portal-region-pampeana-fondo-rgb), 1);
    border-color: rgba(var(--portal-region-pampeana-borde-rgb), 1);
}
.page-destinos-provincias .content-badge-region.is-patagonica {
    color: var(--portal-region-patagonica-texto);
    background: rgba(var(--portal-region-patagonica-fondo-rgb), 1);
    border-color: rgba(var(--portal-region-patagonica-borde-rgb), 1);
}

/* Tags internos como Naturaleza quedan para búsqueda/admin, no para vista pública. */
.page-destinos-provincias .destino-taxonomy-badge {
    display: none;
}

/* ----------------------------------------------------------------------------------------------------
   4) Cards de provincias / ciudades / atractivos
---------------------------------------------------------------------------------------------------- */
.destinos-provincias-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.destinos-ciudades-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.destino-provincia-metric-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    min-height: 138px;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid var(--destino-line);
    border-radius: var(--destino-radius-lg);
    color: var(--destino-text);
    text-decoration: none;
    background:
        radial-gradient(circle at 100% 100%, rgba(248, 196, 153, .13), transparent 34%),
        var(--destino-card-bg);
    box-shadow: var(--destino-shadow);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.destino-provincia-metric-card::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .05), transparent 42%),
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .07), transparent 25%);
    pointer-events: none;
}

.destino-provincia-metric-card::after {
    position: absolute;
    right: -38px;
    bottom: -42px;
    z-index: -1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    content: "";
    background: var(--region-glow, rgba(248, 196, 153, .25));
    filter: blur(3px);
    opacity: .45;
}

.destino-provincia-metric-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--destinos-provincias-destino-provincia-arrow-border-hover), .42);
    box-shadow: var(--destino-shadow-hover);
}

.destino-provincia-metric-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.destino-provincia-title {
    display: block;
    color: var(--destino-text);
    font-size: 21px;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .44);
}

.destino-provincia-arrow {
    display: inline-grid;
    width: 32px;
    height: 32px;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(var(--destinos-provincias-destino-provincia-arrow-border), .65);
    border-radius: 50%;
    color: rgba(var(--destinos-provincias-destino-provincia-arrow-color), .70);
    background: rgba(var(--destinos-provincias-destino-provincia-arrow-bg), .65);
    font-size: 16px;
    transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease;
}

.destino-provincia-metric-card:hover .destino-provincia-arrow {
    transform: translateX(3px);
    color: rgba(var(--destinos-provincias-destino-provincia-arrow-color-hover), .70);
    border-color: rgba(var(--destinos-provincias-destino-provincia-arrow-border-hover), .65);
    background: rgba(var(--destinos-provincias-destino-provincia-arrow-bg-hover), .65);
}

.destino-provincia-metric-bottom {
    margin-top: 22px;
}

.destino-provincia-metric-card.has-destino-image {
    min-height: 164px;
    background:
        linear-gradient(145deg, rgba(2, 10, 22, .10), rgba(2, 10, 22, .28)),
        var(--destino-card-image) center / cover no-repeat;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .26);
}

.destino-provincia-metric-card:hover.has-destino-image .destino-provincia-arrow{
    color: rgba(var(--destinos-provincias-destino-provincia-arrow-color-hover), .70);
    border-color: rgba(var(--destinos-provincias-destino-provincia-arrow-border-hover), .65);
    background: rgba(var(--destinos-provincias-destino-provincia-arrow-bg-hover), .65);
}

.destino-provincia-metric-card.has-destino-image::after {
    display: none;
}

.destino-provincia-metric-card.has-destino-image .content-badge-region {
    filter: drop-shadow(0 3px 7px rgba(0, 0, 0, .34));
    backdrop-filter: none;
}

.destino-provincia-metric-card.is-noroeste { --region-glow: rgba(0, 128, 0, .34); }
.destino-provincia-metric-card.is-litoral { --region-glow: rgba(0, 123, 255, .34); }
.destino-provincia-metric-card.is-cuyo { --region-glow: rgba(128, 0, 0, .34); }
.destino-provincia-metric-card.is-serrana { --region-glow: rgba(124, 112, 95, .34); }
.destino-provincia-metric-card.is-pampeana { --region-glow: rgba(231, 76, 60, .30); }
.destino-provincia-metric-card.is-patagonica { --region-glow: rgba(134, 186, 216, .36); }

.destino-attract-grid,
.destino-camera-grid,
.destino-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.destino-attract-card,
.destino-camera-card,
.destino-info-item {
    overflow: hidden;
    border: 1px solid var(--destino-line);
    border-radius: var(--destino-radius-md);
    color: var(--destino-muted);
    background: rgba(255, 255, 255, .055);
}

.destino-attract-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.destino-attract-card-link {
    color: inherit;
    text-decoration: none;
}

.destino-attract-card-link:hover .destino-attract-card {
    transform: translateY(-3px);
    border-color: rgba(248, 196, 153, .34);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.destino-attract-img {
    position: relative;
    min-height: 155px;
    background-position: center;
    background-size: cover;
}

.destino-attract-body {
    display: grid;
    gap: 8px;
    padding: 16px;
    justify-items: start;
}

.destino-attract-body h3,
.destino-camera-card h3 {
    margin: 0;
    color: var(--destino-text);
    font-size: 18px;
    font-weight: 950;
}

.destino-attract-body small {
    color: rgba(255, 255, 255, .58);
    font-weight: 800;
}

.destino-attract-body p,
.destino-camera-card p,
.destino-attract-html p,
.destino-free-html p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    line-height: 1.45;
}

/* ----------------------------------------------------------------------------------------------------
   5) Heroes, créditos y botones volver
---------------------------------------------------------------------------------------------------- */
.destino-detail-hero {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--destino-line);
    border-radius: var(--destino-radius-lg);
    color: var(--destino-text);
    background: var(--destino-card-bg);
    box-shadow: var(--destino-shadow);
}

.destino-detail-hero::after {
    position: absolute;
    right: -70px;
    bottom: -86px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    content: "";
    background: var(--region-glow, rgba(248, 196, 153, .22));
    filter: blur(7px);
    opacity: .52;
    pointer-events: none;
}

.destino-detail-hero.has-hero-image {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: min(430px, 34vw);
    background:
        linear-gradient(90deg, rgba(2, 8, 19, .48), rgba(2, 8, 19, .12) 52%, rgba(2, 8, 19, .22)),
        linear-gradient(0deg, rgba(2, 8, 19, .58), rgba(2, 8, 19, .04) 54%, rgba(2, 8, 19, .12)),
        var(--destino-hero-image) center / cover no-repeat;
}

.destino-detail-hero.has-hero-image::after {
    display: none;
}

.destino-detail-hero.has-hero-image h1,
.destino-detail-hero.has-hero-image p,
.destino-detail-hero.has-hero-image .destino-detail-badges,
.destino-detail-hero.has-hero-image .destino-attract-detail-meta {
    position: relative;
    z-index: 2;
}

.destino-muted-text {
    margin: 0;
    color: rgba(255, 255, 255, .62);
}

.destino-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(var(--destinos-provincias-destino-provincia-arrow-border));
    border-radius: 999px;
    color: rgba(var(--destinos-provincias-destino-provincia-arrow-color));
    background: rgb(var(--destinos-provincias-destino-provincia-arrow-bg));
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}

.destino-back-link:hover {
    transform: translateX(-3px);
    color: rgba(var(--destinos-provincias-destino-provincia-arrow-color-hover));
    border-color: rgba(var(--destinos-provincias-destino-provincia-arrow-border-hover));
    background:  rgb(var(--destinos-provincias-destino-provincia-arrow-bg-hover));
}

.destino-photo-credit {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: min(76%, 520px);
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .88);
    background: linear-gradient(135deg, rgba(6, 15, 33, .72), rgba(6, 15, 33, .42));
    backdrop-filter: blur(7px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .10);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .045em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.destino-photo-credit i {
    color: var(--destino-accent);
}

.destino-photo-credit.is-card {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 5px 8px;
    font-size: 10px;
}

/* ----------------------------------------------------------------------------------------------------
   6) Cards de contenido / datos rápidos / links / identidad
---------------------------------------------------------------------------------------------------- */
.destino-section-block{
    padding: 22px;
    border: 1px solid var(--destino-line);
    border-radius: var(--destino-radius-lg);
    color: var(--destino-muted);
    background:  linear-gradient(135deg, rgba(var(--destino-section-block-linear-gradient1)), rgba(var(--destino-section-block-linear-gradient2)));
    box-shadow: var(--destino-shadow);
}


.destino-content-card,
.destino-empty-card,
.destino-weather-panel,
.destino-clima-block,
.destino-quickfacts-card {
    padding: 22px;
    border: 1px solid var(--destino-line);
    border-radius: var(--destino-radius-lg);
    color: var(--destino-muted);
    background: var(--destino-quickfacts-card-bg);
    box-shadow: var(--destino-shadow);
}

.destino-content-card h2,
.destino-content-card h3,
.destino-section-title h2 {
    margin: 0 0 10px;
    color: var(--destino-text);
    font-weight: 950;
}

.destino-content-card p:last-child {
    margin-bottom: 0;
}

.destino-content-card.is-history,
.destino-content-card.is-legislation {
    position: relative;
    overflow: hidden;
}

.destino-content-card.is-history::before,
.destino-content-card.is-legislation::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    content: "";
    background: linear-gradient(180deg, rgba(248, 196, 153, .85), rgba(0, 123, 255, .52));
}

.destino-content-card.is-legislation::before {
    background: linear-gradient(180deg, rgba(248, 196, 153, .85), rgba(231, 76, 60, .55));
}

.destino-content-card .destino-card-title,
.destino-section-title {
    display: grid;
    gap: 4px;
}

.destino-content-card .destino-card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--destino-text);
    font-size: 22px;
    font-weight: 950;
}

.destino-content-card .destino-card-title i,
.destino-section-title i {
    color: var(--destino-accent);
}

.destino-empty-card {
    display: grid;
    gap: 6px;
}

.destino-empty-card code,
.destino-content-card code,
.destino-muted-text code {
    color: var(--verde);
}

.destino-section-block {
    display: grid;
    gap: 16px;
}

.destino-identity-grid,
.destino-quickfacts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    background: var(--destino-quickfacts-grid-bg);
}

.destino-identity-grid article,
.destino-info-item {
    overflow: hidden;
    border: 1px solid var(--destino-info-item-border);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(var(--destino-info-item-linear-gradient1)), rgba(var(--destino-info-item-linear-gradient2)));
}

.destino-identity-grid article {
    display: grid;
    min-height: 150px;
    place-items: center;
    padding: 14px;
}

.destino-identity-grid strong,
.destino-info-item strong {
    display: block;
    justify-self: start;
    color: var(--destino-info-item-a-text);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.destino-identity-grid img {
    display: block;
    width: 100%;
    max-width: 180px;
    max-height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, .35));
    margin-inline: auto;
}

.destino-city-identity-panel .destino-city-identity-grid {
    margin-bottom: 14px;
}

.destino-city-identity-panel .destino-city-links-row {
    margin-top: 4px;
    margin-bottom: 0;
}

.destino-city-identity-panel .destino-identity-grid article {
    min-height: 138px;
}

.destino-city-identity-panel .destino-identity-grid img {
    max-width: 190px;
    max-height: 98px;
}

.destino-info-item {
    display: grid;
    gap: 5px;
    min-height: 78px;
    padding: 16px;
}

.destino-info-item span {
    color: var(--destino-text);
    font-weight: 800;
    line-height: 1.45;
}

.destino-links-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--destino-gap);
    margin: 0 0 10px;
}

.destino-mini-link { /* Datos Rápidos badge links */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 42px;
    padding: 10px 10px;
    border: 1px solid rgba(var(--destino-mini-link-border));
    border-radius: 999px;
    color: var(--destino-mini-link-text);
    background: rgba(var(--destino-mini-link-bg));
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    margin-bottom: 10px;
}

.destino-links-html ul,
.destino-quickfacts-html ul,
.destino-info-item ul {
    margin: 0;
    padding-left: 18px;
}

.destino-links-html a,
.destino-quickfacts-html a,
.destino-info-item a {
    color: var(--destino-info-item-a-text);
}

/* ----------------------------------------------------------------------------------------------------
   7) Clima: hero lateral + panel asociado plegable
---------------------------------------------------------------------------------------------------- */
.destino-hero-weather-card {
    position: absolute;
    top: 26px;
    right: 24px;
    z-index: 5;
    width: min(410px, 33vw);
    min-height: 126px;
    padding: 14px 16px;
    border: 1px solid rgba(var(--destino-hero-weather-card-border), .25);
    border-radius: 18px;
    color: var(--destino-text);
    background: linear-gradient(135deg, rgba(
        var(--destino-hero-weather-card-linearBg1), 
        var(--destino-hero-weather-card-opacity1)), 
        rgba(var(--destino-hero-weather-card-linearBg2), 
        var(--destino-hero-weather-card-opacity2))
    );
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(1px);
}

.destino-hero-weather-card.is-empty {
    display: block;
    min-height: auto;
}

.destino-hero-weather-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .42);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.destino-hero-weather-top span,
.destino-hero-weather-card > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(var(--destino-hero-weather-card-span-text), 0.82);
}

.destino-hero-weather-top strong,
.destino-hero-weather-card > strong {
    color: var(--destino-hero-weather-card-strong-text);
    font-size: 13px;
    text-align: right;
}

.destino-hero-weather-mainline {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.destino-hero-weather-mainline > i {
    font-size: 56px;
    line-height: 1;
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, .38));
}

.destino-hero-weather-mainline b {
    display: block;
    color: var(--destino-text);
    font-size: 18px;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.destino-hero-weather-mainline small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.destino-hero-weather-temps {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 7px;
    margin-top: 12px;
}

.destino-hero-weather-temps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 7px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 1000;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 4px 10px rgba(0, 0, 0, .18);
}

.destino-hero-weather-temps span:first-child {
    font-size: 16px;
}

.destino-hero-weather-empty-copy {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.destino-hero-weather-empty-copy > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 14px;
    color: #ffc76b;
    background: rgba(255, 255, 255, .10);
    font-size: 20px;
}

.destino-hero-weather-empty-copy b,
.destino-hero-weather-empty-copy small {
    display: block;
    line-height: 1.15;
}

.destino-hero-weather-empty-copy b {
    color: var(--destino-text);
    font-size: 14px;
    font-weight: 1000;
}

.destino-hero-weather-empty-copy small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
}

.destino-weather-panel,
.destino-clima-block {
    border-color: rgba(var(--destino-clima-block-border), .28);
    background:
        radial-gradient(circle at 0 0, rgba(var(--destino-clima-block-radialBg1), .14), transparent 34%),
        linear-gradient(135deg, rgba(var(--destino-clima-block-linearBg1), .90), rgba(var(--destino-clima-block-linearBg2), .86));
}

.destino-weather-panel.is-details-panel,
.destino-clima-block.is-details-panel {
    padding: 18px 20px;
}

.destino-weather-desktop-title {
    display: none;
}

.destino-weather-details-box {
    position: relative;
}

.destino-weather-mobile-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    cursor: pointer;
    list-style: none;
}

.destino-weather-mobile-summary::-webkit-details-marker { display: none; }
.destino-weather-mobile-summary::marker { content: ""; font-size: 0; }
.destino-weather-mobile-summary::after { display: none; content: none; }

.destino-weather-summary-pill {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    width: auto;
    max-width: calc(100% - 42px);
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(var(--destino-weather-summary-pill-closed-border));
    border-radius: 999px;
    /*color: rgba(255, 255, 255, .88);*/
    background: rgba(var(--destino-weather-summary-pill-closed-bg));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 0 1px rgba(220, 53, 69, .10);
    font-size: 16px;
    line-height: 1.15;
}

.destino-weather-summary-main {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--destinos-provincias-destino-accent);
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.icono-clima {
    --fa-primary-color: rgb(var(--summary-main-clima-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--summary-main-clima-icono-secundario-rgb));
    --fa-secondary-opacity: var(--summary-main-clima-icono-secundario-opacidad);
}

.destino-weather-summary-pill strong {
    color: var(--destino-weather-summary-pill-strong-text); /* Clima actual en... */
    font-weight: 950;
}

.destino-weather-toggle-icon {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    flex: 0 0 30px;
    border: 1px solid rgba(var(--destino-weather-toggle-icon-closed-border));
    border-radius: 50%;
    color: rgba(var(--destino-weather-toggle-icon-closed-border));
    background: rgba(var(--destino-weather-toggle-icon-closed-bg));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 6px 14px rgba(0, 0, 0, .18);
}

.destino-weather-toggle-icon i {
    font-size: 18px;
    line-height: 1;
}

.destino-weather-close-icon { display: none; }
.destino-weather-open-icon { display: inline-block; }

.destino-weather-details-box[open] > .destino-weather-mobile-summary .destino-weather-summary-pill {
    border-color: rgba(var(--destino-weather-summary-pill-opened-border));
    background: rgba(var(--destino-weather-summary-pill-opened-bg));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 0 1px rgba(40, 167, 69, .10);
}

.destino-weather-details-box[open] > .destino-weather-mobile-summary .destino-weather-toggle-icon {
    border-color: rgba(var(--destino-weather-toggle-icon-opened-border));
    color: rgba(var(--destino-weather-toggle-icon-opened-border));
    background: rgba(var(--destino-weather-toggle-icon-opened-bg));
}

.destino-weather-details-box[open] > .destino-weather-mobile-summary .destino-weather-open-icon { display: none; }
.destino-weather-details-box[open] > .destino-weather-mobile-summary .destino-weather-close-icon { display: inline-block; }

.destino-weather-current {
    display: grid;
    grid-template-columns: minmax(210px, 280px) 1fr;
    gap: 14px;
}

.destino-weather-main,
.destino-weather-metric,
.destino-forecast-day,
.destino-weather-empty {
    border: 1px solid rgba(var(--destino-weather-empty-border));
    border-radius: 18px;
    background: rgba(var(--destino-weather-empty-bg), 0.76); /* Background cards datos clima */
    box-shadow: inset 0 1px 0 rgba(var(--destino-weather-empty-shadow), .35);
}

.destino-weather-main {
    display: grid;
    gap: 8px;
    place-items: center;
    padding: 18px;
    text-align: center;
}

.destino-weather-icon i {
    font-size: 58px;
    filter: drop-shadow(0 8px 12px rgba(var(--destino-weather-empty-shadow), .34));
}

/* HUMEDAD */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-humedad {
    color: rgb(var(--destino-weather-icon-humedad-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-humedad-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-humedad-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-humedad-icono-secundario-opacidad);
}

/* PRESION */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-presion {
    color: rgb(var(--destino-weather-icon-presion-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-presion-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-presion-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-presion-icono-secundario-opacidad);
}

/* VIENTO */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-viento {
    color: rgb(var(--destino-weather-icon-viento-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-viento-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-viento-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-viento-icono-secundario-opacidad);
}

/* RAFAGAS */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-rafagas {
    color: rgb(var(--destino-weather-icon-rafagas-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-rafagas-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-rafagas-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-rafagas-icono-secundario-opacidad);
}

/* NUBOSIDAD */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-nubosidad {
    color: rgb(var(--destino-weather-icon-nubosidad-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-nubosidad-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-nubosidad-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-nubosidad-icono-secundario-opacidad);
}

/* PROB. LLUVIA */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-prob_lluvia {
    color: rgb(var(--destino-weather-icon-prob_lluvia-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-prob_lluvia-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-prob_lluvia-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-prob_lluvia-icono-secundario-opacidad);
}

/* PUNTO ROCIO */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-punto_rocio {
    color: rgb(var(--destino-weather-icon-punto_rocio-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-punto_rocio-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-punto_rocio-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-punto_rocio-icono-secundario-opacidad);
}

/* VISIBILIDAD */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-visibilidad {
    color: rgb(var(--destino-weather-icon-visibilidad-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-visibilidad-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-visibilidad-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-visibilidad-icono-secundario-opacidad);
}

/* SUNSET / SUNRISE */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-sunset_sunrise {
    color: rgb(var(--destino-weather-icon-sunset_sunrise-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-sunset_sunrise-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-sunset_sunrise-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-sunset_sunrise-icono-secundario-opacidad);
}

/* SUNSET */
.page-destinos-provincias .destino-weather-metric .destino-sol-times :is(i, svg, .svg-inline--fa).destino-weather-icon-sunset {
    color: rgb(var(--destino-weather-icon-sunset-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-sunset-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-sunset-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-sunset-icono-secundario-opacidad);
}

/* SUNRISE */
.page-destinos-provincias .destino-weather-metric .destino-sol-times :is(i, svg, .svg-inline--fa).destino-weather-icon-sunrise {
    color: rgb(var(--destino-weather-icon-sunrise-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-sunrise-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-sunrise-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-sunrise-icono-secundario-opacidad);
}

/* UV MAX */
.page-destinos-provincias .destino-weather-metric > :is(i, svg, .svg-inline--fa).destino-weather-icon-uv {
    color: var(--destino-weather-uv-icon-color) !important;
}

/* FORECAST MINI Y ESPECIALES */
/* SUNRISE */
.page-destinos-provincias .destino-forecast-mini :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-sunrise,
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-sunrise {
    color: rgb(var(--destino-forecast-mini-sunrise-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-sunrise-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-sunrise-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-sunrise-icono-secundario-opacidad);
}

/* SUNSET */
.page-destinos-provincias .destino-forecast-mini :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-sunset,
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-sunset {
    color: rgb(var(--destino-forecast-mini-sunset-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-sunset-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-sunset-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-sunset-icono-secundario-opacidad);
}

/* LLUVIA */
.page-destinos-provincias .destino-forecast-mini :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-lluvia,
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-lluvia {
    color: rgb(var(--destino-forecast-mini-lluvia-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-lluvia-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-lluvia-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-lluvia-icono-secundario-opacidad);
}

/* VIENTO */
.page-destinos-provincias .destino-forecast-mini :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-viento,
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-viento {
    color: rgb(var(--destino-forecast-mini-viento-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-viento-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-viento-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-viento-icono-secundario-opacidad);
}

/* RÁFAGAS */
.page-destinos-provincias .destino-forecast-mini :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-rafagas,
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-rafagas {
    color: rgb(var(--destino-forecast-mini-rafagas-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-rafagas-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-rafagas-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-rafagas-icono-secundario-opacidad);
}

/* UV */
.page-destinos-provincias .destino-forecast-mini :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-uv {
    color: rgb(var(--destino-forecast-mini-uv-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-uv-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-uv-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-uv-icono-secundario-opacidad);
}

/* ATMÓSFERA */
.page-destinos-provincias .destino-forecast-mini :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-atmosfera,
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-mini-icon-atmosfera {
    color: rgb(var(--destino-forecast-mini-atmosfera-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-atmosfera-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-atmosfera-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-atmosfera-icono-secundario-opacidad);
}

.page-destinos-provincias .destino-weather-uv-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 38px;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid var(--destino-weather-uv-border);
    border-radius: 999px;
    color: var(--destino-weather-uv-text);
    background:
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--destino-weather-uv-color) 72%, var(--destino-weather-uv-bg-mix)),
            color-mix(in srgb, var(--destino-weather-uv-color) 42%, var(--destino-weather-uv-bg-mix))
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        0 4px 10px rgba(var(--destino-weather-empty-shadow), .12);
    font-weight: 950;
    line-height: 1;
}



.destino-weather-desc {
    color: var(--destino-weather-desc-txt);
    font-size: 16px;
    font-weight: 950;
    text-transform: uppercase;
}

.destino-weather-temps,
.destino-weather-minmax,
.destino-forecast-temps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.destino-weather-temps span,
.destino-weather-minmax span,
.destino-forecast-temps span {
    min-width: 74px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
    text-align: center;
}

.destino-weather-temps span:first-child {
    min-width: 92px;
    font-size: 25px;
}

.destino-weather-metrics,
.destino-weather-details-only .destino-weather-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

.destino-weather-metric {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon label"
        "icon value";
    gap: 2px 8px;
    align-items: center;
    min-height: 58px;
    padding: 9px 10px;
    border-radius: 14px;
}

.destino-weather-metric > i {
    grid-area: icon;
    font-size: 20px;
}

.destino-weather-metric b {
    grid-area: label;
    color: var(--destino-weather-desc-txt);
    font-size: 10.5px;
    font-weight: 950;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
}

.destino-weather-metric strong {
    grid-area: value;
    color: var(--destino-weather-desc-txt);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.15;
}

.destino-wind-arrow { margin-left: 3px; color: var(--destino-wind-arrow); }
.destino-sol-times { display: inline-grid; gap: 2px; }
.destino-sol-times span { display: inline-flex; align-items: center; gap: 4px; }

.destino-weather-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(var(--destino-weather-strip-border));
    border-radius: 16px;
    color: var(--destino-weather-strip-text);
    background: rgb(var(--destino-weather-strip-bg));
    font-weight: 950;
}

/* Iconos base del strip de clima */
.page-destinos-provincias .destino-weather-strip :is(i, svg, .svg-inline--fa) {
    font-size: 20px;
    line-height: 1;
}

.destino-weather-empty {
    display: grid;
    gap: 5px;
    padding: 16px;
    color: var(--destino-weather-desc-txt);
}

/* PRECIPITACIÓN ACTUAL */
.page-destinos-provincias .destino-weather-strip :is(i, svg, .svg-inline--fa).destino-weather-strip-icon-precipitacion {
    color: rgb(var(--destino-weather-strip-precipitacion-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-strip-precipitacion-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-strip-precipitacion-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-strip-precipitacion-icono-secundario-opacidad);
}

/* ACUMULADO HOY */
.page-destinos-provincias .destino-weather-strip :is(i, svg, .svg-inline--fa).destino-weather-strip-icon-acumulado {
    color: rgb(var(--destino-weather-strip-acumulado-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-strip-acumulado-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-strip-acumulado-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-strip-acumulado-icono-secundario-opacidad);
}

.destino-weather-empty strong { color: var(--destino-weather-desc-txt); }

.destino-forecast-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 10px;
    color: var(--destino-weather-desc-txt);
    font-size: 17px;
    font-weight: 950;
    text-transform: uppercase;
}

.destino-forecast-title i { color: var(--destino-forecast-title-icon); }

.destino-forecast-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.destino-forecast-day {
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
    text-align: center;
}

.destino-forecast-day h3 {
    margin: 0;
    color: var(--destino-weather-desc-txt);
    font-size: 16px;
    font-weight: 950;
    letter-spacing: .04em;
}

.destino-forecast-icon i { font-size: 38px; }
.destino-forecast-desc { color: var(--destino-weather-desc-txt); font-size: 13px; text-transform: uppercase; }
.destino-forecast-temps span { min-width: 82px; font-size: 13px; }

.destino-forecast-mini {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.destino-forecast-mini span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
    padding: 6px 8px;
    border: 1px solid rgb(var(--destino-forecast-mini_special-span-border));
    border-radius: 10px;
    color: var(--destino-weather-desc-txt);
    background: rgba(var(--destino-forecast-mini_special-span-bg), 0.753);
    font-size: 16px;
    font-weight: 850;
}


.destino-forecast-special {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 90%;
    min-height: 34px;
    margin-bottom: 4px;
    padding: 6px 8px;
    border: 1px solid ;
    border-radius: 10px;
    
    font-size: 15px;
    font-weight: 950;
}

/* Especial: atmósfera */
.destino-forecast-special-atmosfera {
    border-color: rgba(var(--destino-forecast-special-atmosfera-border-rgb));
    color: var(--destino-forecast-special-atmosfera-text);
    background: rgba(var(--destino-forecast-special-atmosfera-bg-rgb));
}

/* Especial: nieve */
.destino-forecast-special-nieve {
    border-color: rgba(var(--destino-forecast-special-nieve-border-rgb));
    color: var(--destino-forecast-special-nieve-text);
    background: rgba(var(--destino-forecast-special-nieve-bg-rgb));
}

/* Especial: UV */
.destino-forecast-special-uv {
    border-color: rgba(var(--destino-forecast-special-uv-border-rgb));
    color: var(--destino-forecast-special-uv-text);
    background: rgba(var(--destino-forecast-special-uv-bg-rgb));
}

/* SPECIAL ICONS */

/* Atmósfera */
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-special-icon-atmosfera {
    color: rgb(var(--destino-forecast-special-atmosfera-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-special-atmosfera-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-special-atmosfera-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-special-atmosfera-icono-secundario-opacidad);
}

/* Nieve */
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-special-icon-nieve {
    color: rgb(var(--destino-forecast-special-nieve-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-special-nieve-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-special-nieve-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-special-nieve-icono-secundario-opacidad);
}

/* UV */
.page-destinos-provincias .destino-forecast-special :is(i, svg, .svg-inline--fa).destino-forecast-special-icon-uv {
    color: rgb(var(--destino-forecast-special-uv-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-special-uv-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-special-uv-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-special-uv-icono-secundario-opacidad);
}

/* ----------------------------------------------------------------------------------------------------
   8) Cámaras y galería
---------------------------------------------------------------------------------------------------- */
.destino-camera-card {
    display: grid;
    gap: 12px;
    padding: 15px;
    border-radius: 18px;
    background: radial-gradient(circle at 0 0, rgba(220, 53, 69, .13), transparent 34%), rgba(8, 19, 43, .72);
}

.destino-camera-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.destino-camera-head > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(220, 53, 69, .42);
    border-radius: 14px;
    color: var(--destino-text);
    background: rgba(220, 53, 69, .20);
}

.destino-camera-head h3 { margin: 0; }
.destino-camera-head p { margin: 3px 0 0; }

.destino-camera-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 14px;
    background: #000;
}

.destino-gallery-block {
    border-color: rgba(248, 196, 153, .22);
}

.destino-gallery-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(2, minmax(0, .9fr));
    gap: 12px;
}

.destino-gallery-item {
    position: relative;
    min-height: 190px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    background: rgba(255, 255, 255, .05);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.destino-gallery-item.is-featured {
    grid-row: span 2;
    min-height: 392px;
}

.destino-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .25s ease, filter .25s ease;
}

.destino-gallery-item:hover img {
    transform: scale(1.035);
    filter: saturate(1.06) contrast(1.03);
}

.destino-gallery-item figcaption {
    position: absolute;
    inset: auto 10px 10px;
    display: grid;
    gap: 3px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    color: var(--destino-text);
    background: linear-gradient(135deg, rgba(6, 15, 33, .82), rgba(6, 15, 33, .58));
    backdrop-filter: blur(7px);
}

.destino-gallery-item figcaption strong {
    font-size: 14px;
    font-weight: 950;
}

.destino-gallery-item figcaption span {
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.25;
}

/* ----------------------------------------------------------------------------------------------------
   9) Responsive
---------------------------------------------------------------------------------------------------- */
@media (max-width: 1280px) {
    .destinos-provincias-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1180px) {
    .destino-weather-current { grid-template-columns: 1fr; }
    .destino-weather-metrics,
    .destino-weather-details-only .destino-weather-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .destino-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .destino-gallery-item.is-featured { grid-row: span 1; min-height: 240px; }
}

@media (max-width: 1100px) {
    .destino-info-grid,
    .destino-camera-grid,
    .destino-attract-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .destino-detail-hero.has-hero-image {
        padding-right: 28px;
        padding-bottom: 190px;
    }

    .destino-hero-weather-card {
        top: auto;
        right: 22px;
        bottom: 20px;
        width: calc(100% - 44px);
        max-width: 560px;
    }
}

@media (max-width: 900px) {
    .destinos-provincias-metrics,
    .destinos-ciudades-metrics,
    .destino-identity-grid,
    .destino-quickfacts-grid,
    .destino-forecast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .page-destinos-provincias { padding: 16px; }
    .destinos-provincias-header { padding: 22px; border-radius: 22px; }

    .destino-detail-hero.has-hero-image {
        min-height: auto;
        padding: 20px 18px;
        overflow: hidden;
    }

    .destino-detail-hero .destino-hero-weather-card {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 100%;
        min-height: auto;
        margin: 16px 0 0;
        padding: 12px;
        border-radius: 16px;
    }

    .destino-hero-weather-top {
        gap: 8px;
        margin-bottom: 8px;
        padding-bottom: 7px;
        font-size: 11px;
    }

    .destino-hero-weather-top strong {
        max-width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .destino-hero-weather-mainline {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
    }

    .destino-hero-weather-mainline > i { font-size: 42px; }
    .destino-hero-weather-mainline b { font-size: 16px; }
    .destino-hero-weather-mainline small { font-size: 11px; }

    .destino-hero-weather-temps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        margin-top: 10px;
    }

    .destino-hero-weather-temps span,
    .destino-hero-weather-temps span:first-child {
        min-height: 28px;
        padding: 0 5px;
        border-radius: 8px;
        font-size: 11px;
        white-space: nowrap;
    }

    .destino-weather-summary-pill {
        max-width: calc(100% - 40px);
        padding: 6px 9px;
        font-size: 11px;
    }

    .destino-weather-summary-pill small {
        flex-basis: 100%;
    }

    .destino-photo-credit.is-hero {
        right: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
        font-size: 10px;
    }
}

@media (max-width: 650px) {
    .destino-info-grid,
    .destino-camera-grid,
    .destino-attract-grid,
    .destino-weather-metrics,
    .destino-weather-details-only .destino-weather-metrics,
    .destino-gallery-grid { grid-template-columns: 1fr; }

    .destino-detail-hero.has-hero-image { min-height: 280px; }
}

@media (max-width: 560px) {
    .destinos-provincias-metrics,
    .destinos-ciudades-metrics,
    .destino-identity-grid,
    .destino-quickfacts-grid,
    .destino-forecast-grid { grid-template-columns: 1fr; }
    .destino-provincia-metric-card { min-height: 124px; }
}

@media (max-width: 420px) {
    .destino-hero-weather-temps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* ====================================================================================================
   Destinos provincias detalle — faltantes conservadores v3
   Agregar al final de destinos-provincias.css
==================================================================================================== */

/* Badge Foto de...: cuando tiene URL, el link es el badge completo. Sin subrayado interno. */
.page-destinos-provincias .destino-photo-credit,
.page-destinos-provincias .destino-photo-credit:visited,
.page-destinos-provincias .destino-photo-credit:hover,
.page-destinos-provincias .destino-photo-credit:focus,
.page-destinos-provincias .destino-photo-credit * {
    text-decoration: none !important;
}

.page-destinos-provincias .destino-photo-credit {
    align-items: center;
    gap: 6px;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.page-destinos-provincias a.destino-photo-credit {
    cursor: pointer;
}

.page-destinos-provincias a.destino-photo-credit:hover,
.page-destinos-provincias a.destino-photo-credit:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(248, 196, 153, .42);
    color: #ffffff;
    background: linear-gradient(135deg, rgba(6, 15, 33, .86), rgba(6, 15, 33, .62));
    box-shadow: 0 12px 26px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.page-destinos-provincias .destino-photo-credit i {
    --fa-primary-color: var(--destino-accent);
    --fa-secondary-color: #ffffff;
    --fa-secondary-opacity: .88;

    color: var(--destino-accent);
}

/* Botones oficiales: reemplazan la URL completa en datos rápidos. */
.page-destinos-provincias .destino-official-links-row {
    margin: 0;
}

.page-destinos-provincias .destino-official-link {
    text-decoration: none !important;
    white-space: nowrap;
}

.page-destinos-provincias .destino-official-link i {
    --fa-primary-color: var(--destino-accent);
    --fa-secondary-color: #ffffff;
    --fa-secondary-opacity: .86;

    color: var(--destino-accent);
}

.page-destinos-provincias .destino-official-link:hover,
.page-destinos-provincias .destino-official-link:focus-visible {
    text-decoration: none !important;
    border-color: rgba(var(--destino-official-link-hover-border));
    background: rgba(var(--destino-official-link-hover-bg));
    color: var(--destino-official-link-hover-text);
}

.page-destinos-provincias .destino-province-identity-panel .destino-content-card,
.page-destinos-provincias .destino-province-quick-facts .destino-content-card {
    display: grid;
    gap: 16px;
}

.page-destinos-provincias .destino-quickfacts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.page-destinos-provincias .destino-quick-fact {
    min-height: 82px;
}

.page-destinos-provincias .destino-quick-fact-label {
    display: block;
    color: var(--destino-accent);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.page-destinos-provincias .destino-quick-fact-value {
    display: block;
    color: var(--destino-text);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.38;
    word-break: break-word;
}

.page-destinos-provincias .destino-html-block {
    padding: 16px;
    border: 1px solid var(--destino-line);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.page-destinos-provincias .destino-html-block h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--destino-text);
    font-size: 17px;
    font-weight: 950;
}

.page-destinos-provincias .destino-html-block h3 i {
    color: var(--destino-accent);
}

.page-destinos-provincias .destino-html-block :is(p, ul, ol) {
    margin-top: 0;
}

.page-destinos-provincias .destino-html-block :is(p, ul, ol):last-child {
    margin-bottom: 0;
}

.page-destinos-provincias .destino-html-block a {
    color: var(--destino-accent);
}

@media (max-width: 900px) {
    .page-destinos-provincias .destino-quickfacts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .page-destinos-provincias .destino-quickfacts-grid {
        grid-template-columns: 1fr;
    }
}

/* Restauración visual de símbolos / identidad provincial */
.page-destinos-provincias .destino-province-identity-panel .destino-identity-grid article {
    position: relative;
    display: grid;
    gap: 10px;
    align-content: center;
    justify-items: center;
    min-height: 164px;
    padding: 14px;
}

.page-destinos-provincias .destino-province-identity-panel .destino-identity-grid strong {
    justify-self: start;
    width: 100%;
}

.page-destinos-provincias .destino-province-identity-panel .destino-identity-grid img {
    display: block;
    width: 100%;
    max-width: 190px;
    max-height: 112px;
    padding: 10px;
    border-radius: 14px;
    object-fit: contain;
    background: rgba(255, 255, 255, .94);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .07), 0 8px 18px rgba(0, 0, 0, .18);
}

.page-destinos-provincias .destino-province-cities-panel .destino-empty-card {
    color: var(--destino-muted);
}

.page-destinos-provincias .destino-province-cities-panel .destino-empty-card strong {
    color: var(--destino-text);
}


/* ====================================================================================================
   Clima por 5 ciudades principales — card hero provincia, sin scroll
   Agregar al final de destinos-provincias.css
==================================================================================================== */

.page-destinos-provincias .destino-hero-weather-card-city-static {
    display: grid;
    gap: 9px;
    min-height: 0;
}

.page-destinos-provincias .destino-hero-weather-static-top {
    margin-bottom: 0;
}

.page-destinos-provincias .destino-city-weather-static-list {
    display: grid;
    gap: 6px;
}

.page-destinos-provincias .destino-city-weather-static-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: var(--destino-text);
    background: rgba(255, 255, 255, .10);
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10);
}

.page-destinos-provincias .destino-city-weather-static-row:hover {
    transform: translateY(-1px);
    border-color: rgba(248, 196, 153, .42);
    background: rgba(255, 255, 255, .15);
    text-decoration: none;
}

.page-destinos-provincias .destino-city-weather-static-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
}

.page-destinos-provincias .destino-city-weather-static-icon i {
    font-size: 17px;
    line-height: 1;
}

.page-destinos-provincias .destino-city-weather-static-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.page-destinos-provincias .destino-city-weather-static-copy b,
.page-destinos-provincias .destino-city-weather-static-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-destinos-provincias .destino-city-weather-static-copy b {
    color: var(--destino-text);
    font-size: 12px;
    font-weight: 1000;
    line-height: 1.1;
}

.page-destinos-provincias .destino-city-weather-static-copy small {
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.1;
    text-transform: uppercase;
}

.page-destinos-provincias .destino-city-weather-static-temp {
    min-width: 42px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 123, 255, .88);
    font-size: 15px;
    font-weight: 1000;
    line-height: 1;
    text-align: center;
}

.page-destinos-provincias .destino-city-weather-static-meta {
    grid-column: 2 / 4;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: -2px;
}

.page-destinos-provincias .destino-city-weather-static-meta em {
    padding: 3px 6px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .90);
    background: rgba(255, 255, 255, .10);
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
}

@media (max-width: 1100px) {
    .page-destinos-provincias .destino-hero-weather-card-city-static {
        max-width: 560px;
    }
}

@media (max-width: 760px) {
    .page-destinos-provincias .destino-city-weather-static-row {
        grid-template-columns: 26px minmax(0, 1fr) auto;
        min-height: 36px;
        padding: 6px;
    }

    .page-destinos-provincias .destino-city-weather-static-copy b {
        font-size: 11px;
    }

    .page-destinos-provincias .destino-city-weather-static-temp {
        min-width: 38px;
        font-size: 13px;
    }
}

/* ====================================================================================================
   FIX — Hero provincia: clima por ciudades en una sola línea + colores duotone light/dark
   Reemplaza visualmente Temp / ST / MIN / MAX para que no bajen debajo de la ciudad.
==================================================================================================== */
.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-row {
    grid-template-columns: 28px minmax(0, 1fr) auto auto;
    grid-template-areas: "weather-icon weather-copy weather-temp weather-meta";
    column-gap: 7px;
    row-gap: 0;
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon {
    grid-area: weather-icon;
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-copy {
    grid-area: weather-copy;
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-temp {
    grid-area: weather-temp;
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-meta {
    grid-area: weather-meta;
    grid-column: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 4px;
    min-width: 0;
    margin-top: 0;
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-meta em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 3px 6px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    font-size: 8.5px;
    letter-spacing: .035em;
    white-space: nowrap;
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-meta em.is-st {
    border-color: rgba(var(--destino-clima-block-border), .32);
    background: rgba(var(--destino-clima-block-radialBg1), .18);
}

/* Iconos del banner usando los mismos tokens dark/light del clima ya definidos. */
.page-destinos-provincias .destino-hero-weather-card-city-static .destino-hero-weather-static-top :is(i, svg, .svg-inline--fa),
.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa) {
    color: rgb(var(--summary-main-clima-icono-primario-rgb));

    --fa-primary-color: rgb(var(--summary-main-clima-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--summary-main-clima-icono-secundario-rgb));
    --fa-secondary-opacity: var(--summary-main-clima-icono-secundario-opacidad);
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-sun-bright,
.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-cloud-sun {
    color: rgb(var(--destino-forecast-mini-sunrise-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-sunrise-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-sunrise-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-sunrise-icono-secundario-opacidad);
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-clouds {
    color: rgb(var(--destino-weather-icon-nubosidad-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-nubosidad-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-nubosidad-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-nubosidad-icono-secundario-opacidad);
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-cloud-rain,
.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-cloud-drizzle {
    color: rgb(var(--destino-forecast-mini-lluvia-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-lluvia-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-lluvia-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-lluvia-icono-secundario-opacidad);
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-fog {
    color: rgb(var(--destino-weather-icon-visibilidad-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-weather-icon-visibilidad-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-weather-icon-visibilidad-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-weather-icon-visibilidad-icono-secundario-opacidad);
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-snowflake {
    color: rgb(var(--destino-forecast-special-nieve-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-special-nieve-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-special-nieve-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-special-nieve-icono-secundario-opacidad);
}

.page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-icon :is(i, svg, .svg-inline--fa).fa-cloud-bolt {
    color: rgb(var(--destino-forecast-mini-atmosfera-icono-primario-rgb));

    --fa-primary-color: rgb(var(--destino-forecast-mini-atmosfera-icono-primario-rgb));
    --fa-secondary-color: rgb(var(--destino-forecast-mini-atmosfera-icono-secundario-rgb));
    --fa-secondary-opacity: var(--destino-forecast-mini-atmosfera-icono-secundario-opacidad);
}

@media (max-width: 760px) {
    .page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-row {
        grid-template-columns: 26px minmax(0, 1fr) auto auto;
        column-gap: 6px;
    }

    .page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-meta em {
        padding-inline: 5px;
        font-size: 8px;
    }
}

@media (max-width: 460px) {
    .page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-row {
        grid-template-columns: 26px minmax(0, 1fr) auto;
        grid-template-areas:
            "weather-icon weather-copy weather-temp"
            ". weather-meta weather-meta";
        row-gap: 4px;
    }

    .page-destinos-provincias .destino-hero-weather-card-city-static .destino-city-weather-static-meta {
        justify-content: flex-start;
    }
}
