/* ==========================================================================
   Lenyitható elemek – natív core/details három stílussal:
   .is-style-package (csomag-kártya), .is-style-line (Miért / Rólam),
   .is-style-faq-card (GYIK). A tartalom JS nélkül is a HTML-ben van; a nyitás
   animációja CSS (::details-content), ahol a böngésző támogatja.
   ========================================================================== */
:root { interpolate-size: allow-keywords; }
.wp-block-details > summary { list-style: none; cursor: pointer; }
.wp-block-details > summary::-webkit-details-marker { display: none; }
.wp-block-details > summary + * { margin-block-start: 0 !important; }
.wp-block-details summary .mw-q { margin: 0; font: inherit; color: inherit; letter-spacing: inherit; line-height: inherit; }
.wp-block-details::details-content {
	block-size: 0;
	overflow: hidden;
	transition: block-size .5s cubic-bezier(.22, 1, .36, 1), content-visibility .5s allow-discrete;
}
.wp-block-details[open]::details-content { block-size: auto; }
@media (prefers-reduced-motion: reduce) { .wp-block-details::details-content { transition: none; } }

/* --- Csomag-kártya ---------------------------------------------------------- */
.mw-cols--intro > .wp-block-column:first-child { flex: 1 1 0; }
.mw-cols--intro > .wp-block-column:last-child { flex: 1.6 1 0; }
@media (max-width: 900px) {
	.mw-cols--intro { flex-wrap: wrap !important; }
	.mw-cols--intro > .wp-block-column { flex-basis: 100% !important; }
}
.mw-sv-list { counter-reset: mw-pk; }
.wp-block-details.is-style-package {
	counter-increment: mw-pk;
	background: var(--wp--preset--color--primary);
	color: #fff;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 16px;
	transition: border-color .35s, box-shadow .35s;
}
.wp-block-details.is-style-package:hover { border-color: var(--wp--preset--color--accent); }
.wp-block-details.is-style-package[open] { border-color: var(--wp--preset--color--accent); box-shadow: 0 18px 50px rgba(16, 46, 70, .18); }
.is-style-package > summary {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 20px;
	column-gap: var(--wp--preset--spacing--40);
	row-gap: 4px;
	align-items: center;
	padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50) var(--wp--preset--spacing--40) 188px;
	min-height: 104px;
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--xl);
	font-weight: 500;
	line-height: 1.2;
	background:
		var(--mw-sv-ico) no-repeat 123px 50% / 26px 26px,
		radial-gradient(circle 28px at 136px 50%, rgba(185, 154, 74, .14) 27px, rgba(185, 154, 74, .35) 27.5px, rgba(185, 154, 74, .35) 28px, transparent 28.5px) no-repeat;
	border-radius: 16px;
}
.is-style-package[open] > summary {
	background:
		var(--mw-sv-ico-open) no-repeat 123px 50% / 26px 26px,
		radial-gradient(circle 28px at 136px 50%, var(--wp--preset--color--accent) 27.5px, transparent 28.5px) no-repeat;
}
.is-style-package > summary::before {
	content: "0" counter(mw-pk, decimal-leading-zero);
	position: absolute;
	left: var(--wp--preset--spacing--50);
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 400;
	letter-spacing: var(--wp--custom--tracking--caps);
	color: var(--wp--preset--color--accent-light);
}
.is-style-package > summary::after,
.is-style-faq-card > summary::after {
	content: "";
	grid-column: 3;
	grid-row: 1 / span 2;
	width: 20px; height: 20px;
	background:
		linear-gradient(var(--wp--preset--color--accent), var(--wp--preset--color--accent)) center / 100% 1px no-repeat,
		linear-gradient(var(--wp--preset--color--accent), var(--wp--preset--color--accent)) center / 1px 100% no-repeat;
	transition: background-size var(--mw-fast);
}
.is-style-package[open] > summary::after,
.is-style-faq-card[open] > summary::after {
	background-size: 100% 1px, 1px 0;
}
.is-style-package .mw-sub {
	grid-column: 1;
	grid-row: 2;
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, .6);
}
.is-style-package .mw-pill {
	grid-column: 2;
	grid-row: 1 / span 2;
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 400;
	letter-spacing: var(--wp--custom--tracking--caps);
	text-transform: uppercase;
	line-height: 1.4;
	color: var(--wp--preset--color--accent-light);
	border: 1px solid rgba(214, 190, 133, .5);
	border-radius: 999px;
	padding: .4em 1em;
	white-space: nowrap;
}
.is-style-package.mw-ico-page { --mw-sv-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B99A4A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2.5' width='14' height='19' rx='2'/%3E%3Cpath d='M8 6.5h8M8 10h8M8 13.5h5'/%3E%3Cpath d='M12 16.5v2.5M10.5 17.8 12 19.2l1.5-1.4'/%3E%3C/svg%3E"); --mw-sv-ico-open: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102E46' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2.5' width='14' height='19' rx='2'/%3E%3Cpath d='M8 6.5h8M8 10h8M8 13.5h5'/%3E%3Cpath d='M12 16.5v2.5M10.5 17.8 12 19.2l1.5-1.4'/%3E%3C/svg%3E"); }
.is-style-package.mw-ico-pages { --mw-sv-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B99A4A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='2.5' width='12' height='15' rx='1.6'/%3E%3Cpath d='M6 5.5H5.4A1.4 1.4 0 0 0 4 6.9v12.7A1.4 1.4 0 0 0 5.4 21h10.2a1.4 1.4 0 0 0 1.4-1.4V19.5'/%3E%3Cpath d='M11 7h6M11 10h6M11 13h3.5'/%3E%3C/svg%3E"); --mw-sv-ico-open: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102E46' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='2.5' width='12' height='15' rx='1.6'/%3E%3Cpath d='M6 5.5H5.4A1.4 1.4 0 0 0 4 6.9v12.7A1.4 1.4 0 0 0 5.4 21h10.2a1.4 1.4 0 0 0 1.4-1.4V19.5'/%3E%3Cpath d='M11 7h6M11 10h6M11 13h3.5'/%3E%3C/svg%3E"); }
.is-style-package.mw-ico-shield { --mw-sv-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B99A4A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8 19.5 5.6v5.6c0 4.7-3.2 8.3-7.5 10-4.3-1.7-7.5-5.3-7.5-10V5.6Z'/%3E%3Cpath d='m8.8 12 2.3 2.3 4.3-4.6'/%3E%3C/svg%3E"); --mw-sv-ico-open: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102E46' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8 19.5 5.6v5.6c0 4.7-3.2 8.3-7.5 10-4.3-1.7-7.5-5.3-7.5-10V5.6Z'/%3E%3Cpath d='m8.8 12 2.3 2.3 4.3-4.6'/%3E%3C/svg%3E"); }

.mw-sv__body {
	padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50) var(--wp--preset--spacing--50) calc(var(--wp--preset--spacing--50) + 44px + var(--wp--preset--spacing--40));
	color: rgba(255, 255, 255, .82);
	margin: 0 !important;
}
.mw-sv__body > .wp-block-column { min-width: 0; }
.mw-sv__body > .mw-sv__media { flex: 1.05 1 0 !important; }
.mw-sv__body > .mw-sv__text { flex: 1.1 1 0 !important; }
.mw-sv__body > .mw-sv__feat { flex: .95 1 0 !important; }
.mw-sv__shot.wp-block-image { margin: 0; }
.mw-sv__shot a { position: relative; display: block; border-radius: 8px; overflow: hidden; }
.mw-sv__shot img { display: block; width: 100%; border-radius: 8px; background: rgba(255, 255, 255, .04); transition: transform .5s cubic-bezier(.22, 1, .36, 1); }
.mw-sv__shot a:hover img, .mw-sv__shot a:focus-visible img { transform: scale(1.03); }
.mw-sv__shot a::after {
	content: "Megnézem ↗";
	position: absolute; right: 12px; bottom: 12px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xs);
	letter-spacing: var(--wp--custom--tracking--wide);
	opacity: 0;
	transform: translateY(6px);
	transition: opacity .3s, transform .3s;
}
.mw-sv__shot a:hover::after, .mw-sv__shot a:focus-visible::after { opacity: 1; transform: none; }
.mw-sv__shot figcaption {
	margin-top: var(--wp--preset--spacing--20);
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xs);
	letter-spacing: var(--wp--custom--tracking--wide);
	color: rgba(255, 255, 255, .6);
	text-align: left;
}
.mw-sv__shot figcaption a { position: static; display: inline; color: inherit; border-bottom: 1px solid currentColor; border-radius: 0; overflow: visible; }
.mw-sv__shot figcaption a::after { display: none; }
.mw-sv__shot figcaption a:hover { color: var(--wp--preset--color--accent); }
.mw-sv__text p { font-size: 1rem; line-height: 1.7; color: rgba(255, 255, 255, .82); }
.mw-sv__kinek {
	margin-top: var(--wp--preset--spacing--40) !important;
	padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
	border-left: 2px solid var(--wp--preset--color--accent);
	background: rgba(185, 154, 74, .1);
	border-radius: 0 4px 4px 0;
}
.mw-sv__kinek p { font-size: var(--wp--preset--font-size--sm); color: #fff; line-height: 1.7; }
.mw-sv__label {
	display: block;
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xs) !important;
	letter-spacing: var(--wp--custom--tracking--caps);
	text-transform: uppercase;
	color: var(--wp--preset--color--accent-light) !important;
	line-height: 1.7;
}
.mw-sv__feat .mw-sv__label { margin-bottom: var(--wp--preset--spacing--30); }
.mw-sv__meta {
	margin-top: var(--wp--preset--spacing--40) !important;
	padding-top: var(--wp--preset--spacing--30);
	border-top: 1px solid rgba(255, 255, 255, .14);
}
.mw-sv__dt {
	font-family: var(--wp--preset--font-family--ui);
	font-size: var(--wp--preset--font-size--xs) !important;
	letter-spacing: var(--wp--custom--tracking--caps);
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6) !important;
}
.mw-sv__dd { font-family: var(--wp--preset--font-family--display); font-size: var(--wp--preset--font-size--lg) !important; color: #fff !important; line-height: 1.4; }
.mw-sv__list { display: grid; gap: 10px; margin-top: 0 !important; }
.mw-sv__list li {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 12px;
	align-items: center;
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.45;
	color: rgba(255, 255, 255, .82);
}
.mw-sv__list li img, .mw-fi {
	width: 32px !important;
	height: 32px;
	padding: 7.5px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .07);
}
.mw-sv__close { margin-top: var(--wp--preset--spacing--40) !important; font-size: var(--wp--preset--font-size--sm); line-height: 1.5; opacity: .8; }
.mw-sv__feat .wp-block-buttons { margin-top: var(--wp--preset--spacing--40) !important; }
.is-style-package .wp-element-button { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .6); }
.is-style-package .wp-element-button:hover { background: #fff; color: var(--wp--preset--color--primary); border-color: #fff; }
@media (max-width: 1100px) {
	.mw-sv__body { flex-wrap: wrap !important; padding-left: var(--wp--preset--spacing--50); }
	.mw-sv__body > .mw-sv__media { flex: 1 1 100% !important; max-width: 560px; }
	.mw-sv__body > .mw-sv__text, .mw-sv__body > .mw-sv__feat { flex: 1 1 calc(50% - var(--wp--preset--spacing--60)) !important; }
}
@media (max-width: 760px) {
	.is-style-package > summary {
		grid-template-columns: minmax(0, 1fr) 20px;
		column-gap: var(--wp--preset--spacing--40);
		min-height: 0;
		padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) calc(var(--wp--preset--spacing--40) + 44px + var(--wp--preset--spacing--40));
		font-size: var(--wp--preset--font-size--lg);
		background:
			var(--mw-sv-ico) no-repeat calc(var(--wp--preset--spacing--40) + 11px) 50% / 22px 22px,
			radial-gradient(circle 22px at calc(var(--wp--preset--spacing--40) + 22px) 50%, rgba(185, 154, 74, .14) 21px, rgba(185, 154, 74, .35) 21.5px, rgba(185, 154, 74, .35) 22px, transparent 22.5px) no-repeat;
	}
	.is-style-package[open] > summary {
		background:
			var(--mw-sv-ico-open) no-repeat calc(var(--wp--preset--spacing--40) + 11px) 50% / 22px 22px,
			radial-gradient(circle 22px at calc(var(--wp--preset--spacing--40) + 22px) 50%, var(--wp--preset--color--accent) 21.5px, transparent 22.5px) no-repeat;
	}
	.is-style-package > summary::before { display: none; }
	.is-style-package > summary::after { grid-column: 2; grid-row: 1 / span 2; }
	.is-style-package .mw-pill { grid-column: 1; grid-row: 3; justify-self: start; margin-top: 12px; }
	.mw-sv__body { padding: 0 var(--wp--preset--spacing--40) var(--wp--preset--spacing--40); }
	.mw-sv__body > .wp-block-column { flex: 1 1 100% !important; }
}

/* --- Vonalas sorok (Miért, Rólam) ---------------------------------------------- */
.wp-block-details.is-style-line {
	border-radius: 0;
	border-top: 1px solid rgba(185, 154, 74, .35);
}
.wp-block-details.is-style-line:last-child { border-bottom: 1px solid rgba(185, 154, 74, .35); }
.is-style-line > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--40) 0;
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--h-3);
	font-weight: 600;
	line-height: 1.14;
	color: rgba(255, 255, 255, .9);
	transition: color .3s;
}
.is-style-line > summary:hover, .is-style-line[open] > summary { color: #fff; }
.is-style-line > summary:focus-visible { outline: 2px solid var(--wp--preset--color--accent); outline-offset: 4px; border-radius: 4px; }
.is-style-line > summary::after {
	content: "";
	flex: none;
	width: 48px; height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(185, 154, 74, .6);
	color: var(--wp--preset--color--accent);
	background:
		linear-gradient(currentColor, currentColor) center / 14px 1.5px no-repeat,
		linear-gradient(currentColor, currentColor) center / 1.5px 14px no-repeat;
	transition: background-color .3s, border-color .3s, color .3s, background-size .35s ease;
}
.is-style-line > summary:hover::after,
.is-style-line[open] > summary::after {
	background-color: var(--wp--preset--color--accent);
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--primary);
}
.is-style-line[open] > summary::after { background-size: 14px 1.5px, 1.5px 0; }

/* Lépcsőzetes szövegblokkok és nyilak */
.mw-stagger { max-width: 1100px; padding-bottom: var(--wp--preset--spacing--50); }
.mw-stagger__block p { font-size: var(--wp--preset--font-size--lg); line-height: 1.6; color: rgba(255, 255, 255, .8); }
.mw-arrow { margin: 0 !important; }
.mw-arrow svg { display: block; width: 100%; height: auto; overflow: visible; }
.mw-arrow path {
	stroke: var(--wp--preset--color--accent);
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
	stroke-dasharray: 1;
	stroke-dashoffset: 0;
}
.mw-arrow--short svg { aspect-ratio: 140 / 160; }
.mw-arrow--long svg { aspect-ratio: 430 / 180; }
[open] .mw-stagger > * { animation: mw-stag-in .6s cubic-bezier(.22, 1, .36, 1) both; }
[open] .mw-stagger > :nth-child(2) { animation-delay: .15s; }
[open] .mw-stagger > :nth-child(3) { animation-delay: .45s; }
[open] .mw-stagger > :nth-child(4) { animation-delay: .6s; }
[open] .mw-stagger > :nth-child(5) { animation-delay: .9s; }
[open] .mw-stagger .mw-arrow path { animation: mw-draw .9s ease both; }
[open] .mw-stagger > :nth-child(2) path { animation-delay: .3s; }
[open] .mw-stagger > :nth-child(4) path { animation-delay: .75s; }
[open] .mw-stagger .mw-arrow__head { animation-delay: 1.05s !important; }
@keyframes mw-stag-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes mw-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@media (min-width: 960px) {
	.mw-stagger > :nth-child(1) { max-width: 56%; }
	.mw-stagger > :nth-child(2) { margin-left: 56% !important; width: 6%; }
	.mw-stagger > :nth-child(3) { margin-left: 40% !important; margin-top: 10px !important; max-width: 60%; }
	.mw-stagger > :nth-child(4) { margin-left: 12% !important; margin-top: 4px !important; width: 19%; }
	.mw-stagger > :nth-child(5) { margin-left: 20% !important; margin-top: 10px !important; max-width: 70%; }
}
@media (max-width: 959px) {
	.mw-arrow { display: none; }
	.mw-stagger__block + .mw-arrow + .mw-stagger__block { margin-top: var(--wp--preset--spacing--40) !important; }
	.mw-stagger__block { padding-left: var(--wp--preset--spacing--40); border-left: 2px solid rgba(185, 154, 74, .5); }
	.is-style-line > summary::after { width: 40px; height: 40px; }
	.mw-stagger__block p { font-size: var(--wp--preset--font-size--base); }
}
@media (prefers-reduced-motion: reduce) {
	[open] .mw-stagger > *, [open] .mw-stagger .mw-arrow path { animation: none; }
}

/* Rólam-változat: nagy script sorszám, H2, világos háttéren */
.mw-line-list { counter-reset: mw-rw; }
.wp-block-details.mw-rw { counter-increment: mw-rw; border-color: rgba(140, 114, 48, .35); }
.mw-rw > summary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: var(--wp--preset--spacing--50);
	padding: var(--wp--preset--spacing--50) 0;
	font-size: clamp(1.25rem, 1rem + .9vw, 1.875rem);
	font-weight: 500;
	line-height: 1.25;
	color: var(--wp--preset--color--text);
}
.mw-rw > summary:hover, .mw-rw[open] > summary { color: var(--wp--preset--color--text); }
.mw-rw > summary::before {
	content: counter(mw-rw, decimal-leading-zero);
	font-family: var(--wp--preset--font-family--script);
	font-style: italic;
	font-weight: 400;
	font-size: clamp(3rem, 2rem + 3vw, 5rem);
	line-height: .9;
	color: var(--wp--preset--color--accent);
	min-width: 1.6em;
}
.mw-rw > summary::after { border-color: rgba(140, 114, 48, .55); color: var(--wp--preset--color--accent-deep); }
.mw-rw > summary:hover::after, .mw-rw[open] > summary::after {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--accent);
}
.mw-rw .mw-stagger { padding-bottom: var(--wp--preset--spacing--60); }
.mw-rw .mw-stagger__block p { color: var(--wp--preset--color--text); line-height: 1.65; }
.mw-rw .mw-stagger__block p + p { margin-top: var(--wp--preset--spacing--30); }
.mw-quote { font-family: var(--wp--preset--font-family--display); font-size: clamp(1.375rem, 1.1rem + .8vw, 1.75rem) !important; font-weight: 500; color: var(--wp--preset--color--primary) !important; }
@media (max-width: 959px) {
	.mw-rw > summary { gap: var(--wp--preset--spacing--40); }
	.mw-rw .mw-stagger__block p { font-size: var(--wp--preset--font-size--base); }
}
.mw-signature .is-style-meta { color: var(--wp--preset--color--muted); }
.mw-signature .mw-script-name { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }

/* --- GYIK-kártya ---------------------------------------------------------------- */
.wp-block-details.is-style-faq-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	transition: border-color var(--mw-fast), box-shadow var(--mw-fast);
}
.wp-block-details.is-style-faq-card:hover,
.wp-block-details.is-style-faq-card[open] { border-color: var(--wp--preset--color--accent); }
.wp-block-details.is-style-faq-card[open] { box-shadow: var(--wp--preset--shadow--soft); }
.is-style-faq-card > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--40);
	min-height: 56px;
	padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.0625rem, 1rem + .3vw, 1.1875rem);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -.01em;
	color: var(--wp--preset--color--text);
}
.is-style-faq-card > summary::after { flex: none; }
.is-style-faq-card > summary:focus-visible { outline: 2px solid var(--wp--preset--color--accent); outline-offset: 3px; border-radius: 8px; }
.is-style-faq-card > :not(summary) { margin-inline: var(--wp--preset--spacing--50); padding-bottom: var(--wp--preset--spacing--50); }
.is-style-faq-card p { max-width: 62ch; color: var(--wp--preset--color--muted); line-height: 1.7; }
.is-style-faq-card p a { color: var(--wp--preset--color--primary); text-decoration: underline; text-decoration-color: var(--wp--preset--color--accent); text-underline-offset: 3px; }
.is-style-faq-card p a:hover { color: var(--wp--preset--color--accent-deep); }
@media (max-width: 767px) {
	.is-style-faq-card > summary { padding: var(--wp--preset--spacing--40); }
	.is-style-faq-card > :not(summary) { margin-inline: var(--wp--preset--spacing--40); padding-bottom: var(--wp--preset--spacing--40); }
}
.mw-faq__list { max-width: 760px; margin-inline: auto; }
