.afd-news {
	background-color: #f3f5f6;
	padding: 0 !important;
	margin: 0 !important;
}

.afd-news__header {
	margin: 0 auto 24px;
	max-width: 920px;
	text-align: center;
}

.afd-news__eyebrow {
	align-items: center;
	border: 1px solid #9bafc2;
	border-radius: 999px;
	color: #092e55;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 12px;
	line-height: 1;
	padding: 10px 18px;
}

.afd-news__eyebrow-dot {
	background-color: #092e55;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.afd-news__header h2 {
	color: #092e55;
	font-size: clamp(28px, 3.4vw, 36px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin: 30px 0 10px;
}

.afd-news__description {
	color: #666666;
	font-size: clamp(14px, 1.25vw, 20px);
	line-height: 1.45;
	margin: 0 auto;
	max-width: 760px;
}

.afd-news__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.afd-news-card {
	background: #06101c !important;
	border: 0 !important;
	border-radius: 30px;
	box-shadow: none !important;
	color: #fff;
	isolation: isolate;
	margin: 0 !important;
	min-height: 600px !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100%;
	aspect-ratio: unset !important;
}

.afd-news-card__media,
.afd-news-card__media img,
.afd-news-card__placeholder {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.afd-news-card__media {
	z-index: -2;
}

.afd-news-card__media img {
	object-fit: cover;
	transition: transform 450ms ease;
}

.afd-news-card:hover .afd-news-card__media img {
	transform: scale(1.035);
}

.afd-news-card__placeholder {
	background:
		linear-gradient(135deg, rgba(9, 46, 85, 0.96), rgba(16, 73, 119, 0.82)),
		radial-gradient(circle at 72% 30%, rgba(247, 209, 24, 0.52), transparent 28%);
}

.afd-news-card__shade {
	background:
		linear-gradient(180deg, rgba(2, 8, 15, 0.04) 24%, rgba(2, 8, 15, 0.2) 48%, rgba(2, 8, 15, 0.96) 100%),
		linear-gradient(90deg, rgba(2, 8, 15, 0.2), transparent 45%, rgba(2, 8, 15, 0.12));
	inset: 0;
	position: absolute;
	z-index: -1;
}

.afd-news-card__category {
	background: rgba(111, 122, 134, 0.86);
	border-radius: 999px;
	color: #fff !important;
	font-size: 16px;
	left: 38px;
	line-height: 1;
	padding: 13px 25px;
	position: absolute;
	text-decoration: none !important;
	top: 38px;
	font-weight: 500 !important;
}

.afd-news-card__meta {
	align-items: center;
	color: #fff !important;
	display: flex;
	font-size: 12px;
	gap: 9px;
	position: absolute;
	right: 38px;
	top: 45px;
}

.afd-news-card__meta svg {
	width: 18px;
	height: 18px;
}

.afd-news-card__content {
	bottom: 0;
	left: 0;
	padding: 38px;
	position: absolute;
	right: 0;
	text-align: left !important;
}

.afd-news-card__title {
	color: #fff;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0 0 20px;
}

.afd-news-card__title a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: clamp(20px, 1.8vw, 24px) !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 2 satır */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

p.afd-news-card__excerpt {
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 16px;
	line-height: 1.55;
	margin: 20px 0 0;
	padding-top: 18px;
	color: #fff !important;

}



.afd-news-card__read-more {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 9px;
	margin-top: 24px;
	text-decoration: none !important;
}

.afd-news-card__read-more svg {
	transition: transform 0.3s ease;
}

.afd-news-card__read-more:hover svg {
	transform: rotate(45deg);
}

.afd-news-card__category:hover,
.afd-news-card__title a:hover,
.afd-news-card__read-more:hover {
	opacity: 0.82;
}

.afd-news__footer {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.afd-news__archive-button {
	align-items: center;
	background: #0b3b69;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	gap: 18px;
	justify-content: center;
	min-height: 56px;
	padding: 0 30px;
	text-decoration: none !important;
	transition: background-color 180ms ease, transform 180ms ease;
}

.afd-news__archive-button svg {
	height: 15px;
	transition: transform 0.3s ease;
}

.afd-news__archive-button:hover svg {
	transform: rotate(45deg);
}


.afd-news__archive-button:hover svg path {
	fill: #0b2d52;
}

.afd-news__archive-button:hover {
	background: #FFEE00;
	transform: translateY(-2px);
	color: #0b2d52 !important;
}


.afd-news__empty {
	border: 1px solid #d9dde1;
	border-radius: 18px;
	color: #667888;
	margin: 30px 0 0;
	padding: 32px;
	text-align: center;
}

.afd-blog-archive {
	background: #f3f5f6;
	padding: 100px 0 110px;
}


.afd-blog-archive__grid {
	margin-top: 0;
}

.afd-blog-pagination {
	margin-top: 58px;
}

.afd-blog-pagination .pagination {
	margin: 0;
}

.afd-blog-pagination .nav-links {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.afd-blog-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid #d8e0e7;
	border-radius: 50%;
	color: #0b3b69;
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	height: 46px;
	justify-content: center;
	margin: 0;
	min-width: 46px;
	padding: 0 10px;
	text-decoration: none;
}

.afd-blog-pagination .page-numbers.current,
.afd-blog-pagination a.page-numbers:hover {
	background: #0b3b69;
	border-color: #0b3b69;
	color: #fff;
}

@media (max-width: 1024px) {
	.afd-news__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.afd-news-card {
		min-height: 590px;
	}

	.afd-blog-archive {
		padding: 76px 0 90px;
	}
}

@media (max-width: 767px) {
	.afd-news {
		padding-left: 18px;
		padding-right: 18px;
	}

	.afd-news__header {
		margin-bottom: 24px;
	}

	.afd-news__eyebrow {
		font-size: 13px;
		padding: 12px 18px;
	}

	.afd-news__header h2 {
		font-size: 36px;
		margin: 22px 0 14px;
	}

	.afd-news__description {
		font-size: 16px;
	}

	.afd-news__grid {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.afd-news-card {
		border-radius: 26px;
		min-height: 560px;
	}

	.afd-news-card__category {
		font-size: 14px;
		left: 24px;
		padding: 12px 18px;
		top: 24px;
	}

	.afd-news-card__meta {
		font-size: 12px;
		right: 24px;
		top: 34px;
	}

	.afd-news-card__content {
		padding: 28px 24px;
	}

	.afd-news-card__title {
		font-size: 26px;
	}

	.afd-news-card__excerpt {
		font-size: 15px;
	}

	.afd-news-card__read-more {
		margin-top: 24px;
	}

	.afd-blog-archive {
		padding: 54px 0 70px;
	}

	.afd-blog-archive .container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.afd-blog-pagination {
		margin-top: 40px;
	}
}