.hyv-csp-notice {
	border: 1px solid currentColor;
	border-radius: 6px;
	padding: 14px 16px;
	margin: 16px 0;
	line-height: 1.5;
	background: rgba(127, 127, 127, 0.08);
}

.hyv-csp-product-notice {
	clear: both;
}

.hyv-csp-acknowledgement label {
	font-weight: 600;
}

.hyv-csp-block-payment-description {
	padding-top: 6px;
}

.hyv-csp-account h2 {
	margin-bottom: 0.5rem;
}

.hyv-csp-account-table td,
.hyv-csp-account-table th {
	vertical-align: top;
}

.hyv-csp-account-table .button {
	margin: 0 0.35rem 0.35rem 0;
	white-space: nowrap;
}

/* One-unit request flow. */
.hyv-csp-cart-locked {
	display: block;
	width: 100%;
}

.hyv-csp-cart-locked .hyv-csp-view-cart-only {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.hyv-csp-fixed-quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	min-height: 2.5rem;
	font-weight: 600;
}

.hyv-csp-request-cart-item .quantity,
.hyv-csp-request-cart-item .ct-increase,
.hyv-csp-request-cart-item .ct-decrease {
	pointer-events: none;
}

.hyv-csp-delivery-pending {
	display: inline-block;
	line-height: 1.5;
}


/* Product thumbnail on the WooCommerce pay-for-order screen. */
.hyv-csp-pay-item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.hyv-csp-pay-item-image {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 4px;
	flex: 0 0 72px;
}

.hyv-csp-pay-item-name {
	display: inline-block;
}

/* Secure delivery-choice page. */
.hyv-csp-delivery-page {
	max-width: 820px;
	margin: 48px auto;
	padding: 0 20px;
}

.hyv-csp-delivery-card {
	border: 1px solid rgba(127, 127, 127, 0.3);
	border-radius: 10px;
	padding: 28px;
	background: #fff;
}

.hyv-csp-delivery-card h1 {
	margin-top: 0;
}

.hyv-csp-delivery-items {
	margin: 18px 0;
	padding: 14px 16px;
	border-radius: 6px;
	background: rgba(127, 127, 127, 0.08);
}

.hyv-csp-delivery-option {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	margin: 12px 0;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 7px;
	cursor: pointer;
}

.hyv-csp-delivery-option input {
	margin-top: 5px;
	flex: 0 0 auto;
}

.hyv-csp-delivery-card textarea {
	width: 100%;
	box-sizing: border-box;
}

.hyv-csp-delivery-card .button {
	white-space: normal;
}
