.hd-denetim-kutusu {
	display: flex;
	align-items: center;
	gap: 16px;
	background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
	border-left: 4px solid #2e7d32;
	border-radius: 8px;
	padding: 18px 22px;
	margin: 30px 0;
	box-shadow: 0 2px 8px rgba(46, 125, 50, 0.10);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
}

.hd-denetim-ikon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	min-width: 46px;
	background: #2e7d32;
	border-radius: 50%;
	color: #fff;
}

.hd-denetim-ikon svg {
	width: 22px;
	height: 22px;
}

.hd-denetim-icerik {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.hd-denetim-icerik strong {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #1b5e20;
	text-transform: uppercase;
}

.hd-denetim-icerik .hd-denetim-detay {
	font-size: 14px;
	color: #33691e;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* ========== Özet Bilgi (çerçevesiz, başlık altı ince çizgi) ========== */

.hd-abstract-kutusu {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 28px 0 30px;
	box-shadow: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	box-sizing: border-box;
	max-width: 100%;
}

.hd-abstract-baslik {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
	margin: 0 0 0;
	padding: 0 0 12px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hd-abstract-list {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.hd-abstract-list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 14.5px;
	line-height: 1.65;
	color: #374151;
}

.hd-abstract-list li strong,
.hd-abstract-list li b {
	font-weight: 700;
	color: #111827;
}

.hd-abstract-list li:last-child {
	margin-bottom: 0;
}

.hd-abstract-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #0C7040;
	border-radius: 50%;
}

/* ---------- Tablet (768px ve altı) ---------- */
@media (max-width: 768px) {
	.hd-abstract-kutusu {
		margin: 22px 0 26px;
	}
	.hd-abstract-baslik {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.hd-abstract-list {
		margin-top: 14px;
	}
	.hd-abstract-list li {
		font-size: 13.5px;
	}

	.hd-denetim-kutusu {
		padding: 16px 18px;
		gap: 14px;
		margin: 24px 0;
	}

	.hd-denetim-ikon {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.hd-denetim-ikon svg {
		width: 20px;
		height: 20px;
	}

	.hd-denetim-icerik strong {
		font-size: 12px;
	}

	.hd-denetim-icerik .hd-denetim-detay {
		font-size: 13px;
	}
}

/* ---------- Mobil (480px ve altı) ---------- */
@media (max-width: 480px) {
	.hd-abstract-kutusu {
		margin: 18px 0 22px;
	}
	.hd-abstract-baslik {
		font-size: 17px;
		padding-bottom: 10px;
	}
	.hd-abstract-list {
		margin-top: 12px;
	}
	.hd-abstract-list li {
		font-size: 12.5px;
		padding-left: 14px;
		margin-bottom: 8px;
	}
	.hd-abstract-list li::before {
		width: 5px;
		height: 5px;
		top: 8px;
	}

	.hd-denetim-kutusu {
		flex-direction: column;
		text-align: center;
		gap: 10px;
		padding: 14px 12px;
		margin: 20px 0;
		border-left: none;
		border-top: 4px solid #2e7d32;
	}

	.hd-denetim-ikon {
		width: 38px;
		height: 38px;
		min-width: 38px;
		margin: 0 auto;
	}

	.hd-denetim-ikon svg {
		width: 18px;
		height: 18px;
	}

	.hd-denetim-icerik {
		align-items: center;
	}

	.hd-denetim-icerik strong {
		font-size: 11px;
	}

	.hd-denetim-icerik .hd-denetim-detay {
		font-size: 12px;
		line-height: 1.4;
	}
}
