/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 22 2025 | 16:52:35 */
.faq {
	background-color: #fff;
	padding: 32px 16px;
	margin-block: 32px;
	border: 30px solid #f5f5f5;
	border-radius: 20px;
}

.faq h2 {
	font-size: clamp(1.4238rem, 1.3113rem + 0.479cqi, 1.728rem);
	font-weight: 600;
	margin-bottom: 32px;
	text-align: left;
}

.faq-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-content li {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eef0f2;
	list-style: none;
}

.faq-content li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.faq-content h3 {
	font-size: clamp(1.2656rem, 1.2011rem + 0.2746cqi, 1.44rem);
	font-weight: 600;
	margin: 0 0 12px 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	line-height: 1;
}

.faq h3::before {
	content: url("https://smartwell.com.ua/wp-content/uploads/2025/07/live_help11.svg");
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(1.2656rem, 1.2011rem + 0.2746cqi, 1.44rem);
	height: clamp(1.2656rem, 1.2011rem + 0.2746cqi, 1.44rem);
	margin-right: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #757575;
	border-radius: 4px;
	flex-shrink: 0;
}

.faq-content > ul > li > div {
}

.faq-content > ul > li > div > :is(div, p) {
	line-height: 1.7;
	display: flex;
	align-items: flex-start;
	padding-left: 0;
}

.faq ul > li > div > :is(div, p)::before {
	content: url("https://smartwell.com.ua/wp-content/uploads/2025/07/sms11.svg");
	display: inline-block;
	margin-right: 12px;
	margin-top: 1px;
	font-size: clamp(1.2656rem, 1.2011rem + 0.2746cqi, 1.44rem);
	color: #757575;
	flex-shrink: 0;
}

.faq-content p {
	margin-top: 0;
	margin-bottom: 12px;
}

.faq-content p:last-child {
	margin-bottom: 0;
}

.faq-content a {
	text-decoration: underline;
}

.faq-content a:hover {
	text-decoration: none;
}
