/*
Theme Name:   VolliNews Child
Theme URI:    https://vollinews.com
Description:  vollinews.com haber teması — makale şablonu + AdSense slotları, çok dilli (Polylang) uyumlu.
Author:       VolliNews
Template:     generatepress
Version:      0.1.0
Text Domain:  vollinews-child
*/

/* ---- Article body ---- */
.vnb-article-body h2 { margin-top: 1.8em; font-size: 1.5rem; }
.vnb-article-body h3 { margin-top: 1.4em; font-size: 1.25rem; }
.vnb-article-body p  { line-height: 1.75; margin-bottom: 1.2em; }
.vnb-article-body blockquote {
	border-left: 4px solid currentColor;
	padding-left: 1em;
	opacity: .85;
	font-style: italic;
}

/* ---- Source attribution ---- */
.vnb-source {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid rgba(128,128,128,.3);
	font-size: .9rem;
	opacity: .8;
}

/* ---- Meta line ---- */
.vnb-meta {
	font-size: .875rem;
	opacity: .75;
	margin-bottom: 1.5em;
	display: flex;
	flex-wrap: wrap;
	gap: .75em;
}

/* ---- Ad slots ---- */
.vnb-ad {
	margin: 2em 0;
	text-align: center;
	min-height: 100px;          /* reserve space to avoid layout shift (CLS) */
	overflow: hidden;
}
.vnb-ad--sidebar { margin: 1em 0; }
.vnb-ad__label {
	display: block;
	font-size: .7rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .5;
	margin-bottom: .4em;
}

/* ---- Related posts ---- */
.vnb-related { margin-top: 3em; }
.vnb-related ul { list-style: none; padding: 0; display: grid; gap: 1em; }
@media (min-width: 768px) {
	.vnb-related ul { grid-template-columns: repeat(3, 1fr); }
}
.vnb-related img { width: 100%; height: auto; border-radius: 4px; }

/* ---- RTL (Arabic) ---- */
html[dir="rtl"] .vnb-article-body blockquote {
	border-left: none;
	border-right: 4px solid currentColor;
	padding-left: 0;
	padding-right: 1em;
}
html[dir="rtl"] .vnb-meta { flex-direction: row-reverse; }
