.faq-page {
	padding: 24px 8% 60px;
}

.faq-section {
	max-width: 1100px;
	margin: 0 auto;
}

.faq-section h1 {
	color: #05518c;
	font-size: 2.7rem;
	margin-bottom: 8px;
	text-align: center;
}

.faq-section > p {
	color: #2f3a45;
	font-size: 1.05rem;
	margin-bottom: 18px;
	text-align: center;
}

.faq-item {
	border: 1px solid #d7e8f5;
	border-left: 4px solid #90b9d8;
	border-radius: 10px;
	background: #f8fbff;
	margin: 10px 0;
}

.faq-item[open] {
	border-left-color: #05518c;
	background: #f2f9ff;
}

.faq-item summary {
	color: #05518c;
	font-size: 1.06rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	padding: 13px 14px;
}

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

.faq-item summary::after {
	content: '+';
	float: right;
	color: #4f7a98;
	font-size: 1.2rem;
}

.faq-item[open] summary::after {
	content: '−';
}

.faq-item p {
	color: #2f4a60;
	line-height: 1.6;
	margin: 0 14px 14px;
}

@media (max-width: 768px) {
	.faq-page {
		padding: 20px 6% 44px;
	}

	.faq-section h1 {
		font-size: 2.2rem;
	}
}
