/* RDS Blog Üretici — Frontend Styles */

/* ================================================================
   İçindekiler (TOC)
   ================================================================ */

.rds-toc {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-left: 4px solid #1e40af;
	border-radius: 8px;
	padding: 20px 24px;
	margin: 24px 0;
	max-width: 680px;
}

.rds-toc__header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 15px;
	color: #1e293b;
}

.rds-toc__icon {
	width: 18px;
	height: 18px;
	color: #1e40af;
	flex-shrink: 0;
}

.rds-toc__list {
	margin: 0;
	padding-left: 20px;
}

.rds-toc__list li {
	margin: 6px 0;
	font-size: 14px;
}

.rds-toc__list a {
	color: #1e40af;
	text-decoration: none;
	transition: color 0.15s;
}

.rds-toc__list a:hover {
	color: #1d4ed8;
	text-decoration: underline;
}

/* ================================================================
   Ana sayfa referans linki
   ================================================================ */

.rds-home-ref {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 6px;
	padding: 12px 16px;
	font-size: 14px;
	color: #374151;
	margin: 16px 0;
}

.rds-home-ref a {
	color: #1e40af;
	font-weight: 600;
	text-decoration: none;
}

.rds-home-ref a:hover {
	text-decoration: underline;
}

/* ================================================================
   İlginizi Çekebilir kutusu
   ================================================================ */

.rds-related {
	border-left: 4px solid #1e40af;
	background: #f8fafc;
	border-radius: 0 8px 8px 0;
	padding: 14px 20px;
	margin: 28px 0;
}

.rds-related__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #1e40af;
	margin-bottom: 6px;
}

.rds-related__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #1e293b;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	transition: color 0.15s;
}

.rds-related__link:hover {
	color: #1e40af;
}

.rds-related__title {
	flex: 1;
}

.rds-related__arrow {
	color: #94a3b8;
	font-size: 18px;
	flex-shrink: 0;
	margin-left: 12px;
	transition: color 0.15s;
}

.rds-related__link:hover .rds-related__arrow {
	color: #1e40af;
}
