.wc-custom-card-option {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wc-custom-card-checkbox-wrapper {
	margin-bottom: 0.75rem;
}

.wc-custom-card-label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.4rem;
}

.wc-custom-card-checkbox {
	margin: 0;
}

.wc-custom-card-price {
	opacity: 0.8;
}

.wc-custom-card-message-wrapper {
	display: none;
	margin-top: 0.75rem;
}

.wc-custom-card-message {
	box-sizing: border-box;
	width: 100%;
}

.wc-custom-card-option.has-error .wc-custom-card-message,
.wc-custom-card-message.has-error {
	border-color: #cc1818;
}

.wc-custom-card-error {
	color: #cc1818;
	font-size: 0.9em;
	margin-top: 0.45rem;
}

.wc-custom-card-order-data {
	margin-top: 0.35rem;
}

.wc-custom-card-cart-data,
.wc-custom-card-cart-message {
	line-height: 1.2;
	margin: 0;
}

.wc-custom-card-order-message {
	margin-top: 0.25rem;
	white-space: pre-line;
}
