/**
 * Civil Safety Enrollment Styles
 *
 * Additional theme-level enrollment styling.
 * Main aXcelerate CSS managed in plugin settings (as intended by aXcelerate).
 *
 * Only add custom overrides here if needed for theme-specific adjustments.
 *
 * @see functions.php for enqueue
 */

/**
 * Fix for enrollment widget rendering outside container
 *
 * Note: Removed aggressive positioning fixes as they broke the form's
 * two-column layout (sidebar tabs + main form area).
 *
 * The form may render outside the white container on some course types,
 * but this is preferable to breaking the form's layout entirely.
 */

/**
 * Typography - Course title styling only
 *
 * Only styling the course title to match brand, leaving form intact
 */

/* Course title at top of enrollment form */
.ax-course-details {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.5rem !important;
    line-height: 1.0 !important;
    color: #8fc74a !important;
    margin-bottom: 2rem !important;
}
