.jp-wlcp-summary,
.jp-wlcp-checkout-summaries,
.jp-wlcp-financial-panel,
.jp-wlcp-renewal-box,
.jp-wlcp-human-contact-checkout,
.jp-wlcp-thankyou-notice,
.jp-wlcp-withdrawal-action,
.jp-wlcp-consent-center {
	border: 1px solid var(--jp-wlcp-summary-border, #d7dee8);
	border-radius: 8px;
	background: var(--jp-wlcp-summary-bg, #fff);
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
	color: var(--jp-wlcp-summary-text, #17202a);
	margin: 18px 0;
	padding: 20px;
}

.jp-wlcp-summary h3,
.jp-wlcp-checkout-summaries h3,
.jp-wlcp-financial-panel h3,
.jp-wlcp-renewal-box h3,
.jp-wlcp-human-contact-checkout h3 {
	font-size: 1.15rem;
	line-height: 1.25;
	margin: 0 0 14px;
}

.jp-wlcp-summary dl {
	display: grid;
	gap: 12px;
	margin: 0;
}

.jp-wlcp-summary__row {
	border-top: 1px solid #edf1f6;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(140px, 0.35fr) 1fr;
	padding-top: 12px;
}

.jp-wlcp-summary dt {
	color: #3d4b5c;
	font-weight: 700;
}

.jp-wlcp-summary dd {
	margin: 0;
}

.jp-wlcp-summary dd p {
	margin: 0;
}

.jp-wlcp-summary dd p + p {
	margin-top: 8px;
}

.jp-wlcp-summary--checkout {
	box-shadow: none;
	margin: 10px 0 0;
}

.jp-wlcp-summary--accordion {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.jp-wlcp-checkout-summaries--accordion {
	background: var(--jp-wlcp-summary-bg, #fff);
	border: 1px solid var(--jp-wlcp-summary-border, #d7dee8);
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
	padding: 20px;
}

.jp-wlcp-checkout-summaries--accordion .jp-wlcp-checkout-product {
	border-top: 0;
	padding-top: 0;
}

.jp-wlcp-summary--checkout > h3 {
	display: none;
}

.jp-wlcp-summary-style--minimal {
	border-left: 3px solid var(--jp-wlcp-summary-accent, #0f766e);
	border-radius: 0;
	box-shadow: none;
	padding: 14px 0 14px 16px;
}

.jp-wlcp-summary-style--soft {
	background: color-mix(in srgb, var(--jp-wlcp-summary-bg, #fff) 82%, var(--jp-wlcp-summary-accent, #0f766e) 18%);
	box-shadow: none;
}

.jp-wlcp-summary__accordion {
	border: 1px solid var(--jp-wlcp-summary-border, #d7dee8);
	border-radius: 8px;
	overflow: clip;
}

.jp-wlcp-summary__accordion summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-weight: 800;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.25;
	list-style: none;
	padding: 14px 16px;
}

.jp-wlcp-summary__accordion summary::-webkit-details-marker {
	display: none;
}

.jp-wlcp-summary__accordion summary::after {
	border: solid var(--jp-wlcp-summary-accent, #0f766e);
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 8px;
}

.jp-wlcp-summary__accordion[open] summary {
	border-bottom: 1px solid var(--jp-wlcp-summary-border, #d7dee8);
}

.jp-wlcp-summary__accordion[open] summary::after {
	transform: rotate(225deg);
}

.jp-wlcp-summary__accordion dl {
	padding: 0 16px 16px;
}

.jp-wlcp-summary--cards dl {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.jp-wlcp-summary--cards .jp-wlcp-summary__row {
	border: 1px solid var(--jp-wlcp-summary-border, #d7dee8);
	border-radius: 8px;
	display: block;
	padding: 12px;
}

.jp-wlcp-summary--cards dt {
	color: var(--jp-wlcp-summary-accent, #0f766e);
	margin-bottom: 6px;
}

.jp-wlcp-checkout-product {
	border-top: 1px solid #edf1f6;
	padding-top: 12px;
}

.jp-wlcp-checkout-product h4 {
	font-size: 1rem;
	margin: 0 0 10px;
}

.jp-wlcp-checkout-consents {
	background: #f7fafc;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	margin: 16px 0;
	padding: 16px 18px;
}

.jp-wlcp-required-check label,
.jp-wlcp-toggle {
	font-size: 1rem;
	font-weight: 700;
}

.jp-wlcp-button,
.jp-wlcp-withdrawal-action .jp-wlcp-button,
.jp-wlcp-human-contact .jp-wlcp-button {
	align-items: center;
	background: #0f766e;
	border: 0;
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(15, 118, 110, 0.24);
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
	transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.jp-wlcp-button:hover,
.jp-wlcp-button:focus {
	background: #115e59;
	box-shadow: 0 10px 22px rgba(15, 118, 110, 0.3);
	color: #fff;
	transform: translateY(-1px);
}

.jp-wlcp-button--danger {
	background: var(--jp-wlcp-withdrawal-button-bg, #b42318);
	border: 1px solid var(--jp-wlcp-withdrawal-button-border, var(--jp-wlcp-withdrawal-button-bg, #b42318));
	border-radius: var(--jp-wlcp-withdrawal-button-radius, 7px);
	box-shadow: var(--jp-wlcp-withdrawal-button-shadow, 0 8px 18px rgba(180, 35, 24, 0.24));
	color: var(--jp-wlcp-withdrawal-button-text, #fff);
}

.jp-wlcp-button--danger:hover,
.jp-wlcp-button--danger:focus {
	background: var(--jp-wlcp-withdrawal-button-bg-hover, #8f1f17);
	border-color: var(--jp-wlcp-withdrawal-button-bg-hover, #8f1f17);
	box-shadow: var(--jp-wlcp-withdrawal-button-shadow, 0 10px 22px rgba(180, 35, 24, 0.3));
	color: var(--jp-wlcp-withdrawal-button-text, #fff);
}

.jp-wlcp-button--light {
	background: #fff;
	border: 1px solid #b7c3d0;
	box-shadow: none;
	color: #17202a;
}

.jp-wlcp-button--light:hover,
.jp-wlcp-button--light:focus {
	background: #f5f8fb;
	color: #17202a;
}

.jp-wlcp-button--large {
	min-height: 52px;
	padding-inline: 22px;
}

.jp-wlcp-withdrawal-action p,
.jp-wlcp-thankyou-notice p {
	color: var(--jp-wlcp-withdrawal-note-color, #526173);
	margin: 10px 0 0;
}

.jp-wlcp-withdrawal-state {
	background: #f7fafc;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	color: #526173;
	margin: 18px 0;
	padding: 14px 16px;
}

.jp-wlcp-order-evidence {
	background: #fff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
	color: #17202a;
	margin: 18px 0;
	padding: 20px;
}

.jp-wlcp-order-evidence h3 {
	font-size: 1.15rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.jp-wlcp-order-evidence__meta {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 14px 0 18px;
}

.jp-wlcp-order-evidence__meta div {
	background: #f7fafc;
	border: 1px solid #edf1f6;
	border-radius: 8px;
	display: grid;
	gap: 4px;
	padding: 10px 12px;
}

.jp-wlcp-order-evidence__meta span {
	color: #526173;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.jp-wlcp-order-evidence__meta strong {
	color: #17202a;
	font-size: 0.98rem;
	line-height: 1.3;
}

.jp-wlcp-order-evidence__section {
	border: 1px solid #d7dee8;
	border-radius: 8px;
	margin-top: 12px;
	overflow: clip;
}

.jp-wlcp-order-evidence__section > summary,
.jp-wlcp-order-evidence__document > summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-weight: 800;
	gap: 10px;
	justify-content: space-between;
	list-style: none;
	padding: 14px 16px;
}

.jp-wlcp-order-evidence__section > summary::-webkit-details-marker,
.jp-wlcp-order-evidence__document > summary::-webkit-details-marker {
	display: none;
}

.jp-wlcp-order-evidence__section > summary::after,
.jp-wlcp-order-evidence__document > summary::after {
	border: solid var(--jp-wlcp-summary-accent, #0f766e);
	border-width: 0 2px 2px 0;
	content: "";
	height: 8px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 8px;
}

.jp-wlcp-order-evidence__section[open] > summary,
.jp-wlcp-order-evidence__document[open] > summary {
	border-bottom: 1px solid #edf1f6;
}

.jp-wlcp-order-evidence__section[open] > summary::after,
.jp-wlcp-order-evidence__document[open] > summary::after {
	transform: rotate(225deg);
}

.jp-wlcp-order-evidence__section > article,
.jp-wlcp-order-evidence__section > ul,
.jp-wlcp-order-evidence__section > p {
	margin: 0;
	padding: 16px;
}

.jp-wlcp-order-evidence__section > ul {
	list-style-position: outside;
	padding-left: 38px;
}

.jp-wlcp-order-evidence__section > ul li + li {
	margin-top: 6px;
}

.jp-wlcp-order-evidence__product + .jp-wlcp-order-evidence__product {
	border-top: 1px solid #edf1f6;
}

.jp-wlcp-order-evidence__section--summary .jp-wlcp-summary {
	margin: 0;
}

.jp-wlcp-order-evidence__section--summary .jp-wlcp-summary--accordion {
	padding: 0;
}

.jp-wlcp-order-evidence__documents {
	display: grid;
	gap: 10px;
	padding: 8px 16px 16px 32px;
}

.jp-wlcp-order-evidence__document {
	border: 1px solid #edf1f6;
	border-radius: 8px;
	overflow: clip;
}

.jp-wlcp-order-evidence__document-meta {
	margin: 0;
	padding: 14px 16px 0;
}

.jp-wlcp-order-evidence__document-meta,
.jp-wlcp-order-evidence__notice {
	color: #526173;
	font-size: 0.92rem;
}

.jp-wlcp-order-evidence__section--documents > .jp-wlcp-order-evidence__notice {
	padding: 14px 16px 8px 32px;
}

.jp-wlcp-order-evidence__document-content {
	max-height: 360px;
	overflow: auto;
	padding: 12px 16px 16px;
}

.jp-wlcp-order-evidence__document-content > :first-child {
	margin-top: 0;
}

.jp-wlcp-order-evidence__document-content > :last-child {
	margin-bottom: 0;
}

.jp-wlcp-withdrawal-page {
	background: #f3f6f9;
	margin: 0;
}

.jp-wlcp-withdrawal-shell {
	margin: 0 auto;
	max-width: 840px;
	padding: 48px 20px;
}

.jp-wlcp-flow-card {
	background: #fff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(17, 24, 39, 0.12);
	padding: clamp(22px, 4vw, 38px);
}

.jp-wlcp-flow-card h1 {
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 6px 0 16px;
}

.jp-wlcp-kicker {
	color: #0f766e;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.jp-wlcp-flow-facts {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 20px 0;
}

.jp-wlcp-flow-facts div {
	background: #f7fafc;
	border: 1px solid #edf1f6;
	border-radius: 8px;
	padding: 12px;
}

.jp-wlcp-flow-facts dt {
	color: #526173;
	font-weight: 700;
}

.jp-wlcp-flow-facts dd {
	font-weight: 800;
	margin: 4px 0 0;
}

.jp-wlcp-withdrawal-form label,
.jp-wlcp-consent-center label {
	display: grid;
	font-weight: 700;
	gap: 6px;
	margin: 14px 0;
}

.jp-wlcp-withdrawal-form textarea,
.jp-wlcp-consent-center input[type="email"] {
	border: 1px solid #b7c3d0;
	border-radius: 7px;
	font: inherit;
	padding: 12px;
	width: 100%;
}

.jp-wlcp-alert,
.jp-wlcp-flow-card--error {
	border-color: #f3b2aa;
	color: #8f1f17;
}

.jp-wlcp-flow-card--success {
	border-color: #99d6ce;
}

.jp-wlcp-human-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

@media (max-width: 640px) {
	.jp-wlcp-summary__row {
		grid-template-columns: 1fr;
	}
}
