/* Profile Detail Page Styles
 * Stili specifici per pagine profilo (modella/fotografo)
 */

/* Mobile profile card */
.mg2025-profile-card-mobile {
    display: none;
}

/* Bio expand/collapse */
.bio-full {
    display: none;
}

.bio-expanded .bio-full {
    display: block;
}

.bio-expanded .bio-preview {
    display: none;
}

/* Text muted */
.text-muted {
    font-size: 0.75rem;
}

