.wcm-page {
	background: #f7f8fb;
	box-sizing: border-box;
	color: #172033;
	margin: 0 0 48px;
	padding: 40px 22px 56px;
	width: 100%;
}

.wcm-header {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
	margin-bottom: 18px;
	padding: 28px;
}

.wcm-header h1 {
	color: #111827;
	font-size: clamp(34px, 5vw, 56px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
}

.wcm-meta,
.wcm-card__meta,
.wcm-terms {
	color: #596275;
	font-size: 14px;
}

.wcm-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.wcm-meta span {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	color: #475569;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	min-height: 30px;
	padding: 7px 11px;
}

.wcm-meta span::before {
	background: #0f766e;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 6px;
	margin-right: 8px;
	width: 6px;
}

.wcm-meta span + span::before {
	background: #f59e0b;
}

.wcm-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wcm-terms a {
	background: #eef2f7;
	border-radius: 999px;
	color: #334155;
	display: inline-flex;
	font-size: 13px;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
}

.wcm-filters {
	align-items: center;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(140px, 180px)) auto;
	margin-bottom: 24px;
	padding: 14px;
}

.wcm-filters input,
.wcm-filters select,
.wcm-filters button {
	border: 1px solid #ccd0d5;
	border-radius: 6px;
	box-sizing: border-box;
	font: inherit;
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.wcm-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.wcm-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
}

.wcm-card h2,
.wcm-card h3 {
	font-size: 21px;
	line-height: 1.25;
	margin: 0;
}

.wcm-card p {
	color: #475569;
	line-height: 1.6;
	margin: 0;
}

.wcm-card__image {
	aspect-ratio: 16 / 10;
	background: #f1f3f7;
	display: block;
	margin: -18px -18px 6px;
	overflow: hidden;
}

.wcm-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wcm-button,
.wcm-filters button {
	align-items: center;
	background: #0f766e;
	border: 1px solid #0f766e;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	text-decoration: none;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.wcm-button:hover,
.wcm-button:focus {
	background: #115e59;
	border-color: #115e59;
	box-shadow: 0 8px 18px rgba(15, 118, 110, 0.18);
	color: #fff;
	text-decoration: none;
}

.wcm-button--secondary {
	background: #fff;
	border-color: #cbd5e1;
	color: #172033;
}

.wcm-button--secondary:hover,
.wcm-button--secondary:focus {
	background: #f8fafc;
	border-color: #94a3b8;
	box-shadow: none;
	color: #172033;
}

.wcm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 22px;
}

.wcm-content {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
	margin-top: 22px;
	padding: 28px;
}

.wcm-content h2,
.wcm-pages h2,
.wcm-section-heading h2 {
	color: #111827;
	font-size: 22px;
	line-height: 1.25;
	margin: 0;
}

.wcm-entry-content {
	color: #334155;
	line-height: 1.75;
	width: 100%;
}

.wcm-entry-content > *:first-child {
	margin-top: 0;
}

.wcm-entry-content > *:last-child {
	margin-bottom: 0;
}

.wcm-empty-content {
	color: #64748b;
	font-style: italic;
}

.wcm-pages {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
	margin: 22px 0;
	padding: 24px 28px;
}

.wcm-pages ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.wcm-pages a {
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	color: #0f766e;
	display: inline-flex;
	padding: 8px 11px;
	text-decoration: none;
}

.wcm-section-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.wcm-section-heading a {
	color: #0f766e;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 820px) {
	.wcm-filters {
		grid-template-columns: 1fr;
	}

	.wcm-header,
	.wcm-content,
	.wcm-pages {
		padding: 20px;
	}

	.wcm-section-heading {
		align-items: flex-start;
		gap: 8px;
		flex-direction: column;
	}
}
