.translation-form-wrapper {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-family: 'Segoe UI', sans-serif;
}

.translation-form-wrapper h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.translation-form-wrapper label {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.translation-form-wrapper input,
.translation-form-wrapper select,
.translation-form-wrapper textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.translation-form-wrapper button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #0073aa;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 20px;
}

.translation-form-wrapper button:hover {
    background-color: #005c88;
}

#file-list div {
    margin-top: 5px;
    font-size: 14px;
}

.accept-quote-btn {
    margin-top: 15px;
    padding: 10px 16px;
    background: #28a745;
    border: none;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

.form-policies {
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

.policy-item {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px !important;
    cursor: pointer;
    font-weight: normal !important;
    font-size: 14px;
}

.policy-item input[type="checkbox"] {
    width: auto !important;
    margin-top: 3px !important;
    cursor: pointer;
}

.calculation-method {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.calculation-method label {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.calculation-method input[type="radio"] {
    width: auto !important;
    margin-top: 0 !important;
}

#manual_char_count_wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.extra-services-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.extra-service-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    font-size: 15px;
    cursor: pointer;
}

.extra-service-item input[type="checkbox"] {
    width: auto !important;
    margin: 0 !important;
    cursor: pointer;
}

.extra-service-item small {
    color: #666;
    margin-left: 2px;
}
