.contact-page {
	max-width: 780px;
	width: 780px;
	margin: 0 auto;
	padding: 20px 20px 40px;
	box-sizing: border-box;
	color: #333;
}

.contact-page h1 {
	font-size: 22px;
	color: var(--theme-colors, #a72126);
	margin-bottom: 20px;
	border-left: 4px solid var(--theme-colors, #a72126);
	padding-left: 12px;
	line-height: 1.4;
}

.contact-page h2 {
	font-size: 16px;
	color: #333;
	margin: 28px 0 12px;
}

.contact-notice {
	background: #fff7e6;
	border: 1px solid #ffd591;
	border-radius: 8px;
	padding: 16px 20px;
	margin-bottom: 24px;
	color: #614700;
	line-height: 1.8;
	font-size: 14px;
}

.contact-notice strong {
	color: #d46b08;
}

.contact-notice .official-phones {
	margin-top: 10px;
	font-size: 15px;
}

.contact-notice .official-phones a {
	color: #a72126;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.contact-notice .official-phones a:hover {
	text-decoration: underline;
}

.contact-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 8px;
}

.contact-card {
	flex: 1 1 280px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-top: 3px solid var(--theme-colors, #a72126);
	border-radius: 8px;
	padding: 20px;
}

.contact-card h3 {
	font-size: 17px;
	color: #333;
	margin-bottom: 8px;
}

.contact-card .role {
	color: #666;
	font-size: 13px;
	margin-bottom: 12px;
}

.contact-card .phone-link {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-colors, #a72126);
	text-decoration: none;
	margin-bottom: 8px;
}

.contact-card .phone-link:hover {
	text-decoration: underline;
}

.contact-card .hours {
	color: #888;
	font-size: 12px;
}

.contact-supplement {
	background: #fffbe6;
	border: 1px solid #ffe58f;
	border-radius: 8px;
	padding: 14px 18px;
	margin: 20px 0;
	color: #614700;
	font-size: 13px;
	line-height: 1.8;
}

.contact-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-info-list li {
	padding: 6px 0;
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	border-bottom: 1px dashed #eee;
}

.contact-info-list li:last-child {
	border-bottom: none;
}

.contact-info-list a {
	color: var(--theme-colors, #a72126);
}

.contact-other-phones {
	list-style: disc;
	padding-left: 20px;
	margin: 8px 0 0;
}

.contact-other-phones li {
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	border-bottom: none;
	padding: 2px 0;
}

.content-page .contact-page {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	padding: 15px 10px 32px;
}

@media (max-width: 768px) {
	.contact-page {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		padding: 15px 10px 32px;
	}

	.contact-page h1 {
		font-size: 18px;
	}

	.contact-cards {
		flex-direction: column;
	}

	.contact-card .phone-link {
		font-size: 22px;
	}
}
