/* WebAufbau Lieferung & Abholung – Checkout Styles */

.wd-section {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 28px;
}

.wd-title {
    margin: 0 0 16px;
    font-size: 1.2em;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.wd-field {
    margin-bottom: 16px;
}

.wd-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}

.wd-select {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1em;
    background: #fff;
    color: #333;
}

.wd-select:disabled {
    background: #f5f5f5;
    color: #888;
    cursor: not-allowed;
}

.wd-time-info {
    margin: 8px 0 2px;
    font-size: 0.92em;
    color: #2c7a2c;
    font-weight: 600;
}

.wd-cutoff-info {
    margin: 2px 0 0;
    font-size: 0.88em;
    color: #888;
}

.wd-notice {
    padding: 12px 16px;
    border-radius: 3px;
    margin-top: 12px;
    font-size: 0.92em;
}

.wd-notice--delivery {
    background: #fff8e1;
    border-left: 4px solid #f6a800;
    color: #6b4f00;
}

.wd-notice--zip-error {
    background: #fdeaea;
    border-left: 4px solid #d32f2f;
    color: #611a15;
}

/* Warenkorb: Versandzeile komplett ausblenden */
.woocommerce-cart .woocommerce-shipping-totals,
.woocommerce-cart tr.shipping {
    display: none !important;
}

/* Kasse: Versandrechner und Adress-Felder ausblenden */
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout tr.shipping .woocommerce-shipping-calculator {
    display: none !important;
}
/* Kasse: Alle Radio-Buttons in der Versandzeile ausblenden */
.woocommerce-checkout tr.shipping ul#shipping_method input[type="radio"] {
    display: none !important;
}
/* Kasse: Alle Versandmethoden-Einträge ausblenden */
.woocommerce-checkout tr.shipping ul#shipping_method li {
    display: none !important;
}
/* Kasse: Nur die gewählte Versandmethode anzeigen */
.woocommerce-checkout tr.shipping ul#shipping_method li:has(input[type="radio"]:checked),
.woocommerce-checkout tr.shipping ul#shipping_method li:has(input[type="hidden"]) {
    display: list-item !important;
}

/* Admin Bestellübersicht */
.wd-order-info {
    margin-top: 24px;
}

.wd-order-info h2 {
    font-size: 1.1em;
}
