/**
 * Théma21 – Reflexió oldal tetején az alapul szolgáló tanulmány doboza.
 * A reflexiógrid már a SmartMag saját Related Posts blokkját használja.
 */

/**
 * Reflexió oldalán: az alapul szolgáló tanulmány blokkja.
 * Az absztrakt / meta blokk stílusához igazítva.
 */

.thema21-parent-study-box {
	margin: 32px 0;
	padding: 24px;
	border-left: 4px solid var(--c-main, #c8a96a);
	background: #F7F7F7;
	color: inherit;
}

.s-dark .thema21-parent-study-box,
[data-scheme="dark"] .thema21-parent-study-box {
	background: rgba(255, 255, 255, 0.06);
}

.thema21-parent-study-box__label {
	margin: 0 0 14px;
	font-size: 0.95rem;
	line-height: 1.35;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--c-main, #c8a96a);
}

.thema21-parent-study-box__title {
	display: inline-block;
	font-size: 1.08rem;
	line-height: 1.35;
	font-weight: 800;
	color: inherit;
	text-decoration: none;
}

.thema21-parent-study-box__title:hover {
	color: var(--c-main, #c8a96a);
}

.thema21-parent-study-box__meta {
	margin-top: 10px;
	font-size: 0.95rem;
	line-height: 1.4;
	color: var(--c-post-meta, rgba(120, 120, 120, 0.95));
}
