/* akkumento — main_v2.css
   New-module styles, loaded AFTER the legacy main.css (never edit that one).
   Classes are prefixed .akkumento- and scoped per module. */

/* ===================================== */
/* SEO content blocks (stream H1)        */
/* cikk.tpl                              */
/* ===================================== */

/* Frissítve + szerző/lektor sor (6-6 / 6-7) */
.akkumento-seo-meta {
	margin: 4px 0 12px;
}

.akkumento-seo-updated-line,
.akkumento-seo-author-line {
	margin: 2px 0;
	font-size: 14px;
	color: #6b7280;
}

.akkumento-seo-author-line a {
	color: #2563eb;
	text-decoration: underline;
}

/* GYIK blokk (4-9 / 6-4) */
.akkumento-seo-faq {
	margin: 32px 0;
	padding: 20px 24px;
	background: #f8f9fa;
	border-radius: 8px;
}

.akkumento-seo-faq-heading {
	margin: 0 0 16px;
	font-size: 22px;
}

.akkumento-seo-faq-item + .akkumento-seo-faq-item {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

.akkumento-seo-faq-question {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 600;
}

.akkumento-seo-faq-answer {
	margin: 0;
	line-height: 1.6;
}

/* Kapcsolódó cikkek + klasztergyerekek + források (4-13 / 4-29) */
.akkumento-seo-related,
.akkumento-seo-references {
	margin: 32px 0;
}

.akkumento-seo-related-heading,
.akkumento-seo-references-heading {
	margin: 0 0 12px;
	font-size: 22px;
}

.akkumento-seo-related-list {
	margin: 0;
	padding-left: 20px;
}

.akkumento-seo-related-item {
	margin-bottom: 10px;
	line-height: 1.5;
}

.akkumento-seo-related-item a {
	color: #2563eb;
	font-weight: 600;
	text-decoration: underline;
}

.akkumento-seo-related-lead {
	display: block;
	font-size: 14px;
	color: #6b7280;
}

/* Tartalomjegyzék — pillar/report oldalak (4-29) */
.akkumento-seo-toc {
	margin: 24px 0;
	padding: 16px 20px;
	background: #f8f9fa;
	border-left: 3px solid #2563eb;
	border-radius: 4px;
}

.akkumento-seo-toc-heading {
	margin: 0 0 10px;
	font-size: 18px;
}

.akkumento-seo-toc ol {
	margin: 0;
	padding-left: 20px;
}

.akkumento-seo-toc li {
	margin-bottom: 6px;
}

/* Összehasonlító táblázat (6-5) */
.akkumento-seo-table-wrap {
	margin: 24px 0;
	overflow-x: auto;
}

.akkumento-seo-comparison-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.akkumento-seo-comparison-table th,
.akkumento-seo-comparison-table td {
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	text-align: left;
	vertical-align: top;
}

.akkumento-seo-comparison-table th {
	background: #f8f9fa;
	font-weight: 600;
	white-space: nowrap;
}

.akkumento-seo-comparison-table tbody tr:nth-child(even) {
	background: #fbfcfd;
}

/* Videó beágyazás (07-12) */
.akkumento-seo-video {
	position: relative;
	margin: 24px 0;
	padding-bottom: 56.25%;
	height: 0;
}

.akkumento-seo-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Statikus CTA banner ([CTA] shortcode, 4-31) */
.akkumento-seo-cta-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 24px 0;
	padding: 16px 20px;
	background: #f0fdf4;
	border: 1px solid #86efac;
	border-radius: 8px;
}

.akkumento-seo-cta-banner.style-blue { background: #eff6ff; border-color: #93c5fd; }
.akkumento-seo-cta-banner.style-orange { background: #fff7ed; border-color: #fdba74; }
.akkumento-seo-cta-banner.style-yellow { background: #fefce8; border-color: #fde047; }

.akkumento-seo-cta-banner-text {
	flex: 1 1 240px;
	line-height: 1.5;
}

.akkumento-seo-cta-banner-btn {
	display: inline-block;
	padding: 10px 18px;
	background: #16a34a;
	color: #fff;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.akkumento-seo-cta-banner {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.akkumento-seo-faq {
		padding: 16px;
	}
}
