.elementor-28850 .elementor-element.elementor-element-573f2ea{--display:flex;}/* Start custom CSS */.order-withdrawal-request {
    max-width: 720px;
}

/* Labels: immer hell, nicht rot bei "invalid"-Status */
.order-withdrawal-request label,
.order-withdrawal-request .woocommerce-invalid label,
.order-withdrawal-request label.required_field {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Pflichtfeld-Sternchen: Markenfarbe statt WC-Rot, aber gut lesbar auf Dunkel */
.order-withdrawal-request .required {
    color: #ff5fa8 !important;
}

/* Eingabefelder */
.order-withdrawal-request input.input-text,
.order-withdrawal-request select.select,
.order-withdrawal-request textarea {
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    background: #ffffff !important;
    color: #141414 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    transition: border-color .15s ease, box-shadow .15s ease;
}

/* Natives Select-Dropdown vereinheitlichen (sonst je Browser/OS unterschiedlich) */
.order-withdrawal-request select.select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23141414'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    padding-right: 44px !important;
}

/* Sichtbarer Fokus-Indikator für Tastatur-/Screenreader-Nutzer (WCAG 2.4.7) */
.order-withdrawal-request input.input-text:focus,
.order-withdrawal-request select.select:focus,
.order-withdrawal-request textarea:focus {
    outline: none !important;
    border-color: #ff2d96 !important;
    box-shadow: 0 0 0 3px rgba(255, 45, 150, 0.4) !important;
}

/* Echte Fehlerfelder (aria-invalid) klar, aber nicht reißerisch markieren */
.order-withdrawal-request input[aria-invalid="true"],
.order-withdrawal-request select[aria-invalid="true"] {
    border-color: #ff5252 !important;
}

/* Zeilen-Layout */
.order-withdrawal-request .form-row {
    margin-bottom: 20px !important;
}

.order-withdrawal-request .form-row-first,
.order-withdrawal-request .form-row-last {
    width: 48% !important;
    float: left !important;
}

.order-withdrawal-request .form-row-last {
    float: right !important;
}

@media (max-width: 600px) {
    .order-withdrawal-request .form-row-first,
    .order-withdrawal-request .form-row-last {
        width: 100% !important;
        float: none !important;
    }
}

.order-withdrawal-request .clear {
    clear: both;
}

/* Checkbox-Zeile */
.order-withdrawal-request .checkbox {
    color: #ffffff !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.order-withdrawal-request .input-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0;
    margin-top: 2px !important;
    border: 2px solid #ff2d96 !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    accent-color: #ff2d96 !important;
    cursor: pointer;
}

.order-withdrawal-request .input-checkbox:checked {
    background-color: #ff2d96 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5L6.5 12L13 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 11px !important;
}

.order-withdrawal-request .input-checkbox:focus-visible {
    outline: 2px solid #ff7fc0 !important;
    outline-offset: 2px !important;
}

.order-withdrawal-request .notice.eu-owb-woocommerce-select-certain-items-desc {
    color: #cfcfcf !important;
    font-size: 14px !important;
    display: block !important;
    margin-top: 8px !important;
}

/* Info-/Fehlermeldungen (z.B. "keine Bestellungen verfügbar") */
.order-withdrawal-request .woocommerce-info,
.order-withdrawal-request .woocommerce-error,
.order-withdrawal-request .woocommerce-message {
    background: #1f1f1f !important;
    color: #ffffff !important;
    border-left: 4px solid #ff2d96 !important;
    border-radius: 4px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    list-style: none !important;
}

.order-withdrawal-request .woocommerce-info a,
.order-withdrawal-request .woocommerce-error a,
.order-withdrawal-request .woocommerce-message a {
    color: #ff7fc0 !important;
    text-decoration: underline !important;
}

.order-withdrawal-request .woocommerce-info a:focus,
.order-withdrawal-request .woocommerce-error a:focus,
.order-withdrawal-request .woocommerce-message a:focus {
    outline: 2px solid #ff7fc0 !important;
    outline-offset: 2px !important;
}

/* Submit-Button im Bluehour-Pink (kontraststark) */
.order-withdrawal-request .woocommerce-form-return_request__submit {
    -webkit-appearance: none;
    appearance: none;
    background: #b3005c !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: background .15s ease;
}

.order-withdrawal-request .woocommerce-form-return_request__submit:hover {
    background: #8c0047 !important;
}

.order-withdrawal-request .woocommerce-form-return_request__submit:active {
    background: #730039 !important;
}

.order-withdrawal-request .woocommerce-form-return_request__submit:focus-visible {
    outline: 3px solid #ffffff !important;
    outline-offset: 2px !important;
}

/* Placeholder-Kontrast in den weißen Feldern */
.order-withdrawal-request ::placeholder {
    color: #6b6b6b !important;
}

/* Bestellinfo-Text: keine gelben Marker, einfach normaler Text */
.eu-owb-order-item-select-wrapper mark {
    background: none !important;
    color: #ff7fc0 !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.eu-owb-woocommerce-withdrawal-order-details {
    color: #ffffff !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

/* Checkbox "bestimmte Positionen auswählen" */
.order-withdrawal-manually-select-items-checkbox {
    margin-bottom: 24px !important;
}

/* Scroll-Wrapper, damit die Tabelle auf sehr kleinen Smartphones nicht umbricht */
.eu-owb-order-item-select-wrapper {
    overflow-x: auto;
}

/* Tabelle */
.order-withdrawal-request-items-table {
    width: 100% !important;
    min-width: 480px;
    border-collapse: collapse !important;
    background: #1a1a1a !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    margin-bottom: 24px !important;
}

.order-withdrawal-request-items-table th,
.order-withdrawal-request-items-table td {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 14px 16px !important;
    color: #ffffff !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.order-withdrawal-request-items-table thead th {
    background: #141414 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

.order-withdrawal-request-items-table tbody tr:last-child td {
    border-bottom: none !important;
}

.order-withdrawal-request-items-table .product-select {
    width: 48px !important;
    text-align: center !important;
}

.order-withdrawal-request-items-table .product-quantity {
    width: 80px !important;
    text-align: center !important;
}

/* Checkboxen in der Tabelle */
.order-withdrawal-request-items-table input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #ff2d96 !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    accent-color: #ff2d96 !important;
    cursor: pointer;
}

.order-withdrawal-request-items-table input[type="checkbox"]:checked {
    background-color: #ff2d96 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5L6.5 12L13 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 11px !important;
}

.order-withdrawal-request-items-table input[type="checkbox"]:focus-visible {
    outline: 2px solid #ff7fc0 !important;
    outline-offset: 2px !important;
}

/* Nicht widerrufbare Position: klar als deaktiviert markieren */
.order-item-non-withdrawable {
    color: #8a8a8a !important;
    font-style: italic !important;
}

.order-withdrawal-request-items-table tr:has(.order-item-non-withdrawable) {
    opacity: 0.6;
}

/* Produktlinks */
.order-withdrawal-request-items-table .product-name a {
    color: #ff7fc0 !important;
    text-decoration: underline !important;
}

.order-withdrawal-request-items-table .product-name a:hover {
    color: #ffffff !important;
}

.order-withdrawal-request-items-table .product-name a:focus-visible {
    outline: 2px solid #ff7fc0 !important;
    outline-offset: 2px !important;
}

.order-withdrawal-request-items-table small {
    color: #9a9a9a !important;
}/* End custom CSS */