.sas-form-wrap {
    max-width: 760px;
}

.sas-form-title {
    margin: 0 0 24px;
    color: #002b5c;
    line-height: 1.15;
}

.sas-form {
    margin: 0;
}

.sas-form-group {
    margin: 0 0 18px;
}

.sas-form-label,
.sas-form label {
    display: block;
    margin: 0 0 6px;
    font-weight: 600;
    color: #4b5563;
}

.sas-form-help {
    display: block;
    margin: 0 0 10px;
    color: #646970;
    font-size: 13px;
}

.sas-form input[type="text"],
.sas-form input[type="email"],
.sas-form input[type="tel"],
.sas-form input[type="password"],
.sas-form textarea,
.sas-input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    background: #ffffff;
    color: #1d2327;
    font-size: 14px;
    line-height: 1.4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sas-form input[type="text"]:focus,
.sas-form input[type="email"]:focus,
.sas-form input[type="tel"]:focus,
.sas-form input[type="password"]:focus,
.sas-form textarea:focus,
.sas-input:focus {
    outline: none;
    border-color: #2271b1;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.15);
    background: #fff;
}

.sas-form textarea {
    min-height: 110px;
    resize: vertical;
}

.sas-students-wrapper {
    margin-top: 10px;
}

.sas-student-row {
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    background: #f6f7f7;
}

.sas-student-row-title {
    margin: 0 0 10px;
    font-weight: 700;
    color: #1d2327;
}

.sas-student-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.sas-student-grid .sas-form-group {
    margin-bottom: 0;
}

.sas-btn {
    display: inline-block;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    background: #2271b1;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.sas-btn:hover,
.sas-btn:focus {
    background: #135e96;
    color: #fff;
}

.sas-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.15);
}

.sas-btn-secondary {
    background: #2271b1;
}

.sas-btn-submit {
    min-width: 180px;
}

.sas-form-footer {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
}

.sas-alert {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.sas-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

@media (max-width: 640px) {
    .sas-student-grid {
        grid-template-columns: 1fr;
    }
}

.sas-suggestion {
    display: block;
    margin-bottom: 6px;
}

.sas-score {
    color: #666;
    font-size: 12px;
    margin-left: 6px;
}

body.page-id-1750 h2.page-title {
    display: none !important;
}

body.page-id-1749 h2.page-title {
    display: none !important;
}

body.page-id-1748 h2.page-title {
    display: none !important;
}

body.page-id-1747 h2.page-title {
    display: none !important;
}

body.page-id-1746 h2.page-title {
    display: none !important;
}

body.page-id-1991 h2.page-title {
    display: none !important;
}
