/* 회원가입 유형 선택지 커스텀 라디오 피팅 */
.btn-check:checked + .btn-outline-dark {
    color: #111315 !important;
    background-color: rgba(229, 186, 115, 0.08) !important;
    border-color: #E5BA73 !important;
    box-shadow: 0 0 0 0.2rem rgba(229, 186, 115, 0.2) !important;
}

/* 포커싱 세밀 보완 */
.form-control:focus, .form-select:focus {
    border-color: #E5BA73 !important;
    box-shadow: 0 0 0 0.2rem rgba(229, 186, 115, 0.15) !important;
}

/* 하위 스케일 조정 가이드 구문 */
.gap-2\.5 {
    gap: 0.65rem !important;
}
.mb-2\.5 {
    margin-bottom: 0.65rem !important;
}
.fs-7 {
    font-size: 0.82rem !important;
}
.fs-8 {
    font-size: 0.75rem !important;
}
.x-small {
    font-size: 0.72rem !important;
}
