.tlw-withdrawal-wrap,
.tlw-withdrawal-order-box,
.tlw-withdrawal-footer-link {
    box-sizing: border-box;
}

.tlw-withdrawal-wrap {
    max-width: 930px;
    width: calc(100% - 32px);
    margin: 70px auto;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #eceff3;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    color: #2f343b;
}

.tlw-withdrawal-wrap h2 {
    margin: 0 0 18px;
    color: #2f343b;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
}

.tlw-withdrawal-intro {
    margin: 0 0 28px;
    color: #777b82;
    font-size: 16px;
    line-height: 1.8;
}

.tlw-withdrawal-form p {
    margin: 0 0 24px;
}

.tlw-withdrawal-form label,
.tlw-field-title {
    display: block;
    margin: 0 0 10px;
    color: #565a61;
    font-weight: 700;
    font-size: 16px;
}

.tlw-withdrawal-form label span {
    color: #b91c1c;
}

.tlw-withdrawal-form label small {
    color: #777b82;
    font-weight: 400;
}

.tlw-withdrawal-form input[type="text"],
.tlw-withdrawal-form input[type="email"],
.tlw-withdrawal-form input[type="tel"],
.tlw-withdrawal-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 64px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #2f343b;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: none;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.tlw-withdrawal-form textarea {
    min-height: 130px;
    resize: vertical;
}

.tlw-withdrawal-form input[type="text"]:focus,
.tlw-withdrawal-form input[type="email"]:focus,
.tlw-withdrawal-form input[type="tel"]:focus,
.tlw-withdrawal-form textarea:focus {
    border-color: #b7a0aa;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

.tlw-withdrawal-button,
.tlw-withdrawal-submit {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.tlw-withdrawal-submit,
.tlw-withdrawal-button {
    background: #111827;
    color: #ffffff !important;
    border: 0;
    border-radius: 8px;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.tlw-withdrawal-submit:hover,
.tlw-withdrawal-button:hover {
    background: #1f2937;
    color: #ffffff !important;
    text-decoration: none;
}

.tlw-withdrawal-warning,
.tlw-withdrawal-error {
    padding: 12px 14px;
    margin: 12px 0 22px;
    border-left: 4px solid #c53030;
    background: #fff5f5;
    color: #7f1d1d;
}

.tlw-withdrawal-note {
    font-size: 14px;
    opacity: .85;
}

.tlw-withdrawal-summary {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 18px;
    margin: 16px 0 22px;
}
.tlw-withdrawal-summary p {
    margin: 6px 0;
}
.tlw-radio-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 0 0 10px;
    cursor: pointer;
    line-height: 1.45;
}
.tlw-radio-line:hover {
    background: #f9fafb;
    border-color: #cbd5e1;
}
.tlw-radio-line input {
    margin-top: 3px;
    flex: 0 0 auto;
}
.tlw-item-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0 18px;
}
.tlw-item-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 14px;
    line-height: 1.45;
}
.tlw-item-row:hover {
    background: #f9fafb;
    border-color: #cbd5e1;
}
.tlw-item-row input {
    margin-top: 3px;
    flex: 0 0 auto;
}
.tlw-item-row span {
    display: block;
    font-weight: 600;
}
.tlw-item-row small {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #92400e;
    font-size: 13px;
}
.tlw-item-row.is-excluded {
    background: #fffbeb;
    border-color: #fde68a;
}
.tlw-withdrawal-success-link a {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    text-decoration: underline;
}



.tlw-withdrawal-success-box {
    max-width: 930px !important;
    width: calc(100% - 32px) !important;
    margin: 70px auto !important;
    padding: 32px 34px !important;
    background: #f0fff4 !important;
    border: 1px solid #9ae6b4 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06) !important;
    color: #2f343b !important;
}

.tlw-withdrawal-success-box h2 {
    margin: 0 0 18px !important;
    color: #2f343b !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.tlw-withdrawal-success-box p {
    margin: 0 0 22px !important;
    color: #565a61 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.tlw-withdrawal-success-box p:last-child {
    margin-bottom: 0 !important;
}

.tlw-withdrawal-success-box strong {
    color: #2f343b !important;
    font-weight: 700 !important;
}



@media (max-width: 767px) {
    .tlw-withdrawal-wrap {
        width: calc(100% - 20px);
        margin: 32px auto;
        padding: 24px 18px;
    }

    .tlw-withdrawal-wrap h2 {
        font-size: 24px;
    }

    .tlw-withdrawal-form input[type="text"],
    .tlw-withdrawal-form input[type="email"],
    .tlw-withdrawal-form input[type="tel"],
    .tlw-withdrawal-form textarea {
        min-height: 56px;
        font-size: 16px;
    }
}
