.nancys-plz-first {
    max-width: 760px;
    margin: 0 auto 32px;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.nancys-plz-first__eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.nancys-plz-first h2 {
    margin: 6px 0 8px;
    font-size: clamp(28px, 4vw, 44px);
}

.nancys-plz-first__postcode {
    margin-top: 24px;
}

.nancys-plz-first__postcode label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
}

.nancys-plz-first__postcode input {
    width: 100%;
    max-width: 260px;
    min-height: 58px;
    padding: 0 18px;
    border: 2px solid #d7dce4;
    border-radius: 16px;
    font-size: 22px;
    font-weight: 800;
}

.nancys-plz-first__status {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f5f7fa;
}

.nancys-plz-first__modes,
.nancys-plz-first__packages {
    margin-top: 26px;
}

.nancys-plz-first__grid,
.nancys-plz-first__package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.nancys-plz-option,
.nancys-package-option {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 150px;
    padding: 18px;
    text-align: left;
    border: 2px solid #dfe3e8;
    border-radius: 18px;
    background: #fff;
    color: inherit;
}

button.nancys-plz-option,
button.nancys-package-option {
    cursor: pointer;
}

.nancys-plz-option.is-selected {
    border-color: #135395;
    box-shadow: 0 0 0 3px rgba(19,83,149,.12);
}

.nancys-plz-option:disabled,
.nancys-package-option:disabled,
.nancys-package-option.is-inquiry {
    opacity: .58;
    cursor: not-allowed;
    background: #f5f5f5;
}

.nancys-plz-option__state,
.is-ok,
.is-locked {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
}

.is-ok {
    color: #187346;
}

.is-locked {
    color: #a63333;
}

.nancys-plz-tourstarter-hint {
    display: block;
    margin-top: 4px;
    padding-top: 7px;
    border-top: 1px solid #e5e9ee;
    font-size: 11px;
    line-height: 1.4;
    color: #4a5568;
}

.nancys-plz-tourstarter-hint strong {
    display: block;
    margin-bottom: 2px;
    color: #187346;
    font-size: 11px;
    letter-spacing: .02em;
}

.nancys-plz-first-hidden {
    display: none !important;
}

.nancys-plz-first-skip-product {
    display: none !important;
}

@media (max-width: 760px) {
    .nancys-plz-first {
        padding: 20px;
        border-radius: 22px;
    }

    .nancys-plz-first__grid,
    .nancys-plz-first__package-grid {
        grid-template-columns: 1fr;
    }

    .nancys-plz-option,
    .nancys-package-option {
        min-height: auto;
    }
}


/*
|--------------------------------------------------------------------------
| PLZ-first – Lieferdetails
|--------------------------------------------------------------------------
*/

.nancys-selected-fulfilment {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #d6e1eb;
    border-radius: 14px;
    background: #f4f8fb;
}

.nancys-selected-fulfilment strong {
    color: #124f88;
    font-weight: 800;
}

.nancys-selected-fulfilment span {
    color: #657486;
    font-size: 13px;
}

.nancys-change-order-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    margin: 0 0 16px !important;
    padding: 9px 14px !important;
    border: 1px solid #c8d5e1 !important;
    border-radius: 999px !important;
    background: #f4f8fb !important;
    color: #124f88 !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    cursor: pointer;
    appearance: none;
}

.nancys-change-order-button:hover {
    background: #e8f0f7 !important;
}


/*
|--------------------------------------------------------------------------
| Checkout Kontakt – Feldhoehen und Abstand
|--------------------------------------------------------------------------
*/

#order-email,
#order-phone {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}


/* checkout-confirmation-polish-v01210 */

fieldset:has(input[name="order-confirmation"]) {
    margin-top: 26px !important;
}

fieldset:has(input[name="order-confirmation"]) legend {
    margin-bottom: 14px !important;
}

.checkout-mini-choice-grid {
    align-items: stretch !important;
}

.checkout-mini-choice {
    box-sizing: border-box !important;
    min-height: 80px !important;
    padding: 14px 16px !important;
    align-items: center !important;
}
