.liuer-faq {
	margin-top: 24px;
	color: var(--shop-text-color, #17251f);
}

.liuer-faq h2 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}

.liuer-faq__items {
	border-top: 1px solid var(--liuer-border, #dfe7e2);
}

.liuer-faq__item {
	margin: 0;
	border-bottom: 1px solid var(--liuer-border, #dfe7e2);
}

.liuer-faq__item:last-child {
	border-bottom: 0;
}

.liuer-faq__item > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px 0;
	list-style: none;
	cursor: pointer;
}

.liuer-faq__item > summary::-webkit-details-marker {
	display: none;
}

.liuer-faq__item > summary span {
	min-width: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.liuer-faq__item > summary::after {
    content: "+";
    box-sizing: border-box;
    background: var(--liuer-accent, #0879b9);
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #fff;
    height: 22px;
    border-radius: 100%;
    width: 22px;
	min-height: 22px;
	min-width: 22px;
}

.liuer-faq__item[open] > summary::after {
	content: "-";
}

.liuer-faq__item > summary:focus-visible {
	outline: 2px solid var(--liuer-accent, #0879b9);
	outline-offset: 2px;
}

.liuer-faq__answer {
	padding: 0 40px 16px 0;
	color: var(--shop-muted-color, #66736d);
	font-size: 15px;
	line-height: 1.65;
}

.liuer-faq__answer p {
	margin: 0 0 10px;
}

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