.pdg-withdrawal {
    max-width: 820px;
    line-height: 1.65;
}

.pdg-withdrawal h2,
.pdg-withdrawal h3 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.pdg-withdrawal p {
    margin-top: 0;
    margin-bottom: 16px;
}

.pdg-withdrawal ul {
    margin-top: 10px;
    margin-bottom: 18px;
}

.pdg-withdrawal li {
    margin-bottom: 6px;
}

.pdg-withdrawal-form {
    margin-top: 22px;
}

.pdg-withdrawal-field {
    margin-bottom: 18px;
}

.pdg-withdrawal-field label,
.pdg-withdrawal-items legend {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

.pdg-withdrawal-field input[type="text"],
.pdg-withdrawal-field input[type="email"],
.pdg-withdrawal-item input[type="number"] {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    background: #fff;
    color: inherit;
    box-sizing: border-box;
}

.pdg-withdrawal-box,
.pdg-withdrawal-notice,
.pdg-withdrawal-order-summary {
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #fff;
}

.pdg-withdrawal-box--important {
    border-left: 4px solid #7D131B;
}

.pdg-withdrawal-box--success,
.pdg-withdrawal-notice--success {
    border-left: 4px solid currentColor;
}

.pdg-withdrawal-box--info,
.pdg-withdrawal-notice--info {
    border-left: 4px solid #777;
}

.pdg-withdrawal-notice--error {
    border-left: 4px solid #7D131B;
}

.pdg-withdrawal-items {
    margin: 24px 0;
    padding: 0;
    border: 0;
}

.pdg-withdrawal-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 18px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e2e2e2;
}

.pdg-withdrawal-item__choice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 600;
}

.pdg-withdrawal-item__choice input {
    margin-top: 5px;
}

.pdg-withdrawal-item__qty span {
    display: block;
    margin-bottom: 4px;
    font-size: .9em;
}

.pdg-withdrawal-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 22px 0;
}

.pdg-withdrawal-checkbox input {
    margin-top: 5px;
}

.pdg-withdrawal-button {
    display: inline-block;
    min-height: 44px;
    padding: 11px 18px;
    border: 1px solid #7D131B;
    border-radius: 4px;
    background: #7D131B;
    color: #fff !important;
    text-decoration: none !important;
    font: inherit;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
}

.pdg-withdrawal-button:hover,
.pdg-withdrawal-button:focus {
    opacity: .9;
}

.pdg-withdrawal-button--secondary {
    background: #fff;
    color: #7D131B !important;
}

.pdg-withdrawal-button--danger {
    margin-top: 4px;
}

.pdg-withdrawal-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

@media (max-width: 600px) {
    .pdg-withdrawal-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pdg-withdrawal-item__qty {
        max-width: 120px;
    }

    .pdg-withdrawal-contact-actions .pdg-withdrawal-button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
