.dtp-withdrawal {
    max-width: 760px;
    margin: 0 auto 40px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}
.dtp-withdrawal h2 {
    margin-top: 0;
}
.dtp-withdrawal__form label {
    display: block;
    margin: 16px 0 6px;
    font-weight: 600;
}
.dtp-withdrawal__form input[type="text"],
.dtp-withdrawal__form input[type="email"],
.dtp-withdrawal__form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.dtp-withdrawal__checkbox {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    font-weight: 400 !important;
    line-height: 1.45;
}
.dtp-withdrawal__checkbox input {
    margin-top: 4px;
}
.dtp-withdrawal__button,
.dtp-withdrawal__button-secondary {
    margin-top: 18px;
}
.dtp-withdrawal__notice {
    padding: 14px 16px;
    border-radius: 8px;
    margin: 18px 0;
}
.dtp-withdrawal__notice--error {
    border: 1px solid #cc1818;
    background: #fff2f2;
}
.dtp-withdrawal__notice--success {
    border: 1px solid #299646;
    background: #f1fff5;
}
.dtp-withdrawal__summary {
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
}
.dtp-withdrawal__actions {
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 600px) {
    .dtp-withdrawal {
        padding: 18px;
    }
    .dtp-withdrawal__actions {
        display: block;
        margin-right: 0;
    }
}

.dtp-withdrawal-thankyou {
    margin: 28px 0;
    padding: 18px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fafafa;
}
.dtp-withdrawal-thankyou p {
    margin: 0 0 10px;
}
.dtp-withdrawal-thankyou p:last-child {
    margin-bottom: 0;
}

.dtp-withdrawal__agreement-text {
    display: block;
}
.dtp-withdrawal__agreement-paragraph {
    display: block;
    margin: 0 0 1em;
}
.dtp-withdrawal__agreement-paragraph:last-child {
    margin-bottom: 0;
}
.dtp-withdrawal__policy-link,
.dtp-withdrawal__policy-link:visited {
    font-weight: 700;
    text-decoration: underline;
}
.dtp-withdrawal__notice--warning {
    border: 1px solid #dba617;
    background: #fff8e5;
}

.dtp-withdrawal__deadline-info {
    padding: 12px 14px;
    background: #f6f7f7;
    border-left: 4px solid #2271b1;
    margin: 14px 0 18px;
}
