/* BHA RSS Bot - Kaynak gösterimi (ön yüz) */

.bha-source-attribution {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 2.5em;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.45);
}

.bha-source-label {
	font-weight: 400;
}

.bha-source-label::after {
	content: ":";
}

.bha-source-link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.bha-source-link:hover,
.bha-source-link:focus {
	color: rgba(0, 0, 0, 0.65);
	border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* Koyu tema uyumu */
@media (prefers-color-scheme: dark) {
	.bha-source-attribution {
		border-top-color: rgba(255, 255, 255, 0.08);
		color: rgba(255, 255, 255, 0.4);
	}

	.bha-source-link:hover,
	.bha-source-link:focus {
		color: rgba(255, 255, 255, 0.6);
		border-bottom-color: rgba(255, 255, 255, 0.2);
	}
}

/* Popüler koyu WordPress temaları */
body.dark-mode .bha-source-attribution,
.is-dark-theme .bha-source-attribution,
[data-theme="dark"] .bha-source-attribution {
	border-top-color: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.4);
}

.bha-rss-featured-image {
	margin: 0 0 1.5em;
}

.bha-rss-featured-image img,
.bha-rss-external-thumb {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}
