.owf-shell {
	max-width: 860px;
	margin: 1.5rem auto;
}

.owf-shell h2 {
	margin: 0 0 1rem;
}

.owf-section,
.owf-form {
	margin-top: 1rem;
}

.owf-form {
	display: grid;
	gap: 1rem;
}

.owf-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.owf-form label span,
.owf-form legend {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.owf-form input[type="text"],
.owf-form input[type="email"],
.owf-form input[type="number"],
.owf-form textarea {
	width: 100%;
	max-width: 100%;
}

.owf-form button,
.owf-shell .button,
.owf-entry-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 0.75rem 1rem;
	border: var(--owf-button-border-width, 2px) solid var(--owf-button-border-color, #1d2327);
	border-radius: 4px;
	background: var(--owf-button-background, #1d2327);
	color: var(--owf-button-text-color, #fff);
	font-weight: 700;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: anywhere;
	text-align: center;
	line-height: 1.3;
}

.owf-entry-link:hover,
.owf-entry-link:focus {
	background: var(--owf-button-hover-background, #fff);
	color: var(--owf-button-hover-text-color, #1d2327);
	text-decoration: none;
}

.owf-form button {
	min-height: 2.75rem;
}

.owf-form button[hidden],
.owf-form [hidden] {
	display: none !important;
}

.owf-radio,
.owf-check {
	display: block;
	margin: 0.35rem 0;
}

.owf-items {
	display: grid;
	gap: 0.5rem;
}

.owf-help-text {
	margin: 0 0 0.75rem;
	color: #52606d;
	line-height: 1.5;
}

.owf-form .owf-item-row {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
}

.owf-form .owf-item-name {
	display: inline-flex;
	flex: 1 1 auto;
	gap: 0.55rem;
	align-items: center;
	min-width: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.4;
}

.owf-form .owf-item-name input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 0;
}

.owf-form .owf-item-name span,
.owf-form .owf-item-qty span {
	display: inline;
	margin: 0;
	font-weight: 600;
}

.owf-form .owf-item-qty {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 0.5rem;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
}

.owf-form .owf-item-qty input[type="number"] {
	width: 4.5rem;
}

.owf-confirm-panel,
.owf-notice,
.owf-success {
	padding: 1rem;
	border-left: 4px solid #2271b1;
	background: #f6f7f7;
}

.owf-summary {
	margin-top: 1rem;
}

.owf-summary dl {
	display: grid;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
}

.owf-summary dl div {
	display: grid;
	grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
	gap: 0.75rem;
}

.owf-summary dt {
	font-weight: 600;
}

.owf-summary dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.owf-success {
	border-left-color: #008a20;
}

.owf-actions {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.owf-order-list {
	margin-left: 1.25rem;
}

.owf-footer-link {
	padding: 1rem;
	text-align: center;
}

.owf-information-link {
	margin-top: 1.5rem;
}

.owf-legal-notice {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #dcdcde;
}

.owf-legal-notice h2,
.owf-legal-notice h3 {
	margin-top: 0;
}

.owf-checkout-digital-consent {
	margin: 1rem 0;
	padding: 1rem;
	border-left: 4px solid #2271b1;
	background: #f6f7f7;
}

.owf-checkout-digital-consent p {
	margin: 0 0 0.75rem;
}

.owf-checkout-digital-consent label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	margin: 0;
	line-height: 1.45;
}

.owf-checkout-digital-consent input[type="checkbox"] {
	margin-top: 0.25rem;
}

.owf-checkout-digital-consent--visual {
	position: relative;
	display: grid;
	grid-template-columns: minmax(7rem, 10rem) minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
	padding: 1.35rem;
	border: 1px solid #b8d4ff;
	border-left: 1px solid #b8d4ff;
	border-radius: 8px;
	background: linear-gradient(135deg, #f7fbff 0%, #ffffff 58%, #eef6ff 100%);
	box-shadow: 0 14px 40px rgba(20, 93, 190, 0.12);
	color: #122244;
	overflow: hidden;
}

.owf-checkout-visual__media {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.owf-checkout-visual__shield {
	width: min(100%, 9rem);
	height: auto;
	display: block;
}

.owf-checkout-visual__body {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.owf-checkout-visual__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	max-width: 100%;
	margin-bottom: 0.65rem;
	padding: 0.35rem 0.75rem;
	border: 1.5px solid #0b70f0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: #075fce;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	box-shadow: 0 6px 18px rgba(11, 112, 240, 0.1);
}

.owf-checkout-visual__badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 1.35rem;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: #0b70f0;
	color: #fff;
	font-family: Georgia, serif;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
}

.owf-checkout-digital-consent--visual h3 {
	margin: 0 0 0.45rem;
	color: #081a3d;
	font-size: 1.55rem;
	line-height: 1.14;
}

.owf-checkout-digital-consent--visual p {
	margin: 0.15rem 0;
	color: #405174;
	font-size: 1rem;
	line-height: 1.45;
}

.owf-checkout-visual__notices {
	display: grid;
	gap: 0.45rem;
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
}

.owf-checkout-visual__notices li {
	position: relative;
	padding: 0.55rem 0.75rem 0.55rem 2rem;
	border: 1px solid #d5e6ff;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.62);
	color: #304667;
	line-height: 1.4;
}

.owf-checkout-visual__notices li::before {
	position: absolute;
	left: 0.75rem;
	top: 0.72rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #0b70f0;
	content: "";
}

.owf-checkout-visual__checkbox {
	display: grid !important;
	position: relative;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	margin-top: 1.25rem !important;
	padding: 1rem;
	border: 1px solid #b8d4ff;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 10px 28px rgba(20, 93, 190, 0.08);
	cursor: pointer;
}

.owf-checkout-visual__checkbox input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	opacity: 0;
}

.owf-checkout-visual__checkbox-mark {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 2px solid #0b70f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
}

.owf-checkout-visual__checkbox input[type="checkbox"]:checked + .owf-checkout-visual__checkbox-mark {
	background: linear-gradient(135deg, #2d8cff, #005bd8);
}

.owf-checkout-visual__checkbox input[type="checkbox"]:focus + .owf-checkout-visual__checkbox-mark {
	outline: 2px solid #081a3d;
	outline-offset: 2px;
}

.owf-checkout-visual__checkbox input[type="checkbox"]:checked + .owf-checkout-visual__checkbox-mark::after {
	width: 0.55rem;
	height: 1rem;
	border: solid #fff;
	border-width: 0 0.22rem 0.22rem 0;
	content: "";
	transform: rotate(45deg);
}

.owf-checkout-visual__checkbox strong,
.owf-checkout-visual__checkbox small {
	display: block;
}

.owf-checkout-visual__checkbox strong {
	color: #081a3d;
	font-size: 1.05rem;
	line-height: 1.35;
}

.owf-checkout-visual__checkbox small {
	margin-top: 0.35rem;
	color: #405174;
	font-size: 0.95rem;
	line-height: 1.45;
}

.owf-checkout-digital-error {
	color: #b32d2e;
	font-weight: 600;
}

@media (max-width: 640px) {
	.owf-grid,
	.owf-summary dl div {
		grid-template-columns: 1fr;
	}

	.owf-form .owf-item-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.owf-item-qty {
		justify-content: flex-start;
	}

	.owf-actions,
	.owf-actions button {
		width: 100%;
	}

	.owf-checkout-digital-consent--visual {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.owf-checkout-visual__media {
		justify-content: flex-start;
	}

	.owf-checkout-visual__shield {
		width: 6rem;
	}

	.owf-checkout-visual__checkbox {
		grid-template-columns: auto minmax(0, 1fr);
	}

}
