.wpfaq-group {
	width: 100%;
	box-sizing: border-box;
}

.wpfaq-group * {
	box-sizing: border-box;
}

.wpfaq-item {
	width: 100%;
}

.wpfaq-item-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	background: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	appearance: none;
}

.wpfaq-item-question {
	flex: 1 1 auto;
}

.wpfaq-item-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wpfaq-item-answer[hidden] {
	display: none;
}

.wpfaq-item-answer-inner > *:first-child {
	margin-top: 0;
}

.wpfaq-item-answer-inner > *:last-child {
	margin-bottom: 0;
}
