body.page-id-14909 .site-content .entry-title,
body.page-id-14909 .site-content header.entry-header {
	display: none !important;
}

body.lyla-static-page-guide-faq .site-content .entry-title,
body.lyla-static-page-guide-faq .site-content header.entry-header {
	display: none !important;
}

@media (max-width: 767px) {
	.lyla-faq-tabs {
		grid-template-columns: 1fr !important;
		gap: 12px;
	}

	.lyla-faq-tab,
	.lyla-faq-question {
		writing-mode: horizontal-tb;
		word-break: normal;
		overflow-wrap: anywhere;
	}
}

body.page-id-14909 .site-content .entry-content > .kc_clfw,
body.page-id-14909 .site-content .entry-content > .kc_row {
	float: none !important;
	width: 100% !important;
	max-width: 1440px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page-id-14909 .site-content .entry-content .kc_text_block h1 {
	margin: 0 0 18px !important;
	color: #222;
	font-size: 38px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-align: center;
}

.lyla-faq-page {
	--lyla-faq-red: #c92532;
	--lyla-faq-text: #222;
	--lyla-faq-muted: #666;
	--lyla-faq-border: #e5e5e5;
	--lyla-faq-soft: #fff8f6;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 72px;
	color: var(--lyla-faq-text);
	font-family: inherit;
}

.lyla-faq-page *,
.lyla-faq-page *::before,
.lyla-faq-page *::after {
	box-sizing: border-box;
}

.lyla-faq-page svg {
	display: block;
	width: 100%;
	height: 100%;
}

.lyla-faq-lead {
	margin: 0 0 36px;
	text-align: center;
}

.lyla-faq-lead h2 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0;
}

.lyla-faq-lead h2::after {
	display: block;
	width: 64px;
	height: 3px;
	margin: 18px auto 0;
	background: var(--lyla-faq-red);
	content: "";
}

.lyla-faq-lead p {
	margin: 0;
	color: var(--lyla-faq-muted);
	font-size: 15px;
	line-height: 1.9;
}

.lyla-faq-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0 0 28px;
}

.lyla-faq-tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 86px;
	padding: 16px 20px;
	border: 1px solid var(--lyla-faq-border);
	border-radius: 8px;
	background: #fff;
	color: var(--lyla-faq-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.lyla-faq-tab:hover,
.lyla-faq-tab:focus,
.lyla-faq-tab:focus-visible {
	border-color: var(--lyla-faq-red);
	background: #fff8f8;
	color: var(--lyla-faq-red);
	outline: 0;
	box-shadow: 0 0 0 2px rgba(201, 37, 50, .16);
}

.lyla-faq-tab span {
	width: 34px;
	height: 34px;
	color: var(--lyla-faq-red);
}

.lyla-faq-tab.is-active {
	border-color: var(--lyla-faq-red);
	background: #fff;
	color: var(--lyla-faq-red);
}

.lyla-faq-tab.is-active::after {
	display: none;
}

.lyla-faq-panel {
	display: none;
}

.lyla-faq-panel.is-active {
	display: block;
}

.lyla-faq-list {
	border: 1px solid var(--lyla-faq-border);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.lyla-faq-item {
	margin: 0;
	border-bottom: 1px solid var(--lyla-faq-border);
}

.lyla-faq-item:last-child {
	border-bottom: 0;
}

.lyla-faq-item.is-extra {
	display: none;
}

.lyla-faq-panel.is-expanded .lyla-faq-item.is-extra {
	display: block;
}

.lyla-faq-question {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 24px;
	gap: 20px;
	align-items: center;
	width: 100%;
	min-height: 76px;
	padding: 18px 26px;
	border: 0;
	background: #fff;
	color: var(--lyla-faq-text);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
	text-align: left;
	cursor: pointer;
}

.lyla-faq-question:hover,
.lyla-faq-question:focus,
.lyla-faq-question:focus-visible {
	background: #fff;
	color: var(--lyla-faq-text);
	outline: 0;
	box-shadow: inset 0 0 0 2px rgba(201, 37, 50, .18);
}

.lyla-faq-question:hover .lyla-faq-mark,
.lyla-faq-question:focus .lyla-faq-mark,
.lyla-faq-question:focus-visible .lyla-faq-mark {
	color: #fff;
}

.lyla-faq-question:hover i::before,
.lyla-faq-question:hover i::after,
.lyla-faq-question:focus i::before,
.lyla-faq-question:focus i::after,
.lyla-faq-question:focus-visible i::before,
.lyla-faq-question:focus-visible i::after {
	background: var(--lyla-faq-text);
}

.lyla-faq-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--lyla-faq-red);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.lyla-faq-question i {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	justify-self: end;
}

.lyla-faq-question i::before,
.lyla-faq-question i::after {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	background: var(--lyla-faq-text);
	content: "";
}

.lyla-faq-question i::after {
	transform: rotate(90deg);
}

.lyla-faq-item.is-open .lyla-faq-question i::after {
	display: none;
}

.lyla-faq-answer {
	display: none;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 20px;
	margin: 0 26px 20px;
	padding: 22px 24px;
	border-radius: 6px;
	background: linear-gradient(100deg, #fff8f6 0%, #fff 100%);
}

.lyla-faq-item.is-open .lyla-faq-answer {
	display: grid;
}

.lyla-faq-mark--answer {
	background: var(--lyla-faq-red);
}

.lyla-faq-answer p {
	margin: 0;
	color: var(--lyla-faq-muted);
	font-size: 15px;
	line-height: 1.9;
}

.lyla-faq-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: min(520px, 100%);
	min-height: 56px;
	margin: 28px auto 0;
	padding: 12px 24px;
	border: 1px solid var(--lyla-faq-red);
	border-radius: 6px;
	background: #fff;
	color: var(--lyla-faq-red);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
}

.lyla-faq-more:hover,
.lyla-faq-more:focus,
.lyla-faq-more:focus-visible {
	background: var(--lyla-faq-red);
	color: #fff;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(201, 37, 50, .18);
}

@media (max-width: 1199px) {
	body.page-id-14909 .site-content .entry-content > .kc_clfw,
	body.page-id-14909 .site-content .entry-content > .kc_row {
		width: 100% !important;
		max-width: 100% !important;
	}

.lyla-faq-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.page-id-14909 .site-content .entry-content > .kc_clfw,
	body.page-id-14909 .site-content .entry-content > .kc_row {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.page-id-14909 .site-content .entry-content .kc_text_block h1 {
		margin-bottom: 16px !important;
		line-height: 1.32 !important;
	}

.lyla-faq-page {
		margin-bottom: 44px;
	}

.lyla-faq-lead h2 {
		font-size: 20px;
	}

.lyla-faq-tabs {
		grid-template-columns: 1fr;
		gap: 12px;
	}

.lyla-faq-tab {
		justify-content: flex-start;
		min-height: 68px;
	}

.lyla-faq-tab.is-active::after {
		display: none;
	}

.lyla-faq-question {
		grid-template-columns: 38px minmax(0, 1fr) 20px;
		gap: 12px;
		min-height: 68px;
		padding: 16px;
		font-size: 15px;
	}

.lyla-faq-mark {
		width: 34px;
		height: 34px;
		font-size: 16px;
	}

.lyla-faq-answer {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 12px;
		margin: 0 16px 16px;
		padding: 16px;
	}

.lyla-faq-answer p {
		font-size: 13px;
	}
}
