.faq-shell input,
.faq-shell button {
	font-family: inherit;
}

.faq-shell .faq-answer a,
.faq-shell .faq-answer a:visited {
	color: #0000ee;
	text-decoration: underline;
	display: inline-block;
	margin-top: 4px;
	word-break: break-all;
}

.faq-shell .faq-filter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #111;
	border: 1px solid #e5e7eb;
	outline: none;
	line-height: 1;
}

.faq-shell .faq-filter-btn[data-filter="all"]:not(.active) {
	background: #e0f2fe;
	border-color: #bae6fd;
	color: #0369a1;
}

.faq-shell .faq-filter-btn.active {
	border: 2px solid #005bac !important;
	color: #fff !important;
	background: #005bac !important;
	box-shadow: 0 0 16px rgba(0, 130, 255, 0.9), 0 0 28px rgba(0, 130, 255, 0.55) !important;
	outline: none;
	position: relative;
	z-index: 1;
}

.faq-shell .faq-filter-btn:hover,
.faq-shell .faq-filter-btn:focus-visible {
	box-shadow: 0 0 6px rgba(0, 165, 255, 0.35), 0 0 12px rgba(0, 165, 255, 0.2);
	outline: none;
}

.faq-shell .faq-filter-btn.active:hover,
.faq-shell .faq-filter-btn.active:focus-visible {
	box-shadow: 0 0 12px rgba(0, 165, 255, 0.7), 0 0 20px rgba(0, 165, 255, 0.5);
}

.faq-shell .faq-item summary {
	list-style: none;
}

.faq-shell .faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-shell .faq-item {
	border-radius: 12px;
}

.faq-shell {
	margin-bottom: 2rem;
}

.faq-shell .faq-caret {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 9999px;
	color: #005bac;
	background: rgba(0, 165, 255, 0.18);
	border: 1px solid rgba(0, 165, 255, 0.4);
	box-shadow: 0 0 6px rgba(0, 165, 255, 0.55), 0 0 14px rgba(0, 165, 255, 0.35);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
	margin-left: auto;
}

.faq-shell summary:hover .faq-caret {
	background: rgba(0, 165, 255, 0.18);
	box-shadow: 0 0 10px rgba(0, 165, 255, 0.65), 0 0 18px rgba(0, 165, 255, 0.45);
	border-color: rgba(0, 165, 255, 0.6);
}

.faq-shell .faq-caret-icon {
	width: 18px;
	height: 18px;
	fill: #005bac;
	display: block;
}
