/* トップページ（View/Top/index.ctp）のメインバナーより下。
   見出しは 3 段階（主要 44px・通常 32px・小 24px）。枠は原則 1 層。
   見せ方は役割で分ける：写真ものは写真が主役、案内ものは区切り線の行、ブランドと事業者向けだけ黒い面 */

.hm-sec,
.hm-sec *,
.hm-notices,
.hm-notices * {
	box-sizing: border-box;
}

.hm-sec {
	margin: 104px 0 0;
	color: #1d1d1f;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.hm-sec a {
	color: inherit;
	text-decoration: none;
}

.hm-sec p {
	margin: 0;
}

.hm-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* 見出しまわり */
.hm-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px 32px;
	margin-bottom: 28px;
}

.hm-h2 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #1d1d1f;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .01em;
	font-feature-settings: "palt" 1;
}

.hm-h2--xl {
	font-size: 44px;
	line-height: 1.2;
}

.hm-h2--sm {
	font-size: 24px;
}

.hm-lead {
	margin-top: 14px !important;
	color: #515154;
	font-size: 16px;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.hm-link {
	display: inline-flex;
	align-items: center;
	color: #0066cc !important;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

.hm-link::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 6px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}

a.hm-link:hover,
a:hover .hm-link {
	text-decoration: underline;
}

.hm-link--light {
	color: #2997ff !important;
}

.hm-range {
	margin: 0 .06em;
	font-size: .72em;
	vertical-align: .08em;
}

.hm-nowrap {
	white-space: nowrap;
}

.hm-btn {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.hm-sec .hm-btn--primary {
	background: #0071e3;
	color: #fff;
}

.hm-sec .hm-btn--primary:hover {
	background: #0077ed;
}

.hm-btn[disabled] {
	background: #d2d2d7 !important;
	cursor: default;
}

.hm-input {
	width: 100%;
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #d2d2d7;
	border-radius: 10px;
	background: #fff;
	color: #1d1d1f;
	font: inherit;
	font-size: 16px;
}

.hm-input:focus {
	border-color: #0071e3;
	outline: none;
	box-shadow: 0 0 0 4px rgba(0, 113, 227, .16);
}

/* 固定表示のお知らせ（1 行） */
.hm-notices {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin: 14px 0 0;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8ed;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

.hm-notices__label {
	flex: 0 0 auto;
	color: #86868b;
	font-weight: 600;
}

.hm-notices ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hm-notices a {
	color: #1d1d1f !important;
	text-decoration: none !important;
}

.hm-notices a:hover {
	text-decoration: underline !important;
}

.hm-notices a::after {
	content: " ›";
	color: #0066cc;
}

.hm-notices__alert a {
	color: #b3261e !important;
}

/* 車種から探す */
.hm-find {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	gap: 32px 56px;
	align-items: start;
	margin-top: 56px;
}

.hm-find__copy {
	padding-top: 12px;
}

.hm-find__box {
	padding: 28px 28px 24px;
	border: 1px solid #d2d2d7;
	border-radius: 20px;
	background: #fff;
}

.hm-find__tabs {
	display: inline-flex;
	gap: 2px;
	margin-bottom: 20px;
	padding: 3px;
	border-radius: 999px;
	background: #f5f5f7;
}

.hm-find__tab {
	min-width: 88px;
	padding: 7px 20px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #6e6e73;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.hm-find__tab[aria-selected="true"] {
	background: #fff;
	color: #1d1d1f;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.hm-find__form {
	margin: 0;
}

.hm-find__form + .hm-find__form {
	margin-top: 18px;
}

.hm-find__label {
	display: block;
	margin-bottom: 6px;
	color: #1d1d1f;
	font-size: 13px;
	font-weight: 600;
}

.hm-find__row {
	display: flex;
	gap: 8px;
}

.hm-find__alt {
	margin-top: 14px !important;
}

.hm-find__alt .hm-link {
	font-size: 14px;
}

.hm-find__help {
	margin-top: 20px !important;
	padding-top: 16px;
	border-top: 1px solid #e8e8ed;
	color: #6e6e73;
	font-size: 13px;
	line-height: 1.8;
}

.hm-find__help a {
	color: #0066cc !important;
	font-weight: 600;
}

.hm-find__install {
	display: flex;
	grid-column: 1 / -1;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 22px;
	border-radius: 14px;
	background: #f5f5f7;
	color: #515154;
	font-size: 14px;
	line-height: 1.75;
	font-feature-settings: "palt" 1;
}

.hm-find__install svg {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	fill: none;
	stroke: #1d1d1f;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hm-find__install strong {
	margin-right: 6px;
	color: #1d1d1f;
	font-weight: 700;
}

/* 目的・お悩みから探す（写真が主役） */
.hm-issue {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.hm-issue__card {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.hm-issue__img {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	border-radius: 16px;
	aspect-ratio: 4 / 3;
	background: #1d1d1f;
}

.hm-sec .hm-issue__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.hm-issue__card:hover .hm-issue__img img {
	transform: scale(1.04);
}

.hm-issue__card strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	font-feature-settings: "palt" 1;
}

.hm-issue__text {
	flex: 1 1 auto;
	color: #6e6e73;
	font-size: 13px;
	line-height: 1.75;
	font-feature-settings: "palt" 1;
}

.hm-issue__card .hm-link {
	font-size: 14px;
}

.hm-ask {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 32px;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e8e8ed;
}

.hm-ask__lead strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	font-feature-settings: "palt" 1;
}

.hm-ask__lead span {
	color: #86868b;
	font-size: 13px;
}

.hm-ask__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hm-chip {
	padding: 9px 16px;
	border: 1px solid #d2d2d7;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	transition: border-color .2s, color .2s;
}

.hm-chip:hover {
	border-color: #0071e3;
	color: #0066cc;
}

/* ブランド（黒い面。数字は 2 つを主役に、受賞マークは 1 つ） */
.hm-brand {
	padding: 72px 72px 56px;
	border-radius: 24px;
	background: radial-gradient(120% 120% at 15% 0%, #1b2633 0%, #0b0d10 55%, #000 100%);
	color: #f5f5f7;
}

.hm-brand__main {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: 56px;
	align-items: end;
}

.hm-brand__eyebrow {
	margin-bottom: 16px !important;
	color: #a1a1a6;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
}

.hm-brand__title {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .01em;
	font-feature-settings: "palt" 1;
}

.hm-brand__lead {
	max-width: 560px;
	margin-top: 20px !important;
	color: #c7c7cc;
	font-size: 16px;
	line-height: 1.85;
	font-feature-settings: "palt" 1;
}

.hm-stats {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hm-stats li {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.hm-stats__num {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.02em;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.hm-stats__num span {
	font-weight: inherit;
}

.hm-stats__num small {
	margin-left: 6px;
	color: rgba(255, 255, 255, .72);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}

.hm-stats__label {
	color: #a1a1a6;
	font-size: 13px;
	font-feature-settings: "palt" 1;
}

.hm-brand__sub {
	display: flex;
	align-items: center;
	gap: 32px;
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.hm-sec .hm-brand__badge {
	flex: 0 0 auto;
	width: 120px;
	height: auto;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .5));
}

.hm-awards__list {
	display: grid;
	flex: 1 1 auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hm-awards__list a {
	display: flex;
	align-items: baseline;
	gap: 10px;
	color: #a1a1a6 !important;
	font-size: 12px;
}

.hm-awards__list span {
	color: #d6a54a;
	font-size: 15px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.hm-awards__list strong {
	color: #f5f5f7;
	font-size: 14px;
	font-weight: 600;
}

.hm-awards__list a:hover strong {
	text-decoration: underline;
}

.hm-brand__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 32px;
	margin-top: 32px !important;
}

/* 新製品 */
.hm-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.hm-product {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hm-product__img {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 16px;
	background: #f5f5f7;
	aspect-ratio: 300 / 206;
}

.hm-sec .hm-product__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.hm-product:hover .hm-product__img img {
	transform: scale(1.04);
}

.hm-product__cat {
	color: #86868b;
	font-size: 12px;
	font-weight: 600;
}

.hm-product strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	font-feature-settings: "palt" 1;
}

/* 取付けレビュー（写真が主役。PC は 4 件、スマホは横に送る） */
.hm-reviews {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.hm-review {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hm-review__img {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 16px;
	aspect-ratio: 4 / 3;
	background: #e8e8ed;
}

.hm-sec .hm-review__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-orientation: from-image;
}

.hm-review__car {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	font-feature-settings: "palt" 1;
}

.hm-review__product {
	display: -webkit-box;
	overflow: hidden;
	color: #0066cc;
	font-size: 12px;
	line-height: 1.5;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.hm-review__text {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.75;
	font-feature-settings: "palt" 1;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hm-review__meta {
	margin-top: 2px;
	color: #86868b;
	font-size: 12px;
}

@media screen and (min-width: 769px) {
	.hm-review:nth-child(n+5) {
		display: none;
	}
}

/* 販売店・整備工場の方へ（事業者の実務の入口） */
.hm-trade {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 40px;
	padding: 36px 44px;
	border-radius: 20px;
	background: #1d1d1f;
	color: #f5f5f7;
}

.hm-trade__title {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	font-feature-settings: "palt" 1;
}

.hm-trade__copy p {
	margin-top: 6px !important;
	color: #a1a1a6;
	font-size: 14px;
}

.hm-trade__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hm-trade__links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	transition: background-color .2s, border-color .2s;
}

.hm-trade__links a:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .08);
}

/* サポート（区切り線の行） */
.hm-support {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 48px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d2d2d7;
}

.hm-support li {
	border-bottom: 1px solid #e8e8ed;
}

.hm-support a,
.hm-support button {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	padding: 20px 28px 20px 0;
	border: 0;
	background: none;
	color: #6e6e73;
	font: inherit;
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.hm-support a::after,
.hm-support button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1.5px solid #86868b;
	border-right: 1.5px solid #86868b;
	transform: rotate(45deg);
}

.hm-support svg {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	fill: none;
	stroke: #0071e3;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hm-support strong {
	display: block;
	margin-bottom: 2px;
	color: #1d1d1f;
	font-size: 16px;
	font-weight: 700;
	font-feature-settings: "palt" 1;
}

.hm-support a:hover strong,
.hm-support button:hover strong {
	text-decoration: underline;
}

/* お知らせ・イベント */
.hm-news {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	margin-bottom: 104px;
}

.hm-news .hm-head {
	margin-bottom: 16px;
}

.hm-news__list,
.hm-events {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d2d2d7;
}

.hm-news__list a {
	display: flex;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid #e8e8ed;
	font-size: 14px;
	line-height: 1.6;
}

.hm-news__list time {
	flex: 0 0 auto;
	color: #86868b;
	font-variant-numeric: tabular-nums;
}

.hm-news__list a:hover span,
.hm-events a:hover .hm-events__body strong {
	text-decoration: underline;
}

.hm-events a {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 12px 0;
	border-bottom: 1px solid #e8e8ed;
}

.hm-events__date {
	display: flex;
	flex: 0 0 60px;
	flex-direction: column;
	align-items: center;
	padding: 6px 0;
	border-radius: 12px;
	background: #f5f5f7;
	color: #6e6e73;
	font-size: 11px;
	line-height: 1.3;
}

.hm-events__date strong {
	color: #1d1d1f;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
}

.hm-events__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.hm-events__body strong {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
}

.hm-events__body span {
	color: #86868b;
	font-size: 12px;
}

@media screen and (max-width: 1100px) {
	.hm-issue,
	.hm-products,
	.hm-reviews {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hm-brand__main {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hm-issue__img img,
	.hm-product__img img {
		transition: none;
	}
}

@media screen and (max-width: 768px) {
	/* トップのスマホは本文の左右の余白が 0 なので、区切り側で 16px 取る */
	.hm-sec {
		margin: 64px 16px 0;
	}

	.hm-notices {
		flex-direction: column;
		gap: 2px;
		margin: 8px 16px 0;
		padding: 8px 0;
		font-size: 12px;
	}

	.hm-head {
		flex-wrap: wrap;
		margin-bottom: 18px;
	}

	.hm-h2 {
		font-size: 24px;
	}

	.hm-h2--xl {
		font-size: 30px;
	}

	.hm-h2--sm {
		font-size: 20px;
	}

	.hm-lead {
		margin-top: 8px !important;
		font-size: 14px;
	}

	.hm-find {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 28px;
	}

	.hm-find__copy {
		padding-top: 0;
	}

	.hm-find__box {
		padding: 18px 16px 16px;
		border-radius: 16px;
	}

	.hm-find__tabs {
		margin-bottom: 14px;
	}

	.hm-find__row--select {
		flex-wrap: wrap;
	}

	.hm-find__row--select select {
		flex: 1 1 calc(50% - 4px);
	}

	.hm-find__row--select .hm-btn {
		flex: 1 1 100%;
	}

	.hm-find__install {
		padding: 14px 16px;
		font-size: 13px;
	}

	.hm-find__install strong {
		display: block;
	}

	.hm-issue {
		gap: 20px 12px;
	}

	.hm-issue__card strong {
		font-size: 15px;
	}

	.hm-issue__text {
		display: none;
	}

	.hm-issue__card .hm-link {
		font-size: 13px;
	}

	.hm-ask {
		margin-top: 24px;
	}

	.hm-brand {
		padding: 44px 22px 36px;
		border-radius: 20px;
	}

	.hm-brand__title {
		font-size: 32px;
	}

	.hm-brand__lead {
		font-size: 14px;
	}

	.hm-stats__num {
		font-size: 44px;
	}

	.hm-stats__num small {
		font-size: 14px;
	}

	.hm-brand__sub {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-top: 24px;
		padding-top: 24px;
	}

	.hm-awards__list {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.hm-brand__links {
		margin-top: 24px !important;
	}

	.hm-products {
		gap: 20px 12px;
	}

	.hm-product strong {
		font-size: 14px;
	}

	.hm-reviews {
		display: flex;
		gap: 12px;
		margin: 0 -16px;
		padding: 0 16px 8px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.hm-review {
		flex: 0 0 72%;
		scroll-snap-align: start;
	}

	.hm-trade {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.hm-trade__title {
		font-size: 20px;
	}

	.hm-trade__links {
		flex-direction: column;
		width: 100%;
	}

	.hm-trade__links a {
		justify-content: center;
	}

	.hm-support {
		grid-template-columns: 1fr;
	}

	.hm-news {
		grid-template-columns: 1fr;
		gap: 48px;
		margin-bottom: 64px;
	}
}

/* 業者（ログイン中）の帯：最近のご注文の出荷状況と /dealer への入口 */
.hm-dealer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: center;
	gap: 24px 40px;
	margin: 16px 0 24px;
	padding: 22px 28px;
	border-radius: 20px;
	background: #f5f5f7;
	color: #1d1d1f;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.hm-dealer h2 {
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #1d1d1f !important;
	font-size: 16px !important;
	font-weight: 700;
}

.hm-dealer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hm-dealer li {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5ea;
}

.hm-dealer li:last-child {
	border-bottom: 0;
}

.hm-dealer__date {
	font-weight: 700;
}

.hm-dealer__what {
	overflow: hidden;
	color: #424245;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hm-dealer__status {
	padding: 2px 10px;
	border-radius: 999px;
	background: #fff;
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.hm-dealer__status--done {
	background: #e3f5e9;
	color: #1a7f37 !important;
	text-decoration: none;
}

.hm-dealer__status--wait {
	background: #fff4e5;
	color: #b25000;
}

a.hm-dealer__status--done:hover {
	text-decoration: underline;
}

.hm-dealer__more {
	display: inline-block;
	margin-top: 8px;
	color: #0066cc !important;
	font-size: 13px;
	font-weight: 700;
}

.hm-dealer__cta p {
	margin: 0 0 10px !important;
	color: #424245;
	font-size: 14px;
}

a.hm-dealer__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	background: #0071e3;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
}

a.hm-dealer__btn:hover {
	opacity: .88;
}

@media (max-width: 768px) {
	.hm-dealer {
		grid-template-columns: 1fr;
		margin: 12px 0 16px;
		padding: 18px;
	}

	.hm-dealer li {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.hm-dealer__status {
		grid-column: 2;
		justify-self: start;
	}
}
