.ppwb-footer-callout {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #c6402f;
    border-radius: 10px;
    background: #fff7f5;
    text-align: center;
    align-self: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    height: auto;
    min-height: 0;
    position: relative;
    top: -12px;
    width: auto;
}

.ppwb-footer-button {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: #c6402f;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.ppwb-footer-button:hover,
.ppwb-footer-button:focus {
    background: #9f2e21;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.ppwb-footer-hint {
    margin: 8px 0 0;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1.5;
}

.ppwb-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 18px 0 36px;
}

.ppwb-panel {
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.ppwb-title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.15;
    color: #1c1c1c;
}

.ppwb-copy {
    margin: 0;
    color: #4c4c4c;
    line-height: 1.7;
}

.ppwb-errors {
    margin: 0 0 20px;
    padding: 14px 16px;
    border: 1px solid #cf4d4d;
    border-radius: 10px;
    background: #fff1f1;
    color: #8a2323;
}

.ppwb-errors ul {
    margin: 0;
    padding-left: 18px;
}

.ppwb-grid {
    display: grid;
    gap: 18px;
}

.ppwb-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #202020;
}

.ppwb-field input[type="text"],
.ppwb-field input[type="email"],
.ppwb-field textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.5;
}

.ppwb-field textarea {
    min-height: 118px;
    resize: vertical;
}

.ppwb-help {
    margin-top: 6px;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

.ppwb-orders {
    display: grid;
    gap: 12px;
}

.ppwb-order-option {
    display: block;
    padding: 14px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background: #fcfcfc;
    cursor: pointer;
}

.ppwb-order-option input {
    margin-right: 10px;
}

.ppwb-order-main {
    display: block;
    font-weight: 700;
    color: #212121;
}

.ppwb-order-meta {
    display: block;
    margin-top: 6px;
    color: #666666;
    font-size: 13px;
}

.ppwb-summary {
    display: grid;
    gap: 12px;
}

.ppwb-summary-row {
    padding: 12px 14px;
    border-radius: 10px;
    background: #f8f8f8;
}

.ppwb-summary-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b6b6b;
}

.ppwb-summary-value {
    color: #1f1f1f;
    line-height: 1.6;
    white-space: pre-line;
}

.ppwb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.ppwb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #c6402f;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
}

.ppwb-btn:hover,
.ppwb-btn:focus {
    background: #9f2e21;
    color: #ffffff;
}

.ppwb-btn-secondary {
    background: #efefef;
    color: #222222;
}

.ppwb-btn-secondary:hover,
.ppwb-btn-secondary:focus {
    background: #dddddd;
    color: #222222;
}

.ppwb-note {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f2f6fb;
    color: #35526f;
    line-height: 1.6;
}

.ppwb-success {
    border-color: #bed8c6;
    background: #f3faf5;
}

.ppwb-success .ppwb-title {
    color: #194f2c;
}

body#checkout .checkout-step .step-edit.text-muted {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 0 !important;
}

body#checkout .checkout-step .step-edit.text-muted .material-icons.edit {
    font-size: 14px !important;
    line-height: 1 !important;
}

body#checkout .checkout-step .step-edit.text-muted::after {
    content: "Ändern" !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    .ppwb-panel {
        padding: 18px;
    }

    .ppwb-title {
        font-size: 25px;
    }

    .ppwb-actions {
        flex-direction: column;
    }

    .ppwb-btn {
        width: 100%;
    }
}
