/* Gutenberg blokk-stílusok + blokk-minta osztályok (Petra Balance cikk-design).
   Előtérben és a blokkszerkesztőben is betöltődik (pb-blokkok). */

/* Petra galéria (core/gallery) */
.wp-block-gallery.is-style-pb-galeria {
	gap: 16px;
}

.wp-block-gallery.is-style-pb-galeria img {
	border-radius: 16px;
}

.wp-block-gallery.is-style-pb-galeria figcaption {
	font-size: 13px;
	line-height: 1.6;
	color: #6B5A5E;
	margin-top: 12px;
}

/* Petra felsorolás (core/list) */
.wp-block-list.is-style-pb-lista {
	padding-left: 22px;
	font-family: "Nunito", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: -0.02em;
	color: #391B3B;
}

.wp-block-list.is-style-pb-lista li + li {
	margin-top: 12px;
}

.wp-block-list.is-style-pb-lista li::marker {
	color: #8D4F7D;
}

/* Petra képsor (core/columns — 3 oszlopos képelrendezés) */
.wp-block-columns.is-style-pb-kepsor {
	gap: 16px;
}

.wp-block-columns.is-style-pb-kepsor .wp-block-image img {
	border-radius: 16px;
}

.wp-block-columns.is-style-pb-kepsor .wp-block-image figcaption {
	font-size: 13px;
	line-height: 1.6;
	color: #6B5A5E;
	margin-top: 12px;
}

/* Petra idézetkártya (core/pullquote) */
.wp-block-pullquote.is-style-pb-idezetkartya {
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.06);
	padding: 40px 44px;
}

.wp-block-pullquote.is-style-pb-idezetkartya blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote.is-style-pb-idezetkartya p {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-style: italic;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.35;
	color: #5D2C56;
	text-wrap: pretty;
}

.wp-block-pullquote.is-style-pb-idezetkartya cite {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-style: normal;
	color: #6B5A5E;
	margin-top: 22px;
}

/* Petra idézet középre (core/pullquote) */
.wp-block-pullquote.is-style-pb-idezetkozep {
	border: none;
	padding: 0;
}

.wp-block-pullquote.is-style-pb-idezetkozep blockquote {
	margin: 0;
	padding: 0;
}

.wp-block-pullquote.is-style-pb-idezetkozep p {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-style: italic;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.35;
	color: #8D4F7D;
	text-align: center;
	text-wrap: pretty;
}

.wp-block-pullquote.is-style-pb-idezetkozep::after {
	content: "";
	display: block;
	width: 72px;
	height: 3px;
	background: #C79A62;
	margin: 26px auto 0;
}

.wp-block-pullquote.is-style-pb-idezetkozep cite {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: #6B5A5E;
	margin-top: 18px;
}

/* Petra iniciálé (core/paragraph — nagy kezdőbetű) */
p.is-style-pb-iniciale::first-letter {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: 76px;
	line-height: 0.82;
	float: left;
	padding: 6px 14px 0 0;
	color: #8D4F7D;
}

/* Petra címsor (core/heading) */
.is-style-pb-petra {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	color: #5D2C56;
}

/* Petra keret (core/image) */
.wp-block-image.is-style-pb-keret img {
	border-radius: 16px;
}

.wp-block-image.is-style-pb-keret figcaption {
	font-size: 13px;
	line-height: 1.6;
	color: #6B5A5E;
	margin-top: 12px;
}

/* Arany vonal (core/separator) */
hr.wp-block-separator.is-style-pb-aranyvonal {
	border: none;
	height: 3px;
	width: 72px;
	background: #C79A62;
	opacity: 1;
	margin: 26px auto;
}

/* Petra gomb (core/button) */
.wp-block-button.is-style-pb-petra > .wp-block-button__link {
	background: #8D4F7D;
	color: #FFFFFF;
	border-radius: 999px;
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 12px 20px;
}

.wp-block-button.is-style-pb-petra > .wp-block-button__link:hover {
	background: #7A3B6D;
	color: #FFFFFF;
}

/* ==========================================================================
   Blokk-minta osztályok
   ========================================================================== */

/* Minta: Tartalomjegyzék */
.pb-toc {
	background: #F8EBE9;
	border-radius: 16px;
	padding: 26px 28px;
}

.pb-toc__cimke {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6B5A5E;
	margin: 0 0 14px;
}

.pb-toc ul {
	margin: 0;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pb-toc li {
	font-size: 16px;
	line-height: 1.6;
}

.pb-toc a {
	color: #8D4F7D;
	font-weight: 600;
	text-decoration: none;
}

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

/* Minta: Amit vigyél magaddal */
.pb-vigyeld {
	background: #F3E6EE;
	border-radius: 16px;
	padding: 32px 36px;
}

.pb-vigyeld__fej {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

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

.pb-vigyeld ul {
	margin: 0;
	padding-left: 22px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pb-vigyeld li {
	font-size: 17px;
	line-height: 1.7;
	color: #383135;
}

/* Minta: Petra tippje */
.pb-tipp {
	background: #F8EBE9;
	border-radius: 16px;
	padding: 28px 30px;
}

.pb-tipp__cim {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	color: #5D2C56;
	margin: 0;
}

.pb-tipp__cim::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #C79A62;
	margin: 14px 0 16px;
}

.pb-tipp__szoveg {
	font-size: 16px;
	line-height: 1.7;
	color: #383135;
	margin: 0;
}

/* Minta: Olvasd el sáv */
.pb-olvasdel {
	border-top: 1px solid #EED7DE;
	border-bottom: 1px solid #EED7DE;
	padding: 22px 0;
}

.pb-olvasdel__cimke {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #C79A62;
	margin: 0 0 6px;
}

.pb-olvasdel__link {
	margin: 0;
}

.pb-olvasdel__link a {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	color: #8D4F7D;
	text-decoration: none;
}

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

/* Mobil: minta dobozok */
@media (max-width: 767px) {
	.pb-toc {
		padding: 22px 20px;
	}

	.pb-vigyeld {
		padding: 26px 22px;
	}

	.pb-tipp {
		padding: 26px 22px;
	}
}
