.tblog-faq--default {
	padding-block: var(--tblog-section-space);
	background: var(--tblog-white);
}

.tblog-faq--consultation-split .tblog-faq__items {
	display: block;
}

.tblog-faq--consultation-split .tblog-faq__item {
	border: 0;
	background: transparent;
}

.tblog-faq--consultation-split .tblog-faq__question button {
	min-height: 0;
	padding-right: 0;
	padding-left: 0;
}

.tblog-faq--consultation-split .tblog-faq__answer {
	padding-right: 0;
	padding-left: 0;
}

.tblog-faq--consultation-split .faq-contact-block {
	position: relative;
	overflow: hidden;
}

.tblog-faq--consultation-split .about-faq-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tblog-faq__header {
	display: grid;
	max-width: 760px;
	gap: 0.9rem;
	margin-bottom: 3rem;
}

.tblog-faq__eyebrow {
	justify-self: start;
	margin: 0;
	border-left: 4px solid var(--tblog-red);
	background: var(--tblog-light);
	color: var(--tblog-heading);
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.35rem 0.75rem;
	text-transform: uppercase;
}

.tblog-faq__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
}

.tblog-faq__summary {
	margin: 0;
}

.tblog-faq__items {
	display: grid;
	gap: 1rem;
}

.tblog-faq__item {
	border: 1px solid #e1e3e8;
	background: var(--tblog-light);
}

.tblog-faq__question {
	margin: 0;
	font-size: 1.15rem;
}

.tblog-faq__fallback-question {
	display: block;
	padding: 1.35rem 1.5rem 0;
}

.tblog-faq__question button {
	display: none;
	width: 100%;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	border: 0;
	background: transparent;
	color: var(--tblog-heading);
	cursor: pointer;
	font-family: sans-serif;
	font-weight: 700;
	padding: 1.25rem 1.5rem;
	text-align: left;
}

.tblog-faq.is-enhanced .tblog-faq__fallback-question {
	display: none;
}

.tblog-faq.is-enhanced .tblog-faq__question button {
	display: flex;
}

.tblog-faq__icon {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.tblog-faq__icon::before,
.tblog-faq__icon::after {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 16px;
	height: 2px;
	background: var(--tblog-red);
	content: "";
}

.tblog-faq__icon::after {
	transform: rotate(90deg);
}

.tblog-faq__question button[aria-expanded="true"] .tblog-faq__icon::after {
	transform: rotate(0);
}

/* The consultation FAQ uses the source Webflow chevron, not the generic red plus. */
.tblog-faq--consultation-split .tblog-faq__icon {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-right: 2px solid var(--tblog-heading);
	border-bottom: 2px solid var(--tblog-heading);
	transform: rotate(-45deg);
	transition: transform 180ms ease;
}

.tblog-faq--consultation-split .tblog-faq__icon::before,
.tblog-faq--consultation-split .tblog-faq__icon::after {
	content: none;
}

.tblog-faq--consultation-split .tblog-faq__question button[aria-expanded="true"] .tblog-faq__icon {
	transform: rotate(45deg);
}

.tblog-faq__answer {
	padding: 0 1.5rem 1.35rem;
}

.tblog-faq__answer[hidden] {
	display: none;
}

.tblog-faq__answer p {
	margin: 0;
}

.tblog-faq__answer p + p {
	margin-top: 1rem;
}

@media screen and (max-width: 479px) {
	.tblog-faq__question button,
	.tblog-faq__fallback-question,
	.tblog-faq__answer {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
