.cihan-home-feed {
	--cihan-feed-accent: #f7941d;
	--cihan-feed-card: #fff;
	--cihan-feed-green: #00562a;
	display: grid;
	gap: clamp(34px, 4vw, 52px);
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
	position: relative;
	width: 100%;
}

.cihan-home-feed,
.cihan-home-feed * {
	box-sizing: border-box;
}

.cihan-home-feed__column {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.cihan-home-feed__column--events {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.cihan-home-feed__column--events .cihan-home-feed__section-head,
.cihan-home-feed__column--events .cihan-home-feed__events {
	width: 100%;
}

.cihan-home-feed__section-head {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-block-end: 24px;
}

.cihan-home-feed__section-head span {
	background: var(--cihan-feed-accent);
	border-radius: 999px;
	flex: 0 0 54px;
	height: 3px;
	width: 54px;
}

.cihan-home-feed__heading {
	color: #122033;
	font-size: clamp(30px, 3vw, 36px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.18;
	margin: 0;
}

.cihan-home-feed__featured,
.cihan-home-feed__compact,
.cihan-home-feed__event {
	background: var(--cihan-feed-card);
	border: 1px solid #dce7e0;
	border-radius: 18px;
	box-shadow: 0 14px 38px rgba(18, 32, 51, 0.075);
	overflow: hidden;
}

.cihan-home-feed__featured {
	display: grid;
	grid-template-columns: minmax(250px, 0.95fr) minmax(0, 1.05fr);
	min-height: 310px;
}

.cihan-home-feed__featured-image,
.cihan-home-feed__compact-image {
	background-color: #075f37;
	background-image: linear-gradient(135deg, #004725, #16814d);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 100%;
	position: relative;
}

.cihan-home-feed .cihan-home-feed__featured-image:not([style])::before,
.cihan-home-feed .cihan-home-feed__compact-image:not([style])::before {
	background-image:
		radial-gradient(circle at 50% 46%, rgba(247, 148, 29, 0.9) 0 8px, rgba(255, 255, 255, 0.72) 9px 11px, transparent 12px),
		radial-gradient(circle, rgba(255, 255, 255, 0.2) 1.2px, transparent 1.5px),
		linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 58%);
	background-size: auto, 16px 16px, auto;
	content: "";
	inset: 0;
	opacity: 0.78;
	position: absolute;
}

.cihan-home-feed__featured-image::after,
.cihan-home-feed__compact-image::after {
	background: linear-gradient(145deg, transparent 48%, rgba(0, 45, 25, 0.24));
	content: "";
	inset: 0;
	position: absolute;
}

.cihan-home-feed__featured-body {
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.cihan-home-feed__meta {
	align-items: center;
	color: #68756d;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 650;
	gap: 8px;
	margin-block-end: 11px;
	text-transform: uppercase;
}

.cihan-home-feed__badge {
	background: #e7f2eb;
	border: 1px solid rgba(0, 86, 42, 0.08);
	border-radius: 999px;
	color: var(--cihan-feed-green);
	display: inline-flex;
	padding: 5px 10px;
}

.cihan-home-feed__title {
	color: #122033;
	font-size: 22px;
	font-weight: 780;
	line-height: 1.3;
	margin: 0 0 11px;
	overflow-wrap: anywhere;
}

.cihan-home-feed__title a {
	color: inherit;
	text-decoration: none;
}

.cihan-home-feed__title a:hover {
	color: var(--cihan-feed-green);
}

.cihan-home-feed p {
	color: #526159;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.cihan-home-feed__read {
	align-items: center;
	color: var(--cihan-feed-green);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	margin-block-start: auto;
	padding-block-start: 16px;
	text-decoration: none;
}

.cihan-home-feed__read:hover {
	color: var(--cihan-feed-accent);
}

[dir="rtl"] .cihan-home-feed__read span,
[dir="rtl"] .cihan-home-feed__view-all span {
	display: inline-block;
	transform: rotate(180deg);
}

.cihan-home-feed__compact-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block-start: 16px;
}

.cihan-home-feed__compact {
	display: grid;
	grid-template-columns: 115px minmax(0, 1fr);
	min-height: 126px;
}

.cihan-home-feed__compact-body {
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.cihan-home-feed__compact .cihan-home-feed__title {
	font-size: 15px;
	margin-block-end: 0;
}

.cihan-home-feed__compact .cihan-home-feed__read {
	padding-block-start: 8px;
}

.cihan-home-feed__events {
	display: grid;
	gap: 14px;
}

.cihan-home-feed__event {
	align-items: stretch;
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	min-height: 132px;
}

.cihan-home-feed__date {
	align-items: center;
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.08), transparent 52%),
		var(--cihan-feed-green);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
}

.cihan-home-feed__date strong {
	font-size: 30px;
	line-height: 1;
}

.cihan-home-feed__date span {
	color: #ffd29d;
	font-size: 12px;
	font-weight: 800;
	margin-block-start: 7px;
	text-transform: uppercase;
}

.cihan-home-feed__event-body {
	padding: 19px 20px;
}

.cihan-home-feed__event .cihan-home-feed__meta {
	margin-block-end: 6px;
}

.cihan-home-feed__event .cihan-home-feed__title {
	font-size: 17px;
	margin-block-end: 5px;
}

.cihan-home-feed__event p {
	font-size: 13px;
}

.cihan-home-feed__view-all {
	align-items: center;
	background: var(--cihan-feed-accent);
	border: 2px solid var(--cihan-feed-accent);
	border-radius: 10px;
	color: #122033;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	margin-block-start: 23px;
	min-height: 46px;
	padding: 10px 19px;
	text-decoration: none;
}

.cihan-home-feed__view-all:hover {
	background: #ffab3e;
	border-color: #ffab3e;
	color: #122033;
}

.cihan-home-feed__view-all--outline {
	background: transparent;
	border-color: var(--cihan-feed-green);
	color: var(--cihan-feed-green);
}

.cihan-home-feed__view-all--outline:hover {
	background: var(--cihan-feed-green);
	border-color: var(--cihan-feed-green);
	color: #fff;
}

.cihan-home-feed__empty {
	background: #f1f6f3;
	border-inline-start: 4px solid var(--cihan-feed-accent);
	padding: 18px !important;
}

.cihan-home-feed a:focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--cihan-feed-accent);
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.cihan-home-feed {
		gap: 38px;
		grid-template-columns: 1fr;
	}

	.cihan-home-feed__column--events {
		border-block-start: 1px solid #dfe7e2;
		padding-block-start: 32px;
	}

	.cihan-home-feed__events {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.cihan-home-feed__section-head {
		gap: 12px;
		margin-block-end: 20px;
	}

	.cihan-home-feed__section-head span {
		flex-basis: 38px;
		width: 38px;
	}

	.cihan-home-feed__heading {
		font-size: 29px;
	}

	.cihan-home-feed__featured {
		display: block;
	}

	.cihan-home-feed__featured-image {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.cihan-home-feed__featured-body {
		padding: 23px 21px;
	}

	.cihan-home-feed__compact-list,
	.cihan-home-feed__events {
		grid-template-columns: 1fr;
	}

	.cihan-home-feed__compact {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.cihan-home-feed__event {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.cihan-home-feed__event-body {
		padding: 17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cihan-home-feed__featured,
	.cihan-home-feed__compact,
	.cihan-home-feed__event,
	.cihan-home-feed a {
		transition: none !important;
	}
}
