.rp-project-faq {
	width: 100%;
}

.rp-faq-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ececec;
	border-radius: 0;
	padding: 0;
}

.rp-faq-item:not(:last-child) {
	margin-bottom: 0;
}

.rp-faq-question {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0;
	padding: 22px 0;
	text-align: left;
	width: 100%;
}

.rp-faq-question:hover,
.rp-faq-question:focus,
.rp-faq-question:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: inherit;
	outline: none;
}

.rp-faq-question:focus-visible {
	outline: 1px solid rgba(214, 163, 84, 0.7);
	outline-offset: 4px;
}

.rp-faq-question-text {
	color: #1f1f1f;
	flex: 1 1 auto;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}

.rp-faq-icon {
	color: #d6a354;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	min-width: 18px;
	text-align: center;
}

.rp-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 300ms ease;
}

.rp-faq-answer[hidden] {
	display: block;
	max-height: 0;
}

.rp-faq-answer-inner {
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	padding-bottom: 22px;
}

.rp-faq-answer-inner p {
	margin-top: 0;
}

.rp-faq-answer-inner p:last-child {
	margin-bottom: 0;
}

.rp-project-faq__notice {
	background: #fff8e5;
	border: 1px solid #f1d48a;
	border-radius: 6px;
	color: #5c4700;
	padding: 14px 16px;
}
