.svfaq-list {
	max-width: 100%;
}

.svfaq-search {
	position: relative;
	margin-bottom: 20px;
}

.svfaq-search-input {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px 12px 44px;
	font-size: 1em;
	color: #101828;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%239aa3ae'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='11'%20cy='11'%20r='8'%2F%3E%3Cline%20x1='21'%20y1='21'%20x2='16.65'%20y2='16.65'%2F%3E%3C%2Fsvg%3E");
	border: 1px solid #e7e9ec;
	border-radius: 10px;
	appearance: none;
	-webkit-appearance: none;
}

.svfaq-search-input:focus {
	outline: none;
	border-color: #b7bec7;
	box-shadow: 0 0 0 3px rgba(16, 24, 40, 0.06);
}

.svfaq-search-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.svfaq-no-results {
	color: #5f6b7a;
	padding: 4px 0 16px;
}

.svfaq-category-title {
	margin: 2em 0 0.9em;
	font-size: 1.35em;
	font-weight: 700;
	color: #101828;
}

.svfaq-category-title:first-child {
	margin-top: 0;
}

.svfaq-group {
	margin-bottom: 1.5em;
}

/* Card-style accordion item */
.svfaq-item {
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e7e9ec;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
	padding: 20px 24px;
	margin-bottom: 14px;
	transition: box-shadow 0.15s ease;
}

.svfaq-item:last-child {
	margin-bottom: 0;
}

.svfaq-item[open] {
	box-shadow: 0 2px 6px rgba(16, 24, 40, 0.06);
}

.svfaq-question {
	cursor: pointer;
	font-weight: 700;
	font-size: 1.05em;
	line-height: 1.4;
	color: #101828;
	list-style: none;
	padding-right: 2.2em;
	position: relative;
}

.svfaq-question::-webkit-details-marker {
	display: none;
}

.svfaq-question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1;
	color: #101828;
}

.svfaq-item[open] .svfaq-question::after {
	content: "\2212";
}

.svfaq-item[open] .svfaq-question {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edeef1;
}

.svfaq-answer {
	line-height: 1.65;
	color: #5f6b7a;
	font-size: 0.98em;
}

.svfaq-answer p:first-child {
	margin-top: 0;
}

.svfaq-answer p:last-child {
	margin-bottom: 0;
}
