/* MoU Collaboration Request form */

.mou-page__title {
    color: #002147;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    margin-bottom: 0.5rem;
}

.mou-page__accent {
    width: 60px;
    height: 3px;
    background-color: #b80000;
    margin: 0 auto 0.85rem;
}

.mou-page__subtitle {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.mou-section {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.75rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 14px rgba(0, 33, 71, 0.05);
}

.mou-section__title {
    color: #002147;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1.15rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid #eef2f7;
}

.mou-section__subtitle {
    color: #002147;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 1.35rem 0 0.85rem;
}

.mou-form .form-label {
    font-weight: 500;
    color: #1f2937;
    font-size: 0.9rem;
}

.mou-form .form-control {
    border-color: #d7dee8;
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
}

.mou-form .form-control:focus {
    border-color: #002147;
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.12);
}

.mou-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
    padding-top: 0.15rem;
}

.mou-form__actions {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.mou-form__submit {
    background: #002147;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.7rem 1.75rem;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.mou-form__submit:hover,
.mou-form__submit:focus {
    background: #003d7a;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 33, 71, 0.22);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .mou-section {
        padding: 1.15rem;
    }
}
