/* ── What's Included list [hcc_includes] ── */

.hcc-includes-wrap {
	max-width: 480px;
	margin: 0 auto 1.75rem auto;
}

.hcc-includes-label {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.6rem;
}

.hcc-includes-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hcc-includes-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 0.3rem 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.hcc-includes-icon {
	flex-shrink: 0;
	line-height: 1.5;
}

/* ── Checkout widget ── */

.hcc-checkout-wrap {
	max-width: 480px;
	margin: 2rem auto;
	padding: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-family: inherit;
}

.hcc-amount {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.hcc-agree-label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.95rem;
	line-height: 1.4;
	margin-bottom: 1.25rem;
	cursor: pointer;
}

.hcc-agree-label input[type="checkbox"] {
	margin-top: 0.2rem;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.hcc-pay-button {
	width: 100%;
	padding: 0.85rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background-color: #2b6cb0;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.hcc-pay-button:disabled {
	background-color: #a0aec0;
	cursor: not-allowed;
	opacity: 0.8;
}

.hcc-pay-button:not(:disabled):hover {
	background-color: #8e0f50;
}

.hcc-error {
	margin-top: 1rem;
	padding: 0.75rem;
	background-color: #fed7d7;
	color: #822727;
	border-radius: 6px;
	font-size: 0.9rem;
}

.hcc-success {
	margin-top: 1rem;
	padding: 0.75rem;
	background-color: #c6f6d5;
	color: #22543d;
	border-radius: 6px;
	font-size: 0.9rem;
}
