.wp-block-custom-theme-saela-comparison-table {
	padding: 5rem 1.5rem;
}

/* Override WP core layout spacing between constrained-layout children. */
.wp-block-custom-theme-saela-comparison-table :where(.is-layout-constrained) > * {
	margin-block-start: 0 !important;
	margin-block-end: 0;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__inner {
	margin: 0 auto;
	max-width: 1000px;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__header {
	margin-bottom: 2.25rem;
	text-align: center;
}

.wp-block-custom-theme-saela-comparison-table .saela-eyebrow {
	color: #ea9230;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0 0.875rem;
	text-transform: uppercase;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__title {
	color: #26453d;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 auto;
	max-width: 720px;
	text-wrap: balance;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__table {
	background: #fff;
	border: 1px solid rgba(38, 69, 61, 0.1);
	border-radius: 12px;
	overflow: hidden;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__row--head {
	background: #26453d;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__row--head .saela-comparison-table__row-cols {
	gap: 0;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__th {
	color: #f5f5eb;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	margin: 0;
	padding: 1.125rem 1.5rem;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__th--muted {
	color: rgba(245, 245, 235, 0.65);
	text-align: center;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__th--accent {
	color: #ea9230;
	text-align: center;
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__row:not(.saela-comparison-table__row--head) {
	border-top: 1px solid rgba(38, 69, 61, 0.06);
}

.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__feature {
	color: #26453d;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.875rem;
	margin: 0;
	padding: 0.875rem 1.5rem;
}

.wp-block-custom-theme-saela-comparison-table .saela-check {
	margin: 0;
	padding: 0.875rem 1.5rem;
	text-align: center;
}

.wp-block-custom-theme-saela-comparison-table .saela-check--on {
	color: transparent;
	font-size: 0;
	position: relative;
}

.wp-block-custom-theme-saela-comparison-table .saela-check--on::after {
	align-items: center;
	background: #26453d;
	border-radius: 50%;
	color: #ea9230;
	content: "✓";
	display: inline-grid;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 22px;
	place-items: center;
	width: 22px;
}

.wp-block-custom-theme-saela-comparison-table .saela-check--off {
	color: transparent;
	font-size: 0;
	position: relative;
}

.wp-block-custom-theme-saela-comparison-table .saela-check--off::after {
	background: rgba(38, 69, 61, 0.25);
	content: "";
	display: inline-block;
	height: 1px;
	width: 14px;
}

@media (max-width: 767px) {
	.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__row-cols {
		flex-direction: column;
	}

	.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__th,
	.wp-block-custom-theme-saela-comparison-table .saela-comparison-table__feature,
	.wp-block-custom-theme-saela-comparison-table .saela-check {
		text-align: left !important;
	}
}
