.doctor-stepcod-seo-faq {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

.doctor-stepcod-seo-faq__toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
	margin: 0 0 0.15rem;
}

.doctor-stepcod-seo-faq__toolbar-btn {
	margin: 0;
	padding: 0.45rem 0.85rem;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	background: #fff;
	color: #1e1e1e;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
}

.doctor-stepcod-seo-faq__toolbar-btn:hover,
.doctor-stepcod-seo-faq__toolbar-btn:focus-visible {
	border-color: #949494;
	background: #f6f7f7;
	outline: 2px solid transparent;
}

.doctor-stepcod-seo-faq__item {
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	background: #fff;
}

.doctor-stepcod-seo-faq__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.65rem 0.75rem;
	cursor: pointer;
	list-style: none;
	font-weight: 600;
	line-height: 1.35;
}

.doctor-stepcod-seo-faq__summary::-webkit-details-marker {
	display: none;
}

.doctor-stepcod-seo-faq__summary::after {
	flex: 0 0 auto;
	content: "+";
	color: #646970;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
}

.doctor-stepcod-seo-faq__item[open] > .doctor-stepcod-seo-faq__summary::after {
	content: "−";
}

.doctor-stepcod-seo-faq__q {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.35;
}

.doctor-stepcod-seo-faq__body {
	padding: 0 0.75rem 0.75rem;
	border-top: 1px solid #f0f0f1;
}

.doctor-stepcod-seo-faq__a {
	margin: 0;
	padding: 0.55rem 0.65rem;
	border: 1px solid #dcdcde;
	border-radius: 2px;
	background: #f6f7f7;
	color: #1e1e1e;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
}

.doctor-stepcod-seo-faq__a > :first-child {
	margin-top: 0;
}

.doctor-stepcod-seo-faq__a > :last-child {
	margin-bottom: 0;
}

.doctor-stepcod-seo-faq__a p {
	margin: 0 0 0.5em;
}

.doctor-stepcod-seo-faq__a p:last-child {
	margin-bottom: 0;
}

.doctor-stepcod-seo-faq__a a {
	text-decoration: underline;
}

.doctor-stepcod-seo-faq__sr {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
