/* Driver Verification Edit Account Styles */
.oddw-driver-verification-section {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}

.oddw-driver-verification-section legend {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    padding-bottom: 10px;
    border-bottom: 2px solid #0073aa;
    width: 100%;
}

.oddw-pending-status-notice {
    background: #fff8e5;
    border-left: 4px solid #ffb81c;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.oddw-pending-badge {
    display: inline-block;
    background: #ffb81c;
    color: #333;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}

.oddw-pending-message {
    margin: 8px 0 0 0;
    color: #666;
    font-size: 13px;
}

.oddw-form-field {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: #ffffff !important;
}

.oddw-form-field:focus {
    outline: none;
    border-color: #0073aa !important;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1) !important;
}

.oddw-textarea-field {
    resize: vertical;
    min-height: 100px;
}

.oddw-select-field {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    cursor: pointer;
}

.oddw-select-field:focus {
    outline: none;
    border-color: #0073aa !important;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1) !important;
}

.oddw-file-input {
    display: block;
    width: 100% !important;
    padding: 10px !important;
    border: 2px dashed #0073aa;
    border-radius: 4px;
    background: #f0f7ff;
    cursor: pointer;
}

.oddw-file-input:hover {
    background: #e6f2ff;
}

.oddw-file-input:focus {
    outline: none;
    border-color: #005a87;
}

.oddw-file-help {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.oddw-driver-picture {
    margin-bottom: 15px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
}

.oddw-driver-picture-thumb {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.oddw-remove-picture-label {
    display: block;
    margin-top: 8px;
    font-weight: normal;
    cursor: pointer;
}

.oddw-remove-picture-label input[type="checkbox"] {
    margin-right: 5px;
    cursor: pointer;
}

/* Required field indicator */
.woocommerce-form-row .required {
    color: #e74c3c;
    margin-left: 2px;
}
