#voice #main-h {
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}

#voice #main-h h2 {
	display: none;
}

#voice .voice-archive-intro,
#voice .voice-filter-form,
#voice .voice-card,
#voice .voice-empty,
#voice .voice-lead,
#voice .voice-overview,
#voice .voice-detail-section,
#voice .voice-photo-section,
#voice .voice-comment-section,
#voice .voice-related-links,
#voice .voice-google-review-box,
#voice .voice-inquiry-box {
	box-sizing: border-box;
	margin-bottom: 28px;
}

#voice .voice-archive-intro,
#voice .voice-empty,
#voice .voice-lead,
#voice .voice-overview,
#voice .voice-detail-section,
#voice .voice-photo-section,
#voice .voice-comment-section,
#voice .voice-related-links,
#voice .voice-google-review-box,
#voice .voice-inquiry-box {
	padding: 22px;
	border: 1px solid #d9e5ed;
	background: #fff;
}

#voice .voice-archive-intro h2,
#voice .voice-empty h2,
#voice .voice-overview h2,
#voice .voice-detail-section h2,
#voice .voice-photo-section h2,
#voice .voice-comment-section h2,
#voice .voice-related-links h2,
#voice .voice-google-review-box h2,
#voice .voice-inquiry-box h2 {
	margin: 0 0 14px;
	padding: 0 0 10px;
	border-bottom: 2px solid #1f78a7;
	color: #18384a;
	font-size: 22px;
	line-height: 1.45;
}

#voice .voice-filter-form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 14px;
	align-items: end;
	padding: 18px;
	border: 1px solid #c8d8e2;
	background: #eef6fa;
}

#voice .voice-filter-group label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

#voice .voice-filter-group select {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	padding: 7px 10px;
	border: 1px solid #a9bfcc;
	background: #fff;
	font-size: 15px;
}

#voice .voice-filter-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

#voice .voice-filter-actions button,
#voice .voice-button,
#voice .voice-filter-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 16px;
	border: 0;
	background: #0b78aa;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

#voice .voice-filter-actions a {
	background: #526b78;
}

#voice .voice-card-list {
	display: grid;
	gap: 20px;
}

#voice .voice-card {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 18px;
	padding: 18px;
	border: 1px solid #d5e0e7;
	background: #fff;
}

#voice .voice-card-image {
	display: block;
	min-height: 150px;
	background: #eef3f6;
	text-decoration: none;
}

#voice .voice-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 150px;
	object-fit: cover;
}

#voice .voice-card-noimage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	color: #647885;
	font-weight: 700;
}

#voice .voice-card h2 {
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 1.45;
}

#voice .voice-meta-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

#voice .voice-meta-list li {
	padding: 8px 10px;
	background: #eef6fa;
	color: #18384a;
	font-size: 14px;
	line-height: 1.45;
}

#voice .voice-meta-list span {
	display: block;
	margin-bottom: 2px;
	color: #527083;
	font-size: 12px;
	font-weight: 700;
}

#voice .voice-card-issue,
#voice .voice-card-excerpt,
#voice .voice-lead p {
	margin: 0 0 12px;
	line-height: 1.8;
}

#voice .voice-overview table {
	width: 100%;
	border-collapse: collapse;
}

#voice .voice-overview th,
#voice .voice-overview td {
	padding: 12px;
	border: 1px solid #d7e2e9;
	line-height: 1.7;
	vertical-align: top;
}

#voice .voice-overview th {
	width: 28%;
	background: #eef6fa;
	color: #18384a;
	text-align: left;
}

#voice .voice-detail-section p,
#voice .voice-comment-body p,
#voice .voice-related-links li,
#voice .voice-google-review-box p,
#voice .voice-inquiry-box p {
	line-height: 1.85;
}

#voice .voice-photo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

#voice .voice-photo-grid figure {
	margin: 0;
}

#voice .voice-photo-grid img {
	display: block;
	width: 100%;
	height: auto;
}

#voice .voice-comment-body {
	padding: 18px;
	border-left: 5px solid #0b78aa;
	background: #f4f9fb;
}

#voice .voice-related-links ul {
	margin: 0;
	padding-left: 1.2em;
}

#voice .voice-google-review-box {
	background: #f8fbfd;
}

#voice .voice-google-note {
	margin-bottom: 0;
	color: #4d6470;
	font-size: 14px;
}

#voice .voice-inquiry-box {
	background: #f2f8fb;
	border-color: #b9d8e8;
}

#voice .voice-cta-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#voice .voice-button-sub {
	background: #1f6b56;
}

#voice .voice-button-tel,
#voice .voice-button-outline {
	background: #fff;
	color: #0b78aa;
	border: 2px solid #0b78aa;
}

@media screen and (max-width: 767px) {
	#voice .voice-filter-form,
	#voice .voice-card,
	#voice .voice-meta-list,
	#voice .voice-photo-grid {
		grid-template-columns: 1fr;
	}

	#voice .voice-filter-actions,
	#voice .voice-cta-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	#voice .voice-filter-actions button,
	#voice .voice-filter-actions a,
	#voice .voice-button {
		width: 100%;
	}

	#voice .voice-overview th,
	#voice .voice-overview td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}
