/* Basic styles for the onboarding page */
.onboarding-section {
    margin-top: 4em !important; /* Ensure space for the fixed header */
    padding-top: 2em !important;
}

/* Style the language selector */
#onboarding-language-switcher {
    padding: 0.5em 1em;
    border-radius: 6px;
    border: 1px solid #90caf9;
    background-color: #f5f9ff;
    color: #1976d2;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-top: 0.5em;
}

/* Make sure the onboarding section is properly formatted */
#onboardingForm {
    padding: 0.5em;
}

/* Keep the top navigation visible */
#fixedTopNavContainer {
    display: flex !important;
    z-index: 9999 !important;
}
