/* CS FAQ Widget */

.cs-faq {
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.cs-faq__title {
	font-size: var(--t-size, 32px);
	color: var(--t-color, #1d1e46);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #e5e7eb;
	text-align: left;
}

.cs-faq__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.cs-faq__question {
	font-size: var(--q-size, 20px);
	color: var(--q-color, #1d1e46);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.5rem;
}

.cs-faq__answer {
	font-size: var(--a-size, 16px);
	color: var(--a-color, #1d1e46);
	line-height: 1.6;
}

.cs-faq__answer p {
	margin: 0 0 0.75rem;
}

.cs-faq__answer p:last-child {
	margin-bottom: 0;
}

.cs-faq__answer a {
	text-decoration: underline;
}
