/* Ensure header CSS loads with highest priority */
@import url('./shared/header.css');

/* Critical fix for profile section visibility */
.profile-section {
    display: block !important;
}