.wcwb-shell {
	--wcwb-border: #d7dee8;
	--wcwb-muted: #5f6b7a;
	--wcwb-ink: #18212f;
	--wcwb-surface: #ffffff;
	--wcwb-accent: #176b5f;
	--wcwb-accent-strong: #0f4f46;
	--wcwb-button-bg: var(--wcwb-accent);
	--wcwb-button-text: #ffffff;
	--wcwb-danger: #b42318;
	box-sizing: border-box;
	width: min(760px, calc(100vw - 32px));
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: var(--wcwb-ink);
	text-align: center;
}

.wcwb-shell h2 {
	margin: 0 0 18px;
	font-size: 1.55rem;
	line-height: 1.25;
	color: var(--wcwb-ink) !important;
	letter-spacing: 0;
}

.wcwb-shell h3 {
	margin: 18px 0 10px;
	font-size: 1.05rem;
	color: var(--wcwb-ink) !important;
	letter-spacing: 0;
}

.wcwb-form,
.wcwb-review,
.wcwb-success,
.wcwb-policy,
.wcwb-order-summary {
	box-sizing: border-box;
	border: 1px solid var(--wcwb-border);
	border-radius: 8px;
	background: var(--wcwb-surface);
}

.wcwb-shell .wcwb-form {
	display: flow-root;
}

.wcwb-form,
.wcwb-review,
.wcwb-success {
	padding: 20px;
}

.wcwb-policy {
	margin: 0 0 16px;
	padding: 14px 16px;
	color: var(--wcwb-muted) !important;
	text-align: center;
}

.wcwb-shell .wcwb-policy p {
	color: var(--wcwb-muted) !important;
	text-align: center;
}

.wcwb-order-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	justify-content: center;
	margin: 0 0 16px;
	padding: 12px 16px;
	color: var(--wcwb-muted) !important;
}

.wcwb-shell .wcwb-summary-label,
.wcwb-shell .wcwb-summary-value {
	color: var(--wcwb-ink) !important;
}

.wcwb-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.wcwb-shell .wcwb-field {
	float: none;
	width: auto;
	max-width: none;
	margin: 0 0 16px;
	text-align: center;
}

.wcwb-field label,
.wcwb-items legend {
	display: block;
	margin: 0 0 7px;
	font-weight: 650;
	color: var(--wcwb-ink) !important;
}

.wcwb-field input,
.wcwb-field textarea,
.wcwb-form input[type="email"],
.wcwb-form input[type="text"] {
	width: 100%;
	min-height: 42px;
	border: 1px solid var(--wcwb-border);
	border-radius: 6px;
	padding: 8px 10px;
	box-sizing: border-box;
	color: var(--wcwb-ink) !important;
	text-align: center;
}

.wcwb-field textarea {
	min-height: 104px;
	resize: vertical;
}

.wcwb-items {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	text-align: center;
}

.wcwb-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--wcwb-border);
	text-align: center;
}

.wcwb-item:first-of-type {
	border-top: 1px solid var(--wcwb-border);
}

.wcwb-item input {
	margin: 0;
	justify-self: center;
}

.wcwb-item-main {
	min-width: 0;
	color: var(--wcwb-ink) !important;
}

.wcwb-item-main strong,
.wcwb-item-main small {
	display: block;
}

.wcwb-shell .wcwb-item-name {
	color: var(--wcwb-ink) !important;
}

.wcwb-item-main small,
.wcwb-item-meta,
.wcwb-review dl,
.wcwb-review-items span {
	color: var(--wcwb-muted) !important;
}

.wcwb-shell .wcwb-review,
.wcwb-shell .wcwb-review dt,
.wcwb-shell .wcwb-review dd,
.wcwb-shell .wcwb-review-value,
.wcwb-shell .wcwb-review-item-name,
.wcwb-shell .wcwb-review-items li {
	color: var(--wcwb-ink) !important;
}

.wcwb-shell .wcwb-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	box-sizing: border-box;
	float: none;
	clear: none;
	width: auto;
	max-width: 100%;
	min-width: 0;
	margin: 18px 0 0;
	padding: 0;
}

.wcwb-shell .wcwb-form-button {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 0 1 auto;
	float: none;
	max-width: 100%;
	min-height: 42px;
	min-width: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 10px 18px;
	font: inherit;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: anywhere;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.wcwb-shell .wcwb-form-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(23, 107, 95, 0.22);
}

.wcwb-shell .wcwb-form-button:disabled,
.wcwb-shell .wcwb-form-button[aria-disabled="true"] {
	opacity: 0.65;
	cursor: not-allowed;
}

.wcwb-shell .wcwb-form-button-primary {
	background: var(--wcwb-button-bg);
	border-color: var(--wcwb-button-bg);
	color: var(--wcwb-button-text);
}

.wcwb-shell .wcwb-form-button-primary:hover,
.wcwb-shell .wcwb-form-button-primary:focus {
	background: var(--wcwb-button-bg);
	border-color: var(--wcwb-button-bg);
	color: var(--wcwb-button-text);
}

.wcwb-shell .wcwb-form-button-secondary {
	background: #f8fafc;
	border-color: var(--wcwb-border);
	color: var(--wcwb-ink);
}

.wcwb-shell .wcwb-form-button-secondary:hover,
.wcwb-shell .wcwb-form-button-secondary:focus {
	background: #eef2f7;
	border-color: #cbd5e1;
	color: var(--wcwb-ink);
}

.wcwb-notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 6px;
	border: 1px solid var(--wcwb-border);
}

.wcwb-notice p {
	margin: 0;
	text-align: center;
}

.wcwb-notice-error {
	border-color: #f2b8b5;
	background: #fff5f5;
	color: var(--wcwb-danger);
}

.wcwb-review dl {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 8px 16px;
	margin: 0;
	text-align: center;
}

.wcwb-review dt {
	font-weight: 650;
}

.wcwb-review dd {
	margin: 0;
}

.wcwb-review-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcwb-readonly-items h3 {
	margin-top: 0;
}

.wcwb-review-items li {
	display: flex;
	justify-content: center;
	gap: 12px;
	padding: 9px 0;
	border-bottom: 1px solid var(--wcwb-border);
	text-align: center;
}

.wcwb-success {
	border-color: #a9d8c5;
	background: #f3fbf7;
}

.wcwb-shell .wcwb-success,
.wcwb-shell .wcwb-success p,
.wcwb-shell .wcwb-success strong {
	color: var(--wcwb-ink) !important;
}

.wcwb-order-button-wrap {
	margin-top: 20px;
}

@media (max-width: 640px) {
	.wcwb-field-grid,
	.wcwb-review dl {
		grid-template-columns: 1fr;
	}

	.wcwb-form,
	.wcwb-review,
	.wcwb-success {
		padding: 16px;
	}

	.wcwb-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wcwb-shell .wcwb-form-button {
		width: 100%;
	}

	.wcwb-item {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.wcwb-item-meta {
		grid-column: 2;
	}
}
