/* Síndromes Geriátricas tab — scoped to .sg3-* classes only */

.sg3-kpi-card {
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    color: white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sg3-kpi-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(0,0,0,0.2);
}
.sg3-kpi-label {
    font-size: 0.72rem;
    font-weight: 700;
    opacity: 0.88;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.35rem;
}
.sg3-kpi-value {
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    line-height: 1.1;
}
.sg3-kpi-subtitle {
    font-size: 0.76rem;
    opacity: 0.82;
}
.sg3-card {
    background: white;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    border: 1px solid #e2e8f0;
    margin-bottom: 1.25rem;
}
.sg3-sidebar-card {
    background: white;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #1e3a8a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    position: sticky;
    top: 20px;
}
.sg3-section-sep {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    padding: 0.3rem 0;
    margin: 0.5rem 0 0.75rem 0;
    border-bottom: 2px solid #e2e8f0;
}
.sg3-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.sg3-section-title::before {
    content: '';
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #1e3a8a 0%, #0ea5e9 100%);
    border-radius: 2px;
    flex-shrink: 0;
}
.sg3-flabel {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.35rem;
    display: block;
    margin-top: 0.9rem;
}
