/**
 * LSAT City Page Styles
 */

/* Course enrollment forms */
.lsat-course-section {
    margin-bottom: 30px;
}

.lsat-course-section h4 {
    color: #5cb85c;
    margin-bottom: 15px;
}

.lsat-enroll-form {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.lsat-enroll-form .checkbox {
    margin-bottom: 8px;
}

.lsat-enroll-form .checkbox label {
    font-size: 14px;
}

/* Schedule display */
.lsat-schedule {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.lsat-schedule strong {
    color: #333;
    display: block;
    margin-bottom: 10px;
}

/* Tooltip icons */
.fa-info-circle {
    color: #5cb85c;
    cursor: help;
}

/* Course outline sections */
.lsat-outline h3 {
    color: #333;
    border-bottom: 2px solid #5cb85c;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.lsat-outline p {
    line-height: 1.8;
}

.lsat-outline p strong {
    color: #5cb85c;
    font-size: 16px;
}

/* Ensure course outline section always appears below courses, never beside */
.padding_left.padding_left_15 {
    clear: both;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lsat-enroll-form {
        padding: 10px;
    }

    #mainCol.float_left {
        float: none !important;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .float_left.padding_left_75,
    .float_left.margin_left_105 {
        float: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        width: 100%;
    }
}
