/* [pb_kiemelt_cikk] + [pb_cikklista] + [pb_kategoriak] — bejegyzés-listázás az Eletmod.html sablonból. */

/* ==========================================================================
   Konténer + közös kártyaelemek
   ========================================================================== */

.pb-cikk-wrap {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.pb-klista-kat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8D4F7D;
}

.pb-klista-kat--fent {
	margin-top: 18px;
}

.pb-klista-elvalaszto {
	margin-left: 8px;
	color: #C79A62;
}

.pb-cikklista__fejsor .pb-klista-elvalaszto {
	margin-left: 0;
}

.pb-klista-datum {
    margin-left: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8D4F7D;
}

.pb-cikklista__fejsor .pb-klista-datum {
	margin-left: 0;
}

.pb-klista-kepkeret {
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	background: #F8EBE9;
}

.pb-klista-kepkeret img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pb-klista-kephely {
	display: block;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   [pb_kiemelt_cikk] — „A hét cikke"
   ========================================================================== */


.pb-het-cikke__kartya {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 44px;
	font-family: "Nunito Sans", system-ui, sans-serif;
	align-items: center;
	color: inherit;
}

.pb-het-cikke__kepkeret {
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #F8EBE9;
}

.pb-het-cikke__kepkeret img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pb-het-cikke__cim {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.16;
	color: #5D2C56;
	margin: 14px 0 0;
	text-wrap: pretty;
}

.pb-het-cikke__kivonat {
    font-size: 17px;
    line-height: 1.7;
    margin: 14px 0 0;
    text-wrap: pretty;
    font-weight: 500;
    color: #4A234C;
}

.pb-het-cikke__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	font-size: 14px;
	font-weight: 700;
	color: #8D4F7D;
}

a:hover .pb-het-cikke__cta {
	color: #7A3B6D;
}

/* ==========================================================================
   [pb_cikklista] — 2 oszlopos rács
   ========================================================================== */

.pb-cikklista__racs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px 32px;
}

.pb-cikklista__kartya {
	display: flex;
	flex-direction: column;
	color: inherit;
}

.pb-cikklista__torzs {
	display: flex;
	flex-direction: column;
}

.pb-cikklista__cim {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.25;
	color: #5D2C56;
	margin: 10px 0 0;
	text-wrap: pretty;
}

.pb-cikklista__kivonat {
    font-size: 16px;
    line-height: 1.65;
    margin: 10px 0 0;
    text-wrap: pretty;
    font-weight: 500;
    color: #4A234C;
}

/* Grid kiemelés: teljes szélességű, belül 2 oszlopos kártya */

.pb-cikklista__kartya--wide {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	background: #F8EBE9;
	border-radius: 16px;
	padding: 22px;
}

.pb-cikklista__kartya--wide .pb-klista-kepkeret {
	border-radius: 12px;
	aspect-ratio: 4 / 3;
}

.pb-cikklista__fejsor {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pb-cikklista__kartya--wide .pb-cikklista__cim {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 12px;
}

.pb-cikklista__kartya--wide .pb-cikklista__kivonat {
	font-size: 16px;
	line-height: 1.68;
}

/* ==========================================================================
   [pb_kategoriak] — kategória-chipek
   ========================================================================== */

.topics-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.topic-chip {
	display: inline-block;
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 14px;
	border-radius: 999px;
	cursor: pointer;
	border: none;
	background: #FFFFFF;
	color: #8D4F7D;
	text-decoration: none;
}

.topic-chip:hover {
	background: #FDF8F7;
	color: #8D4F7D;
}

/* ==========================================================================
   Reszponzív — tablet
   ========================================================================== */

@media (max-width: 1024px) {
	.pb-het-cikke__kartya {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pb-het-cikke__cim {
		font-size: 32px;
	}
}

/* ==========================================================================
   Reszponzív — mobil
   ========================================================================== */

@media (max-width: 767px) {

	.pb-cikklista__racs {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pb-cikklista__cim {
		font-size: 21px;
	}

	.pb-cikklista__kartya--wide {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 16px;
	}

	.pb-cikklista__kartya--wide .pb-cikklista__cim {
		font-size: 23px;
	}

	/* [pb_kiemelt_cikk] mobilon: teljes képes kártya színátmenettel (Eletmod mock --a). */
    .pb-het-cikke .pb-het-cikke__kartya {
        display: block;
        position: relative;
        overflow: hidden;
        aspect-ratio: none;
        border-radius: 16px;
        height: 400px;
    }

	.pb-het-cikke .pb-het-cikke__kepkeret {
		position: absolute;
		inset: 0;
		height: 400px;
	}

	.pb-het-cikke .pb-het-cikke__kepkeret::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to top, rgba(74, 35, 76, 0.88) 0%, rgba(93, 44, 86, 0.55) 42%, rgba(93, 44, 86, 0) 74%);
	}

	.pb-het-cikke .pb-het-cikke__torzs {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 22px 20px;
	}

	.pb-het-cikke .pb-klista-elvalaszto,
	.pb-het-cikke .pb-klista-datum,
	.pb-het-cikke .pb-het-cikke__kivonat,
	.pb-het-cikke .pb-het-cikke__cta {
		display: none;
	}

	.pb-het-cikke .pb-klista-kat__nev {
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.22em;
		text-transform: uppercase;
		color: #E5C49B;
	}

	.pb-het-cikke .pb-het-cikke__cim {
		margin: 0;
		font-size: 25px;
		line-height: 1.18;
		color: #FFFFFF;
	}
}

/* ==========================================================================
   Animáció-letiltás
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
