.octy-faq {
	width: 100%;
	margin-inline: auto;
}

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

.octy-faq .faq-list {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.octy-faq .faq-item {
	width: 100%;
}

.octy-faq .faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-align: left;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.octy-faq .faq-q:hover,
.octy-faq .faq-q:focus,
.octy-faq .faq-q:focus-visible {
	background: transparent !important;
	outline: none;
}

.octy-faq .faq-q-text {
	flex: 1;
	min-width: 0;
	margin: 0;
}

.octy-faq .faq-q-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 1;
}

.octy-faq .faq-q-icon i {
	display: block;
	line-height: 1;
}

.octy-faq .faq-a-wrap {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.octy-faq .faq-a {
	overflow-wrap: break-word;
	margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
	.octy-faq .faq-a-wrap,
	.octy-faq .faq-q-icon,
	.octy-faq .faq-item,
	.octy-faq .faq-q-text {
		transition: none !important;
	}
}
