/* หน้าลงทะเบียนส่งผลงาน — submission/register/form-register-academic */

.custom-header-bg {
    position: relative;
}

/* หัวข้อจาก Quill — สีขาวบนพื้นหลังน้ำเงิน */
.custom-header-bg .register-header-title,
.custom-header-bg .register-header-title *,
.custom-header-bg .register-header-title :is(
    h1, h2, h3, h4, h5, h6,
    p, div, span, strong, em, b, i, u, li, a,
    .ql-align-center, .ql-align-right, .ql-align-left
) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.custom-header-bg .register-header-title a {
    color: #ffffff !important;
    text-decoration: underline;
}

.info-box {
    background-color: #f1f4f9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #4a5568;
}

.info-icon {
    background-color: #3b5998;
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.section-header--spaced {
    margin-top: 3rem;
}

.section-header__bar {
    width: 6px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 9999px;
    background-color: #3b5998;
}

.section-header__title {
    margin-bottom: 0;
    font-weight: 700;
    color: #3b5998;
}

.institution-radio {
    width: 22px;
    height: 22px;
    margin-top: 0;
    border: 2px solid #cbd5e1;
    background-color: #ffffff;
    box-shadow: none !important;
}

.institution-radio:focus {
    border-color: #3b5998;
    box-shadow: 0 0 0 3px rgba(59, 89, 152, 0.15) !important;
}

.institution-radio:checked {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.institution-option-row .form-check-label {
    cursor: pointer;
}

.institution-option-box {
    border-left: 3px solid #dbe7ff;
    padding-left: 14px;
}
