#CF_popup.withdrawalwaiver_popup inner,
#CF_popup.paymentPopup .withdrawalwaiver_module {
	padding: 25px;
}

.withdrawalwaiver_title {
	display: block;
	margin-bottom: 15px;
}

.withdrawalwaiver_text {
	max-height: 200px;
	overflow: auto;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #888;
	line-height: 1.5;
}

.withdrawalwaiver_checkbox_label {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	line-height: 1.4;
}

.withdrawalwaiver_checkbox_label input {
	margin-right: 8px;
	vertical-align: top;
	margin-top: 3px;
}

.withdrawalwaiver_continue:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.withdrawalwaiver_payment_success {
	font-weight: bold;
	margin-bottom: 15px;
}

.withdrawal-request-button,
.withdrawal-request-confirm,
.withdrawal-request-handled {
	margin-top: 8px;
	cursor: pointer;
}

.withdrawal-request-cell {
	text-align: right;
	white-space: nowrap;
}

.withdrawal-request-status.pending {
	color: #c0392b;
	font-weight: bold;
}

.withdrawal-request-modal h2 {
	margin-top: 0;
}

.withdrawal-request-modal p {
	line-height: 1.5;
	margin-bottom: 20px;
}

.withdrawal-request-admin-notice {
	margin-top: 8px;
}

.withdrawal-request-warning {
	display: inline-block;
	background: #fdecea;
	color: #c0392b;
	padding: 4px 8px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
}

.withdrawal-lock-popup wrapper inner {
	max-width: 520px;
	width: calc(100% - 40px);
}

.withdrawal-lock-popup inner {
	text-align: left;
	padding: 28px 26px 24px;
}

.withdrawal-lock-modal {
	text-align: left;
}

.withdrawal-lock-modal__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	margin-bottom: 22px;
}

.withdrawal-lock-modal__icon {
	font-size: 38px;
	line-height: 1;
	color: #A52361;
}

.withdrawal-lock-modal__badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: linear-gradient(135deg, #8e1d52 0%, #A52361 100%);
	padding: 4px 10px;
	border-radius: 6px;
}

.withdrawal-lock-modal h2 {
	margin: 0;
	padding: 0;
	font-size: 1.35rem;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
	text-align: center;
}

.withdrawal-lock-modal__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #555;
	text-align: center;
	max-width: 420px;
}

.withdrawal-lock-modal__summary {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: center;
	column-gap: 20px;
	row-gap: 10px;
	align-items: baseline;
	background: #f7f7f8;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 14px 20px;
	margin-bottom: 16px;
}

.withdrawal-lock-modal__summary-item {
	display: contents;
}

.withdrawal-lock-modal__summary-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #777;
	white-space: nowrap;
	text-align: right;
}

.withdrawal-lock-modal__summary-value {
	font-size: 14px;
	color: #222;
	font-weight: 500;
	text-align: left;
	word-break: break-word;
}

.withdrawal-lock-modal__notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background: #fff8f0;
	border: 1px solid #f3dfc8;
	border-radius: 10px;
}

.withdrawal-lock-modal__notice-icon {
	flex: 0 0 auto;
	font-size: 22px;
	line-height: 1;
	color: #c27b2c;
	margin-top: 1px;
}

.withdrawal-lock-modal__notice p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #5c4a32;
	text-align: left;
}

#orders .withdrawal-request-button {
	font-size: 13px;
	padding: 6px 12px;
}

.withdrawal-handled-modal {
	margin: 0 auto;
	padding: 24px 28px 20px;
	max-width: 480px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.withdrawal-handled-modal__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	margin-bottom: 22px;
}

.withdrawal-handled-modal__icon {
	font-size: 34px;
	line-height: 1;
	color: #c0392b;
	flex: 0 0 auto;
	margin: 0;
}

.withdrawal-handled-modal__badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: linear-gradient(135deg, #8e1d52 0%, #A52361 100%);
	padding: 4px 10px;
	border-radius: 6px;
	margin: 0;
}

.withdrawal-handled-modal h2 {
	margin: 0;
	padding: 0;
	font-size: 1.35rem;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
	text-align: center;
}

.withdrawal-handled-modal__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #555;
	text-align: center;
	max-width: 380px;
}

.withdrawal-handled-modal__summary {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: center;
	column-gap: 20px;
	row-gap: 10px;
	align-items: baseline;
	background: #f7f7f8;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 14px 20px;
	margin: 0 auto 22px;
	max-width: 100%;
	box-sizing: border-box;
}

.withdrawal-handled-modal__summary-item {
	display: contents;
}

.withdrawal-handled-modal__summary-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #777;
	white-space: nowrap;
	text-align: right;
}

.withdrawal-handled-modal__summary-value {
	font-size: 14px;
	color: #222;
	font-weight: 500;
	text-align: left;
	word-break: break-word;
}

.withdrawal-handled-modal__options {
	display: grid;
	gap: 12px;
	width: 100%;
	text-align: left;
}

.withdrawal-handled-option {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	text-align: left;
	padding: 16px 18px;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}

.withdrawal-handled-option:hover {
	border-color: #c7c7c7;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.withdrawal-handled-option:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(165, 35, 97, 0.18);
}

.withdrawal-handled-option:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.withdrawal-handled-option__icon {
	flex: 0 0 28px;
	width: 28px;
	font-size: 24px;
	line-height: 1;
	margin-top: 0;
	text-align: center;
}

.withdrawal-handled-option--unsubscribe .withdrawal-handled-option__icon {
	color: #c0392b;
}

.withdrawal-handled-option--unsubscribe:hover {
	border-color: #e6b0aa;
	background: #fffafa;
}

.withdrawal-handled-option--continue .withdrawal-handled-option__icon {
	color: var(--withdrawal-accent, #A52361);
}

.withdrawal-handled-option--continue:hover {
	border-color: var(--withdrawal-accent, #A52361);
	background: #fff;
}

.withdrawal-handled-option__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	flex: 1 1 auto;
}

.withdrawal-handled-option__title {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	line-height: 1.35;
	text-align: left;
}

.withdrawal-handled-option__hint {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	text-align: left;
}

#CF_popup.question inner:has(.withdrawal-handled-modal) {
	width: auto;
	min-width: 360px;
	max-width: 520px;
	text-align: center;
	padding: 0;
}

#CF_popup .withdrawal-handled-modal {
	padding: 24px 28px 20px;
	text-align: center;
}

#CF_popup .withdrawal-handled-modal p {
	margin-left: 0;
	margin-right: 0;
}
