/* /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[b-wvp7ptjfky] {
    font-size: 1rem;
    font-weight: 700;
    color: #1b4332;
    margin: 0;
    line-height: 1.35;
}

/* ─── 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;
}

.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);
}
/* /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;
}
/* /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/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: 3.75rem;
    height: 3.75rem;
    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: 1.8rem;
    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;
}

/* ─── 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;
}

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