.enw-widget {
	--enw-accent: #cf1018;
	--enw-text: #101820;
	--enw-muted: #68737d;
	--enw-card: #f5f7f8;
	--enw-dark: #0d1922;
	--enw-dark-text: #ffffff;
	--enw-radius: 2px;
	width: 100%;
	color: var(--enw-text);
	font-family: inherit;
}

.enw-widget *,
.enw-widget *::before,
.enw-widget *::after {
	box-sizing: border-box;
}

.enw-widget a {
	color: inherit;
	text-decoration: none;
}

.enw-widget-title {
	margin: 0 0 18px;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.08;
}

.enw-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(172px, 0.46fr) minmax(0, 1.18fr);
	gap: 24px;
	align-items: stretch;
}

.enw-column {
	min-width: 0;
}

.enw-section-head,
.enw-analysis-top {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 28px;
	margin-bottom: 5px;
}

.enw-section-label {
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 3px 10px 4px;
	background: var(--enw-dark);
	color: var(--enw-dark-text);
	font-size: 0.77rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	white-space: nowrap;
}

.enw-section-rule {
	display: block;
	flex: 1;
	height: 2px;
	background: var(--enw-accent);
}

.enw-section-arrow {
	color: var(--enw-accent);
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1;
}

.enw-card,
.enw-mini-card {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(16, 24, 32, 0.1);
	border-radius: var(--enw-radius);
	background: var(--enw-card);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.enw-card:hover,
.enw-mini-card:hover {
	border-color: var(--enw-accent);
	box-shadow: 0 10px 26px rgba(13, 25, 34, 0.11);
	transform: translateY(-2px);
}

.enw-feature-card {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.12fr);
	min-height: 188px;
}

.enw-feature-media,
.enw-mini-media,
.enw-analysis-media {
	background-color: #dce3e7;
	background-position: center;
	background-size: cover;
}

.enw-feature-media {
	min-height: 188px;
}

.enw-feature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 14px;
}

.enw-feature-title {
	margin: 0;
	color: var(--enw-text);
	font-size: clamp(1rem, 1.55vw, 1.38rem);
	font-weight: 800;
	line-height: 1.12;
}

.enw-excerpt,
.enw-analysis-excerpt {
	margin: 10px 0 0;
	color: var(--enw-muted);
	font-size: 0.8rem;
	line-height: 1.32;
}

.enw-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 12px;
	color: var(--enw-muted);
	font-size: 0.64rem;
	line-height: 1.2;
}

.enw-meta > span:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.enw-comments {
	flex: 0 0 auto;
}

.enw-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin-top: 9px;
}

.enw-mini-card {
	min-width: 0;
	background: #ffffff;
}

.enw-mini-media {
	aspect-ratio: 1.45;
}

.enw-mini-copy {
	padding: 9px 8px 10px;
}

.enw-mini-title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--enw-text);
	font-size: 0.76rem;
	font-weight: 750;
	line-height: 1.18;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.enw-meta--compact {
	margin-top: 10px;
	font-size: 0.59rem;
}

.enw-analysis-panel {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 0 13px 13px;
	background: var(--enw-dark);
	color: var(--enw-dark-text);
}

.enw-analysis-top {
	margin: 0 -13px 10px;
	padding: 0 13px;
}

.enw-analysis-link {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.enw-analysis-media {
	aspect-ratio: 1.04;
	background-color: #293a46;
}

.enw-analysis-title {
	margin: 13px 0 0;
	color: var(--enw-dark-text);
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.08;
}

.enw-analysis-excerpt {
	color: rgba(255, 255, 255, 0.75);
}

.enw-analysis-panel .enw-meta {
	color: rgba(255, 255, 255, 0.68);
}

.enw-read-more {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 10px;
	margin-top: auto;
	padding: 8px 10px;
	border: 2px solid var(--enw-accent);
	color: var(--enw-dark-text);
	font-size: 0.69rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
}

.enw-read-more:hover {
	background: var(--enw-accent);
}

.enw-empty {
	margin: 0;
	padding: 18px;
	border: 1px dashed rgba(16, 24, 32, 0.25);
	color: var(--enw-muted);
	font-size: 0.82rem;
}

.enw-empty--dark {
	border-color: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1024px) {
	.enw-layout {
		grid-template-columns: minmax(0, 1fr) minmax(165px, 0.42fr);
	}

	.enw-column--analysis {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.enw-analysis-panel {
		min-height: 230px;
	}

	.enw-analysis-media {
		aspect-ratio: 3 / 1;
	}

	.enw-analysis-link {
		display: grid;
		grid-template-columns: 0.8fr 1.2fr;
		column-gap: 15px;
	}

	.enw-analysis-title,
	.enw-analysis-excerpt,
	.enw-analysis-link .enw-meta,
	.enw-read-more {
		grid-column: 2;
	}

	.enw-analysis-media {
		grid-row: 1 / span 4;
	}
}

@media (max-width: 680px) {
	.enw-layout {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.enw-column--analysis {
		grid-column: auto;
		grid-row: auto;
	}

	.enw-feature-card {
		grid-template-columns: 0.88fr 1.12fr;
	}

	.enw-feature-media {
		min-height: 160px;
	}

	.enw-card-grid {
		gap: 7px;
	}

	.enw-analysis-link {
		display: flex;
	}

	.enw-analysis-media {
		aspect-ratio: 1.6;
	}
}

@media (max-width: 420px) {
	.enw-feature-card {
		display: block;
	}

	.enw-feature-media {
		aspect-ratio: 1.8;
		min-height: 0;
	}

	.enw-feature-copy {
		padding: 13px 12px;
	}

	.enw-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}