/* Family Info Styles */
.name {
    font-family: var(--font-script);
    font-size: clamp(0.9rem, 4vw, 2rem);
    color: var(--kanjeevaram-maroon);
    margin: 10px 0;
    white-space: nowrap;
}


.degree {
    font-size: 0.6rem;
    color: var(--temple-green);
    font-weight: bold;
    margin-bottom: 5px;
}


.family-info {
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--text-light);
    border: 1px dotted var(--antique-gold);
}

.family-info p {
    margin-bottom: 8px;
}

.family-info strong {
    color: var(--text-dark);
}