/**
 * Cinemore cím widget stílusa.
 * Poppins, 700, uppercase, keskeny sortáv — a sablon címsor stílusa.
 */

.cinemore-cim {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: clamp(30px, 4.2vw, 56px); /* default; a widget betumeret slider-e felülírja */
	line-height: 1.02;
	letter-spacing: -0.03em;
	margin: 0 0 26px;
	text-transform: uppercase;
	color: #07130e; /* default; a widget color control felülírja */
}

.cinemore-cim__kiemelt {
	color: #0a8f63; /* default; a widget color control felülírja */
}

@media (max-width: 767px) {
	.cinemore-cim {
		margin-bottom: 20px;
	}
}
