.faq-item {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;

	padding: 1rem;
	border-width: 1px;
	border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	border-radius: 0.25rem;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
	--tw-border-opacity: 1;

	border-color: rgb(5 1 17 / var(--tw-border-opacity, 1));
}

.faq-item .question {
	--tw-bg-opacity: 1;

	display: flex;
	align-items: center;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	cursor: pointer;
	border-radius: 0.25rem;
	column-gap: 0.5rem;
	column-gap: 0.5rem;
	flex-wrap: nowrap;
}

.faq-item .question p {
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

@media (min-width: 1024px) {
	.faq-item .question p {
		font-size: 16px;
		line-height: 24px;
	}
}

.faq-item .question p + div {
	flex: 0 0 auto;
}

.faq-item .question .arrow {
	width: 1rem;
	height: 1rem;
	fill: #050111;
}

.faq-item .answer {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;

	display: none;
	margin-top: 1rem;
	padding: 1rem;
	border-width: 1px;
	border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
	background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
	font-size: 14px;
	line-height: 20px;
	border-radius: 0.25rem;
}

@media (min-width: 1024px) {
	.faq-item .answer {
		font-size: 16px;
		line-height: 20px;
	}
}

x-faq-item,
x-faq-list {
	display: block;
}

x-faq-item + x-faq-item {
	margin-top: 1rem;
}

.cm-purchase-terms-faqs {
	width: 100%;
}

.cm-purchase-terms-faqs .cm-purchase-terms-faqs-heading-container {
	--tw-bg-opacity: 1;

	justify-items: center;
	width: 100%;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	padding: 2.5rem 0.75rem;
	background: #d9d9d9;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
	text-align: center;
}

.cm-purchase-terms-faqs .cm-purchase-terms-faqs-heading {
	padding-bottom: 1.5rem;
	font-family: Mulish, Helvetica, Arial, sans-serif;
	font-size: 1.875rem;
	font-weight: 800;
	line-height: 2.5rem;
	text-align: center;
	max-width: 870px;
}

.cm-purchase-terms-faqs .cm-purchase-terms-faqs-caption {
	font-family: Mulish, Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	max-width: 870px;
	text-align: center;
}

.cm-purchase-terms-faqs .cm-purchase-terms-faqs-items {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 870px;
}

.cm-purchase-terms-faqs .faq-item {
	background: #f6f7fa;
}

.cm-purchase-terms-faqs .question {
	background: #f6f7fa;
	font-weight: 700 !important;
}

.cm-purchase-terms-faqs .faq-item .question p {
	font-weight: 700 !important;
}

.cm-purchase-terms-faqs .answer {
	--tw-bg-opacity: 1;

	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	line-height: 1.5rem;
}

.cm-purchase-terms-faqs .answer ul {
	list-style-type: disc;
}

.cm-purchase-terms-faqs .answer ul li {
	margin-left: 1.5rem;
}

.cm-purchase-terms-faqs .chatbar-callout {
	--tw-bg-opacity: 1;

	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 1.5rem;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
	max-width: 870px;
}

.cm-purchase-terms-faqs .chatbar-callout-heading {
	padding-bottom: 0.25rem;
	font-weight: 700;
	line-height: 1.25rem;
}

.cm-purchase-terms-faqs .chatbar-callout-caption {
	--tw-text-opacity: 1;

	line-height: 1.25rem;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.cm-purchase-terms-faqs .chatbar-callout-button {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;

	align-content: center;
	padding: 0.75rem 1rem;
	border-width: 1px;
	border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	font-weight: 700;
	line-height: 1.5rem;
	border-radius: 0.25rem;
}
