/* /Components/FarmaciaCard.razor.rz.scp.css */
/* ─── Card ────────────────────────────────────────────────────────────────── */
.farmacia-card[b-wvp7ptjfky] {
    background: white;
    border-radius: 1rem;
    border: 1px solid #e8f5ee;
    border-left: 4px solid #40916c;
    box-shadow: 0 2px 8px rgba(27, 67, 50, 0.06);
    transition: box-shadow 0.22s ease, transform 0.22s ease;
    overflow: hidden;
}

.farmacia-card:hover[b-wvp7ptjfky] {
    box-shadow: 0 8px 24px rgba(27, 67, 50, 0.13);
    transform: translateY(-2px);
}

.farmacia-card-body[b-wvp7ptjfky] {
    padding: 1.25rem 1.5rem;
}

/* ─── Main Row ────────────────────────────────────────────────────────────── */
.farmacia-main[b-wvp7ptjfky] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.1rem;
}

.farmacia-icon-box[b-wvp7ptjfky] {
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.8rem;
    background: linear-gradient(135deg, #eaf7ee, #d8f3dc);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.farmacia-icon[b-wvp7ptjfky] {
    font-size: 1.25rem;
    color: #2d6a4f;
}

.farmacia-details[b-wvp7ptjfky] {
    flex: 1;
    min-width: 0;
}

/* ─── Name Row ────────────────────────────────────────────────────────────── */
.farmacia-name-row[b-wvp7ptjfky] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.45rem;
}

.farmacia-nombre-link[b-wvp7ptjfky] {
    text-decoration: none;
    color: inherit;
}

.farmacia-nombre-link:hover .farmacia-nombre[b-wvp7ptjfky] {
    color: #40916c;
    text-decoration: underline;
}

.farmacia-nombre[b-wvp7ptjfky] {
    font-size: 1rem;
    font-weight: 700;
    color: #1b4332;
    margin: 0;
    line-height: 1.35;
    transition: color 0.15s;
}

/* ─── Distance Badge ──────────────────────────────────────────────────────── */
.dist-badge[b-wvp7ptjfky] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.7rem;
    background: #d8f3dc;
    color: #1e5631;
    border-radius: 2rem;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.01em;
}

/* ─── Meta Lines ──────────────────────────────────────────────────────────── */
.farmacia-dir[b-wvp7ptjfky],
.farmacia-tel[b-wvp7ptjfky] {
    font-size: 0.875rem;
    color: #5a8b6f;
    margin: 0 0 0.3rem;
    line-height: 1.5;
}

.farmacia-tel[b-wvp7ptjfky] {
    margin-bottom: 0;
}

/* ─── Obras Sociales Widgets ──────────────────────────────────────────────── */
.obras-sociales[b-wvp7ptjfky] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.6rem;
}

/* Logo chip */
.os-logo-chip[b-wvp7ptjfky] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 0.5rem;
    background: #fff;
    border: 1px solid #dce8e0;
    border-radius: 0.4rem;
    box-shadow: 0 1px 3px rgba(27,67,50,.06);
}

.os-logo-img[b-wvp7ptjfky] {
    height: 22px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* Texto fallback (OS sin logo) */
.obra-badge[b-wvp7ptjfky] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1.5px solid transparent;
}

.obra-badge--pami[b-wvp7ptjfky] {
    background: #e8f0fe;
    color: #1a56c4;
    border-color: #bfcffa;
}

.obra-badge--ioma[b-wvp7ptjfky] {
    background: #e6f4ea;
    color: #1e6e3a;
    border-color: #a8d5b5;
}

.obra-badge--osde[b-wvp7ptjfky] {
    background: #fff3e0;
    color: #b45309;
    border-color: #fcd49a;
}

.obra-badge--swiss[b-wvp7ptjfky] {
    background: #fde8e8;
    color: #b91c1c;
    border-color: #f8b4b4;
}

.farmacia-tel a[b-wvp7ptjfky] {
    color: #2d6a4f;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s;
}

.farmacia-tel a:hover[b-wvp7ptjfky] {
    color: #1b4332;
    text-decoration: underline;
}

/* ─── Footer / Action ─────────────────────────────────────────────────────── */
.farmacia-footer[b-wvp7ptjfky] {
    border-top: 1px solid #eaf7ee;
    padding-top: 1rem;
}

.maps-btn[b-wvp7ptjfky] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #2d6a4f, #40916c);
    color: white;
    border-radius: 0.6rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(45, 106, 79, 0.28);
    transition: opacity 0.2s, transform 0.18s, box-shadow 0.18s;
}

.maps-btn:hover[b-wvp7ptjfky] {
    color: white;
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 106, 79, 0.38);
}

.maps-btn:active[b-wvp7ptjfky] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(45, 106, 79, 0.25);
}
/* /Components/PrivacyBanner.razor.rz.scp.css */
.privacy-banner[b-gp78sojm5f] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1b4332;
    color: #d8f3dc;
    z-index: 1050;
    padding: 12px 16px;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.25);
    font-size: 0.875rem;
}

.privacy-banner-body[b-gp78sojm5f] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
}

.privacy-text[b-gp78sojm5f] {
    flex: 1;
    min-width: 200px;
    line-height: 1.5;
}

.privacy-link[b-gp78sojm5f] {
    background: none;
    border: none;
    color: #74c69d;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    margin-left: 4px;
}

.privacy-link:hover[b-gp78sojm5f] {
    color: #d8f3dc;
}

.privacy-accept[b-gp78sojm5f] {
    flex-shrink: 0;
    white-space: nowrap;
}

.privacy-details[b-gp78sojm5f] {
    max-width: 1140px;
    margin: 12px auto 0;
    border-top: 1px solid #2d6a4f;
    padding-top: 12px;
}

.privacy-details-title[b-gp78sojm5f] {
    color: #b7e4c7;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.privacy-dl[b-gp78sojm5f] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 16px;
    margin: 0;
}

.privacy-dl dt[b-gp78sojm5f] {
    font-weight: 600;
    color: #b7e4c7;
    white-space: nowrap;
    padding-top: 2px;
}

.privacy-dl dd[b-gp78sojm5f] {
    margin: 0;
    color: #d8f3dc;
}

.privacy-dl a[b-gp78sojm5f] {
    color: #74c69d;
}

@media (max-width: 576px) {
    .privacy-dl[b-gp78sojm5f] {
        grid-template-columns: 1fr;
    }

    .privacy-dl dt[b-gp78sojm5f] {
        margin-top: 8px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-054oepy4ka] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-content[b-054oepy4ka] {
    flex: 1;
}

.app-footer[b-054oepy4ka] {
    background-color: #1b4332;
    color: rgba(255, 255, 255, 0.65);
    padding: 1.25rem 1rem;
    font-size: 0.85rem;
}

.footer-separator[b-054oepy4ka] {
    margin: 0 0.5rem;
    opacity: 0.4;
}

.footer-email[b-054oepy4ka] {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.footer-email:hover[b-054oepy4ka] {
    color: white;
    text-decoration: underline;
}

.footer-top[b-054oepy4ka] {
    margin-bottom: 0.5rem;
}

.footer-links[b-054oepy4ka] {
    font-size: 0.8rem;
    opacity: 0.75;
}

.footer-link[b-054oepy4ka] {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.footer-link:hover[b-054oepy4ka] {
    color: white;
    text-decoration: underline;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.app-header[b-qkw81cpawc] {
    background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 55%, #40916c 100%);
    box-shadow: 0 2px 10px rgba(27, 67, 50, 0.3);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Brand */
.navbar-brand[b-qkw81cpawc] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: white !important;
    text-decoration: none;
}

.brand-badge[b-qkw81cpawc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 0.5rem;
    font-size: 1rem;
    color: white;
    flex-shrink: 0;
    transition: background-color 0.2s;
}

.navbar-brand:hover .brand-badge[b-qkw81cpawc] {
    background-color: rgba(255, 255, 255, 0.28);
}

/* Nav links */
.navbar-nav .nav-link[b-qkw81cpawc] {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.45rem 1rem;
    border-radius: 0.5rem;
    transition: background-color 0.18s, color 0.18s;
}

.navbar-nav .nav-link:hover[b-qkw81cpawc] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.12);
}

.navbar-nav .nav-link.active[b-qkw81cpawc] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Toggler */
.navbar-toggler[b-qkw81cpawc] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.45rem;
    padding: 0.35rem 0.6rem;
}

.navbar-toggler:focus[b-qkw81cpawc] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* Mobile collapse */
.collapse.navbar-collapse[b-qkw81cpawc] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .collapse.navbar-collapse[b-qkw81cpawc],
    .navbar-collapse[b-qkw81cpawc] {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}
/* /Pages/FarmaciaDetalle.razor.rz.scp.css */
/* ─── HERO HEADER ─────────────────────────────────────────────────────────── */
.detalle-hero[b-k7myq9j0jt] {
    position: relative;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e4ede8;
    box-shadow: 0 1px 3px rgba(27,67,50,.05), 0 4px 16px rgba(27,67,50,.06);
    padding: 20px 24px;
    margin-bottom: 16px;
}

.btn-back[b-k7myq9j0jt] {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--clr-50);
    border: 1px solid var(--clr-200);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-800);
    font-size: 1rem;
    text-decoration: none;
    transition: background .15s, transform .15s, box-shadow .15s;
    z-index: 1;
}

.btn-back:hover[b-k7myq9j0jt] {
    background: var(--clr-100);
    color: var(--clr-900);
    transform: translateX(-2px);
    box-shadow: var(--shadow-xs);
    text-decoration: none;
}

.detalle-hero-inner[b-k7myq9j0jt] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-left: 52px;
}

.detalle-hero-icon[b-k7myq9j0jt] {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: linear-gradient(145deg, var(--clr-800) 0%, var(--clr-600) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: 0 4px 14px rgba(45,106,79,.28);
}

.detalle-hero-text[b-k7myq9j0jt] {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.detalle-nombre[b-k7myq9j0jt] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--clr-900);
    margin: 0 0 8px;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.detalle-hero-meta[b-k7myq9j0jt] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.detalle-ciudad-chip[b-k7myq9j0jt] {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--clr-700);
    background: var(--clr-50);
    border: 1px solid var(--clr-200);
    border-radius: 6px;
    padding: 3px 10px;
}

.turno-hoy-badge[b-k7myq9j0jt] {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #fff;
    background: var(--clr-700);
    border-radius: 6px;
    padding: 3px 10px;
    box-shadow: 0 2px 6px rgba(64,145,108,.3);
}

/* ─── GRID 2×2 ────────────────────────────────────────────────────────────── */
.detalle-grid[b-k7myq9j0jt] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "info"
        "mapa"
        "os"
        "aliases";
    gap: 12px;
    align-items: start;
}

@media (min-width: 768px) {
    .detalle-grid[b-k7myq9j0jt] {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "info    mapa"
            "os      aliases";
        gap: 16px;
    }
}

.dcard--info[b-k7myq9j0jt]    { grid-area: info; }
.dcard--map[b-k7myq9j0jt]     { grid-area: mapa; }
.dcard--os[b-k7myq9j0jt]      { grid-area: os; }
.dcard--aliases[b-k7myq9j0jt] { grid-area: aliases; }

/* ─── CARD BASE ───────────────────────────────────────────────────────────── */
.dcard[b-k7myq9j0jt] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e4ede8;
    box-shadow: 0 1px 2px rgba(27,67,50,.04), 0 2px 8px rgba(27,67,50,.04);
    overflow: hidden;
}

.dcard-header[b-k7myq9j0jt] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-bottom: 1px solid #f0f6f2;
    background: #fcfffe;
}

.dcard-icon[b-k7myq9j0jt] {
    font-size: 0.8rem;
    color: var(--clr-600);
    flex-shrink: 0;
}

.dcard-title[b-k7myq9j0jt] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7a9e8a;
    margin: 0;
}

.dcard-body[b-k7myq9j0jt] {
    padding: 16px 20px;
}

/* ─── INFO ROWS ───────────────────────────────────────────────────────────── */
.info-rows[b-k7myq9j0jt] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.info-row[b-k7myq9j0jt] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f7f4;
}

.info-row--last[b-k7myq9j0jt] {
    border-bottom: none;
    padding-bottom: 0;
}

.info-icon[b-k7myq9j0jt] {
    font-size: 0.8rem;
    color: var(--clr-600);
    flex-shrink: 0;
    margin-top: 3px;
    width: 14px;
    text-align: center;
}

.info-icon--ig[b-k7myq9j0jt] { color: #c13584; }

.info-content[b-k7myq9j0jt] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.info-label[b-k7myq9j0jt] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ab8a8;
}

.info-value[b-k7myq9j0jt] {
    font-size: 0.9rem;
    color: #1a2e25;
    font-weight: 500;
    line-height: 1.4;
}

.info-value--empty[b-k7myq9j0jt] {
    color: #b0cab9;
    font-weight: 400;
    font-style: italic;
}

.info-value--links[b-k7myq9j0jt] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.info-link[b-k7myq9j0jt] {
    color: var(--clr-700);
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color .15s;
}

.info-link:hover[b-k7myq9j0jt] {
    color: var(--clr-900);
    text-decoration: underline;
}

/* ─── PRÓXIMOS TURNOS (embebido en Info) ──────────────────────────────────── */
.info-turnos[b-k7myq9j0jt] {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f0f6f2;
    margin-bottom: 16px;
}

.info-turnos-label[b-k7myq9j0jt] {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #7a9e8a;
    margin-bottom: 10px;
}

.turnos-grid[b-k7myq9j0jt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.turno-chip[b-k7myq9j0jt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    padding-top: 18px;
    min-width: 58px;
    background: var(--clr-50);
    border: 1.5px solid var(--clr-200);
    border-radius: 10px;
    position: relative;
    transition: border-color .15s, box-shadow .15s;
}

.turno-chip--hoy[b-k7myq9j0jt] {
    background: linear-gradient(160deg, #edf8f1 0%, var(--clr-100) 100%);
    border-color: var(--clr-600);
    box-shadow: 0 2px 10px rgba(82,183,136,.18);
}

.turno-badge-hoy[b-k7myq9j0jt] {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #fff;
    background: var(--clr-600);
    padding: 2px 7px;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
}

.turno-dia[b-k7myq9j0jt] {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a9e8a;
    margin-bottom: 1px;
}

.turno-fecha[b-k7myq9j0jt] {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--clr-900);
    line-height: 1.1;
}

.turnos-vacio[b-k7myq9j0jt] {
    font-size: 0.8125rem;
    color: #b0cab9;
    font-style: italic;
    margin: 0;
}

/* ─── MAPS CTA BUTTON ─────────────────────────────────────────────────────── */
.maps-btn[b-k7myq9j0jt] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    background: var(--clr-700);
    color: #fff;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s, transform .15s, box-shadow .15s;
    box-shadow: 0 2px 8px rgba(64,145,108,.2);
}

.maps-btn:hover[b-k7myq9j0jt] {
    color: #fff;
    background: var(--clr-800);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(64,145,108,.28);
    text-decoration: none;
}

/* ─── MAP CARD ────────────────────────────────────────────────────────────── */
.map-address-summary[b-k7myq9j0jt] {
    font-size: 0.8rem;
    color: #7a9e8a;
    margin: 0;
    padding: 10px 20px 12px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f6f2;
}

.mapa-container[b-k7myq9j0jt] {
    line-height: 0;
}

.mapa-container iframe[b-k7myq9j0jt] {
    width: 100%;
    height: 220px;
    border: none;
    display: block;
}

.map-footer[b-k7myq9j0jt] {
    padding: 12px 20px;
    border-top: 1px solid #f0f6f2;
}

.map-action-btn[b-k7myq9j0jt] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 16px;
    background: var(--clr-50);
    color: var(--clr-700);
    border: 1px solid var(--clr-200);
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s, border-color .15s, color .15s;
}

.map-action-btn:hover[b-k7myq9j0jt] {
    background: var(--clr-100);
    border-color: var(--clr-300);
    color: var(--clr-800);
    text-decoration: none;
}

/* ─── OBRAS SOCIALES — nube de chips ─────────────────────────────────────── */
.os-list[b-k7myq9j0jt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.os-item[b-k7myq9j0jt] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px 5px 6px;
    background: var(--clr-50);
    border: 1px solid var(--clr-200);
    border-radius: 100px;
    transition: background .15s, border-color .15s, box-shadow .15s;
    cursor: default;
}

.os-item:hover[b-k7myq9j0jt] {
    background: var(--clr-100);
    border-color: var(--clr-300);
    box-shadow: 0 1px 4px rgba(27,67,50,.08);
}

.os-logo-container[b-k7myq9j0jt] {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.os-item-logo[b-k7myq9j0jt] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.os-item-initial[b-k7myq9j0jt] {
    font-size: 0.6rem;
    font-weight: 800;
    color: var(--clr-700);
    letter-spacing: 0.02em;
}

.os-item-nombre[b-k7myq9j0jt] {
    font-size: 0.8125rem;
    color: #1a2e25;
    font-weight: 500;
    white-space: nowrap;
}

/* ─── ALIASES AGRUPADOS POR OS ────────────────────────────────────────────── */
.alias-grupo[b-k7myq9j0jt] {
    margin-bottom: 14px;
}

.alias-grupo:last-child[b-k7myq9j0jt] {
    margin-bottom: 0;
}

.alias-grupo-label[b-k7myq9j0jt] {
    display: inline-block;
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--clr-700);
    background: var(--clr-50);
    border: 1px solid var(--clr-200);
    border-radius: 5px;
    padding: 2px 8px;
    margin-bottom: 8px;
}

.alias-list[b-k7myq9j0jt] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.alias-item[b-k7myq9j0jt] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #2d4a3a;
    padding: 5px 0;
    border-bottom: 1px solid #f3f7f4;
}

.alias-item:last-child[b-k7myq9j0jt] {
    border-bottom: none;
    padding-bottom: 0;
}

.alias-tipo-chip[b-k7myq9j0jt] {
    flex-shrink: 0;
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1.4;
}

.alias-tipo-chip--direccion[b-k7myq9j0jt] {
    color: #0e6494;
    background: #e6f3fb;
}

.alias-tipo-chip--nombre[b-k7myq9j0jt] {
    color: #7a4500;
    background: #fef3e2;
}

.alias-item-text[b-k7myq9j0jt] {
    flex: 1;
    min-width: 0;
}

.alias-nota[b-k7myq9j0jt] {
    font-size: 0.775rem;
    color: #8aad9a;
    white-space: nowrap;
}

/* ─── EMPTY STATES ────────────────────────────────────────────────────────── */
.empty-state[b-k7myq9j0jt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 24px 12px;
    text-align: center;
}

.empty-state--map[b-k7myq9j0jt] {
    padding: 36px 12px;
}

.empty-state-icon[b-k7myq9j0jt] {
    font-size: 1.5rem;
    color: #c4d9cc;
}

.empty-state-text[b-k7myq9j0jt] {
    font-size: 0.875rem;
    color: #94b5a4;
    margin: 0;
    font-weight: 500;
}

.empty-state-sub[b-k7myq9j0jt] {
    font-size: 0.775rem;
    color: #b0cab9;
    line-height: 1.4;
    max-width: 220px;
}

/* ─── NOT FOUND ───────────────────────────────────────────────────────────── */
.detalle-not-found[b-k7myq9j0jt] {
    text-align: center;
    padding: 4rem 1rem;
    color: #5a8b6f;
}

.detalle-not-found .bi[b-k7myq9j0jt] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.btn-volver[b-k7myq9j0jt] {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem;
    background: var(--clr-700);
    color: #fff;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s;
}

.btn-volver:hover[b-k7myq9j0jt] {
    background: var(--clr-800);
    color: #fff;
    text-decoration: none;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (min-width: 576px) {
    .mapa-container iframe[b-k7myq9j0jt] {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .detalle-nombre[b-k7myq9j0jt] {
        font-size: 1.65rem;
    }

    .mapa-container iframe[b-k7myq9j0jt] {
        height: 230px;
    }
}

@media (max-width: 480px) {
    .detalle-hero[b-k7myq9j0jt] {
        padding: 16px;
    }

    .detalle-hero-inner[b-k7myq9j0jt] {
        padding-left: 44px;
        gap: 12px;
    }

    .detalle-hero-icon[b-k7myq9j0jt] {
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
        border-radius: 12px;
    }

    .detalle-nombre[b-k7myq9j0jt] {
        font-size: 1.25rem;
    }

    .dcard-header[b-k7myq9j0jt] {
        padding: 10px 16px;
    }

    .dcard-body[b-k7myq9j0jt] {
        padding: 14px 16px;
    }

    .map-address-summary[b-k7myq9j0jt] {
        padding: 10px 16px;
    }

    .map-footer[b-k7myq9j0jt] {
        padding: 10px 16px;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* ─── Hero ────────────────────────────────────────────────────────────────── */
.page-hero[b-6o2jayisz7] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem 0 1.5rem;
    border-bottom: 2px solid #d8f3dc;
    margin-bottom: 2rem;
}

.hero-icon-box[b-6o2jayisz7] {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
    background: linear-gradient(135deg, #2d6a4f, #52b788);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(45, 106, 79, 0.35);
}

.hero-icon[b-6o2jayisz7] {
    font-size: 2rem;
    color: white;
}

.hero-title[b-6o2jayisz7] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1b4332;
    margin: 0 0 0.2rem;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.hero-subtitle[b-6o2jayisz7] {
    font-size: 0.975rem;
    color: #5a8b6f;
    margin: 0;
}

/* ─── Loading ─────────────────────────────────────────────────────────────── */
.app-loading[b-6o2jayisz7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 3.5rem 1rem;
    color: #2d6a4f;
}

.app-loading-text[b-6o2jayisz7] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #40916c;
    margin: 0;
}

/* ─── Alert ───────────────────────────────────────────────────────────────── */
.app-alert[b-6o2jayisz7] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    margin-bottom: 1.75rem;
    font-size: 0.925rem;
    line-height: 1.5;
}

.app-alert-warning[b-6o2jayisz7] {
    background-color: #fffbeb;
    border: 1px solid #f6c90e;
    color: #78590a;
}

.alert-ico[b-6o2jayisz7] {
    font-size: 1.05rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* ─── City Selector ───────────────────────────────────────────────────────── */
.city-selector-card[b-6o2jayisz7] {
    background: white;
    border-radius: 1rem;
    border: 1px solid #d8f3dc;
    padding: 1.75rem 2rem;
    max-width: 480px;
    box-shadow: 0 4px 14px rgba(27, 67, 50, 0.07);
    margin-bottom: 1.5rem;
}

.city-selector-title[b-6o2jayisz7] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1b4332;
    margin: 0 0 0.3rem;
}

.city-selector-subtitle[b-6o2jayisz7] {
    font-size: 0.875rem;
    color: #6c8c7a;
    margin: 0;
}

/* ─── City Bar ────────────────────────────────────────────────────────────── */
.city-bar[b-6o2jayisz7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    background: white;
    border-radius: 0.875rem;
    border: 1px solid #d8f3dc;
    padding: 0.9rem 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 4px rgba(27, 67, 50, 0.06);
}

.city-bar-info[b-6o2jayisz7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.925rem;
    color: #2d3748;
}

.city-bar-pin[b-6o2jayisz7] {
    color: #40916c;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ─── Turno horario alert ─────────────────────────────────────────────────── */
.turno-horario-alert[b-6o2jayisz7] {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin-top: -1rem;
    margin-bottom: 1.25rem;
    border-radius: 0.75rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/* ─── Results ─────────────────────────────────────────────────────────────── */
.results-count[b-6o2jayisz7] {
    display: block;
    font-size: 0.875rem;
    color: #6c8c7a;
    margin-bottom: 1rem;
}

/* ─── Empty State ─────────────────────────────────────────────────────────── */
.empty-state[b-6o2jayisz7] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c8c7a;
}

.empty-icon[b-6o2jayisz7] {
    font-size: 2.75rem;
    color: #b7e4c7;
}

/* ─── Cards List ──────────────────────────────────────────────────────────── */
.farmacias-list[b-6o2jayisz7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ─── Disclaimer ──────────────────────────────────────────────────────────── */
.disclaimer-section[b-6o2jayisz7] {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d8f3dc;
}

.disclaimer-text[b-6o2jayisz7] {
    font-size: 0.8rem;
    color: #6c8c7a;
    line-height: 1.6;
    margin-bottom: 0.4rem;
}

.disclaimer-contact[b-6o2jayisz7] {
    font-size: 0.8rem;
    color: #6c8c7a;
    margin: 0;
}

.disclaimer-contact a[b-6o2jayisz7] {
    color: #40916c;
}

/* ─── Responsive ──────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
    .hero-title[b-6o2jayisz7] { font-size: 2.1rem; }
}
