.dbwt-location-details {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.dbwt-location-detail {
	align-items: baseline;
	background: color-mix(in srgb, currentColor 6%, transparent);
	border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	border-radius: 6px;
	display: inline-flex;
	gap: 0.35rem;
	line-height: 1.3;
	padding: 0.45rem 0.6rem;
}

.dbwt-location-label {
	font-size: 0.78em;
	opacity: 0.72;
}

.dbwt-location-detail strong {
	font-size: 0.95em;
	font-weight: 700;
	white-space: nowrap;
}

[data-dbwt-drive-state="loading"] [data-dbwt-drive-value]::after {
	content: "";
	animation: dbwt-location-pulse 1.1s ease-in-out infinite;
	display: inline-block;
}

@keyframes dbwt-location-pulse {
	0% {
		opacity: 0.45;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.45;
	}
}

@media (max-width: 600px) {
	.dbwt-location-details {
		display: none;
		grid-template-columns: minmax(0, 1fr);
	}

	.dbwt-location-detail {
		justify-content: space-between;
		width: 100%;
	}
}

.dbwt-you-are-here-template {
	background: #eee7dc;
	margin-top: 0;
}

.dbwt-you-are-here {
	background: #eee7dc;
	box-sizing: border-box;
	color: #171a16;
	margin: 0 auto;
	max-width: 402px;
	min-height: auto;
	padding: 20px 0 32px;
}

.dbwt-you-are-here,
.dbwt-you-are-here__hero,
.dbwt-you-are-here__section-heading,
.dbwt-nearby-sites {
	border-radius: 0;
}

.dbwt-you-are-here__hero {
	background: transparent;
	color: #20352d;
	margin: 0;
	padding: 0;
}

.dbwt-you-are-here__map {
	background: #d7e5df;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
	width: calc(100% - 20px);
}

.dbwt-you-are-here__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.dbwt-you-are-here__location-bar {
	align-items: center;
	background: #071f13;
	border-radius: 8px;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 24px auto 0;
	min-height: 60px;
	padding: 0 14px 0 20px;
	width: calc(100% - 20px);
}

.dbwt-you-are-here__nearby {
	align-items: center;
	color: #ffffff;
	display: flex;
	flex: 1 1 auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dbwt-you-are-here__nearby > span:last-child {
	display: block;
	min-width: 0;
	overflow: hidden;
}

.dbwt-you-are-here__pin {
	color: #efb64b;
	display: inline-flex;
	flex: 0 0 auto;
	height: 28px;
	margin-right: 13px;
	width: 28px;
}

.dbwt-you-are-here__pin svg,
.dbwt-you-are-here__map-icon svg,
.dbwt-you-are-here__arrow svg {
	display: block;
	height: 100%;
	width: 100%;
}

.dbwt-you-are-here__label {
	color: #f4c44d;
	display: block;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1;
}

.dbwt-you-are-here__place {
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 1;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dbwt-you-are-here__direction {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 6px;
	margin: 14px auto 0;
	overflow: hidden;
	width: calc(100% - 20px);
}

.dbwt-you-are-here__direction-button {
	appearance: none;
	background: #ffffff;
	border: 1px solid #2b7041;
	border-radius: 5px;
	box-sizing: border-box;
	color: #2b7041;
	cursor: pointer;
	display: inline-flex;
	flex: 1 1 0;
	align-items: center;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	min-width: 0;
	padding: 0 4px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
}

.dbwt-you-are-here__direction-button[aria-pressed="true"] {
	background: #2b7041;
	color: #ffffff;
}

.dbwt-you-are-here__map-button {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	min-width: max-content;
	position: relative;
	text-decoration: none;
	top: -10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.dbwt-you-are-here__map-icon {
	display: inline-flex;
	flex: 0 0 auto;
	height: 22px;
	margin-right: 8px;
	width: 22px;
}

.dbwt-you-are-here__map-text {
	display: inline-block;
	line-height: 1;
}

.dbwt-you-are-here__arrow {
	align-items: center;
	background: #f2b91e;
	border-radius: 999px;
	color: #071f13;
	display: inline-flex;
	flex: 0 0 auto;
	height: 20px;
	justify-content: center;
	margin-left: 10px;
	position: relative;
	width: 20px;
}

.dbwt-you-are-here__arrow svg {
	display: none;
}

.dbwt-you-are-here__arrow::before {
	background: currentColor;
	content: "";
	height: 2px;
	width: 8px;
}

.dbwt-you-are-here__arrow::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 6px;
	position: absolute;
	right: 6px;
	top: 7px;
	transform: rotate(45deg);
	width: 6px;
}

.dbwt-you-are-here__section-heading {
	border-bottom: 1px solid #7c766e;
	margin: 30px 0 21px;
	padding-bottom: 28px;
	text-align: center;
}

.dbwt-you-are-here__section-heading h2 {
	color: #2b7041;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.dbwt-nearby-sites {
	counter-reset: dbwt-nearby-stop var(--dbwt-page-offset, 0);
	display: grid;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dbwt-nearby-card {
	align-content: start;
	align-items: start;
	background: #ffffff;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	box-sizing: border-box;
	counter-increment: dbwt-nearby-stop;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	grid-template-rows: auto auto auto auto;
	row-gap: 18px;
	margin: 0 auto;
	min-height: 0;
	overflow: hidden;
	padding: 16px 16px 14px;
	width: calc(100% - 40px);
}

.dbwt-nearby-card[hidden] {
	display: none;
}

.dbwt-nearby-card__media {
	background: transparent;
	border-radius: 10px;
	grid-column: 1;
	grid-row: 1 / span 2;
	height: 120px;
	margin: 0;
	overflow: hidden;
	width: 120px;
}

.dbwt-nearby-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dbwt-nearby-card__media-fallback {
	color: #171a16;
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.35;
	padding: 0 4px;
}

.dbwt-nearby-card__body {
	display: contents;
	padding: 0;
}

.dbwt-nearby-card__media + .dbwt-nearby-card__body {
	padding-top: 0;
}

.dbwt-nearby-card__title-row {
	align-self: end;
	display: block;
	grid-column: 2;
	grid-row: 1;
	margin: 10px 0 0 17px;
	min-height: 0;
}

.dbwt-nearby-card__number {
	color: #2b7041;
	display: block;
	font-size: 0;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 12px;
	text-transform: uppercase;
	width: auto;
}

.dbwt-nearby-card__number::before {
	content: "STOP " counter(dbwt-nearby-stop);
	font-size: 12px;
}

.dbwt-nearby-card h3 {
	color: #17211c;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.03;
	margin: 0;
	padding-top: 0;
}

.dbwt-nearby-card__metrics {
	align-items: center;
	color: #171a16;
	display: flex;
	flex-wrap: nowrap;
	font-size: 11px;
	font-weight: 700;
	gap: 6px;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.2;
	margin: -6px 0 0 17px;
	min-width: 0;
	overflow: visible;
	white-space: nowrap;
}

.dbwt-nearby-card__metrics p,
.dbwt-nearby-card__excerpt {
	margin: 0;
}

.dbwt-nearby-card__metrics p {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 3px;
	line-height: 1.2;
	min-width: 0;
}

.dbwt-nearby-card__metrics .emoji {
	display: inline-block;
	height: 12px;
	margin: 0;
	object-fit: contain;
	position: relative;
	top: -1px;
	width: 12px;
}

.dbwt-nearby-card__excerpt {
	color: #17211c;
	font-size: 16px;
	grid-column: 1 / -1;
	line-height: 1.42;
	margin: 0 0 4px;
}

.dbwt-nearby-card__actions {
	align-self: start;
	display: flex;
	flex-direction: column;
	grid-column: 1 / -1;
	gap: 0;
	height: auto;
	justify-content: flex-start;
	margin: 0;
	min-height: 0;
	row-gap: 14px;
	width: 100%;
}

.dbwt-nearby-card__actions br {
	display: none;
}

.dbwt-nearby-card__navigate,
.dbwt-nearby-card__stop {
	align-items: center;
	box-sizing: border-box;
	border-radius: 2px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 46px;
	text-decoration: none;
	text-transform: uppercase;
}

.dbwt-nearby-card__navigate {
	background: #2b7041;
	border-radius: 5px;
	color: #ffffff;
	width: 100%;
	padding: 0 10px;
}

.dbwt-nearby-card__navigate::before {
	border: 0;
	content: "\27A4";
	display: inline-block;
	font-size: 14px;
	height: auto;
	margin-right: 0;
	width: auto;
}

.dbwt-nearby-card__stop {
	background: #ffffff;
	border: 1px solid #b97945;
	border-radius: 5px;
	color: #a45e29;
	width: 100%;
	padding: 0 12px;
}

.dbwt-nearby-card__stop::before {
	background: none;
	content: "\1F441";
	display: inline-block;
	font-size: 14px;
	height: auto;
	margin-right: 0;
	width: auto;
}

.dbwt-nearby-pagination {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 26px auto 0;
	width: calc(100% - 40px);
}

.dbwt-nearby-pagination[hidden] {
	display: none;
}

.dbwt-nearby-pagination button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #171a16;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	text-decoration: underline;
}

.dbwt-nearby-pagination button[aria-current="page"] {
	font-weight: 800;
	text-decoration-thickness: 2px;
}

.dbwt-nearby-pagination__next {
	margin-left: 10px;
}

@media (max-width: 480px) {
	.dbwt-you-are-here {
		max-width: 402px;
	}

	.dbwt-nearby-card__stop {
		width: 100%;
	}

	.dbwt-nearby-card__excerpt {
		font-size: 16px;
	}
}

@media (max-width: 360px) {
	.dbwt-nearby-card {
		grid-template-columns: 104px minmax(0, 1fr);
		width: calc(100% - 28px);
	}

	.dbwt-nearby-card__media {
		height: 104px;
		width: 104px;
	}

	.dbwt-nearby-card h3 {
		font-size: 18px;
	}

	.dbwt-nearby-card__metrics {
		font-size: 10px;
		gap: 4px;
	}
}
