.wooepo-product-card {
	margin: 24px 0;
	padding: 24px;
	border: 1px solid #c5d4e8;
	border-radius: 22px;
	background: linear-gradient(90deg, #eef7ff 0%, #f6f9fd 55%, #eef7ff 100%);
}

.wooepo-product-card__header h3 {
	margin: 0 0 8px;
	color: #0f2e56;
}

.wooepo-product-card__header p {
	margin: 0 0 20px;
	color: #56708f;
}

.wooepo-fields {
	display: grid;
	gap: 18px;
}

.wooepo-field {
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #d3deec;
}

.wooepo-field__label span,
.wooepo-heading h4 {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	color: #15375f;
}

.wooepo-field input[type="text"],
.wooepo-field input[type="number"],
.wooepo-field select,
.wooepo-field textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #c5d4e8;
	border-radius: 14px;
	background: #fff;
}

.wooepo-field textarea {
	min-height: 100px;
}

.wooepo-choice-list {
	display: grid;
	gap: 10px;
}

.wooepo-choice {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #d8e3f0;
}

.wooepo-field__description,
.wooepo-heading p {
	margin: 10px 0 0;
	color: #56708f;
	font-size: 13px;
}

.wooepo-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #0f5f9d;
	color: #fff;
}

.wooepo-total__value {
	font-size: 20px;
}

.wooepo-hidden {
	display: none !important;
}
