html, body { overflow:inherit; }
.inquiry-container {
    background: url('../../img/backgrounds/main_bg_03.jpg');
    background-position: center 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    padding: 60px 40px;
    background: white;
    border-radius: 40px;
    color: var(--color-text-base);
}

.radio-inner {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    display: none;
}

.parts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.year-dropdown { border:none !important; background:#fff; }
.dropdown-item { border-radius:10px; line-height: 30px; border: 1px solid rgba(0, 0, 0, 0.2); margin-top:3px; }
.admin_btn a { font-size:18px; text-decoration:underline; color:#fff; }
@media (max-width: 768px) {
    .inquiry-content {
        display: none;
    }
}

@media (max-width: 480px) {
    .parts {
        gap: 0;
    }
}