/* stylelint-disable */

.fuel-station-page {
	color: var(--wp--custom--color--black, #151515);
	font-family: var(--wp--preset--font-family--gotham-ssm, "Gotham SSm", "Helvetica Neue", Helvetica, Arial, sans-serif);
	padding: 48px 24px 88px;
	background-color: var(--wp--preset--color--web-gray, #ebebef);
}

.fuel-station-page__shell {
	max-width: 1180px;
	margin: 0 auto;
}

.fuel-station-hero {
	margin-bottom: 32px;
}

.fuel-station-hero__headline-row {
	display: flex;
	align-items: center;
	gap: 18px;
}

.fuel-station-hero__brand-logo {
	width: 8%;
	height: auto;
	flex: 0 0 auto;
}

.fuel-station-hero__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--gotham-ssm-bold, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--headline-4--font-size, 26px);
	font-weight: var(--wp--custom--typography--headline-4--font-weight, 700);
	letter-spacing: var(--wp--custom--typography--headline-4--letter-spacing, 0);
	line-height: var(--wp--custom--typography--headline-4--line-height, 1.154);
	text-transform: var(--wp--custom--typography--headline-4--text-transform, none);
}

.fuel-station-hero__subtitle {
	margin: 8px 0 0;
	color: #4b4b4b;
	font-family: var(--wp--preset--font-family--gotham-ssm-book, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--paragraph-1--font-size, 16px);
	font-weight: var(--wp--custom--typography--paragraph-1--font-weight, 400);
	letter-spacing: var(--wp--custom--typography--paragraph-1--letter-spacing, 0.02em);
	line-height: var(--wp--custom--typography--paragraph-1--line-height, 1.625);
}

.fuel-station-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 28px;
	align-items: start;
}

.fuel-station-card--details {
	padding: 34px 0;
}

.fuel-station-card--amenities {
	padding: 50px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 24px;
}

.fuel-station-card--amenities > .fuel-station-section-title {
	font-family: var(--wp--preset--font-family--gotham-ssm-bold, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--headline-4--font-size, 26px);
	font-weight: var(--wp--custom--typography--headline-4--font-weight, 700);
	letter-spacing: var(--wp--custom--typography--headline-4--letter-spacing, 0);
	line-height: var(--wp--custom--typography--headline-4--line-height, 1.154);
	text-transform: var(--wp--custom--typography--headline-4--text-transform, none);
}

.fuel-station-card__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--gotham-ssm-bold, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--headline-5--font-size, 20px);
	font-weight: var(--wp--custom--typography--headline-5--font-weight, 700);
	letter-spacing: var(--wp--custom--typography--headline-5--letter-spacing, 0);
	line-height: var(--wp--custom--typography--headline-5--line-height, 1.4);
	text-transform: var(--wp--custom--typography--headline-5--text-transform, uppercase);
}

.fuel-station-section-title {
	margin: 0;
	font-family: var(--wp--preset--font-family--gotham-ssm-bold, "Gotham SSm", sans-serif);
}

.fuel-station-card--details > .fuel-station-card__title {
	font-size: var(--wp--custom--typography--headline-5--font-size, 20px);
	font-weight: var(--wp--custom--typography--headline-5--font-weight, 700);
	letter-spacing: var(--wp--custom--typography--headline-5--letter-spacing, 0);
	line-height: var(--wp--custom--typography--headline-5--line-height, 1.4);
	text-transform: var(--wp--custom--typography--headline-5--text-transform, uppercase);
}

.fuel-station-meta-list {
	margin-top: 24px;
	display: grid;
	gap: 16px;
}

.fuel-station-meta-list__item {
	margin: 0;
	font-family: var(--wp--preset--font-family--gotham-ssm-book, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--paragraph-1--font-size, 16px);
	font-weight: var(--wp--custom--typography--paragraph-1--font-weight, 400);
	letter-spacing: var(--wp--custom--typography--paragraph-1--letter-spacing, 0.02em);
	line-height: var(--wp--custom--typography--paragraph-1--line-height, 1.625);
	display: grid;
	gap: 2px;
}

.fuel-station-meta-list__item--address {
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
}

.fuel-station-meta-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.fuel-station-meta-list__icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.fuel-station-meta-list__item a {
	color: #151515;
	text-decoration: none;
	font-weight: 500;
}

.fuel-station-meta-list__item a:hover,
.fuel-station-meta-list__item a:focus-visible {
	text-decoration: underline;
}

.fuel-station-meta-list__label {
	color: var(--wp--preset--color--phillips-66-red, #da2b1f);
	font-size: var(--wp--custom--typography--paragraph-2-bold--font-size, 0.75rem);
	font-weight: var(--wp--custom--typography--paragraph-2-bold--font-weight, 700);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fuel-station-actions {
	margin: 28px 0 0;
}

.fuel-station-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--wp--preset--color--black, #000);
	border: 1px solid transparent;
	border-radius: 360px;
	box-shadow: none;
	color: var(--wp--preset--color--white, #fff);
	font-family: var(--wp--preset--font-family--founders-grotesk, "Founders Grotesk", sans-serif);
	font-feature-settings: "calt" off, "lnum" on, "pnum" on;
	font-size: var(--wp--custom--typography--button-text--font-size, 18px);
	font-style: normal;
	font-weight: var(--wp--custom--typography--button-text--font-weight, 600);
	gap: 8px;
	line-height: 20px;
	min-height: 44px;
	padding: 6px 32px;
	text-decoration: none;
	transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.fuel-station-button::after {
	background-color: currentcolor;
	content: "";
	display: inline-block;
	flex: 0 0 16px;
	height: 16px;
	mask-image: url("/wp-content/themes/fuels-redesign/assets/icons/arrows/arrow-right.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url("/wp-content/themes/fuels-redesign/assets/icons/arrows/arrow-right.svg");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	width: 16px;
}

.fuel-station-button:hover,
.fuel-station-button:focus-visible {
	background: var(--wp--preset--color--white, #fff);
	color: var(--wp--preset--color--phillips-66-red, #da2b1f);
}

.fuel-station-hours {
	margin-top: 44px;
	padding-top: 30px;
}

.fuel-station-hours .fuel-station-section-title {
	font-family: var(--wp--preset--font-family--gotham-ssm-bold, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--headline-5--font-size, 20px);
	font-weight: var(--wp--custom--typography--headline-5--font-weight, 700);
	letter-spacing: var(--wp--custom--typography--headline-5--letter-spacing, 0);
	line-height: var(--wp--custom--typography--headline-5--line-height, 1.4);
	text-transform: var(--wp--custom--typography--headline-5--text-transform, uppercase);
}

.fuel-station-hours__grid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 0.4fr));
	gap: 14px 0px;
}

.fuel-station-hours__row {
	display: grid;
	gap: 12px;
}

.fuel-station-hours__day {
	font-weight: 700;
}

.fuel-station-hours__value {
	color: #2f2f2f;
	font-family: var(--wp--preset--font-family--gotham-ssm-book, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--paragraph-1--font-size, 16px);
	font-weight: var(--wp--custom--typography--paragraph-1--font-weight, 400);
	letter-spacing: var(--wp--custom--typography--paragraph-1--letter-spacing, 0.02em);
	line-height: var(--wp--custom--typography--paragraph-1--line-height, 1.625);
	text-transform: var(--wp--custom--typography--paragraph-1--text-transform, none);
}

.fuel-station-amenities {
    margin: 22px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.fuel-station-amenities__item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--wp--preset--font-family--gotham-ssm-book, "Gotham SSm", sans-serif);
	font-size: var(--wp--custom--typography--paragraph-1--font-size, 16px);
	font-weight: var(--wp--custom--typography--paragraph-1--font-weight, 400);
	letter-spacing: var(--wp--custom--typography--paragraph-1--letter-spacing, 0.02em);
	line-height: var(--wp--custom--typography--paragraph-1--line-height, 1.625);
	text-transform: var(--wp--custom--typography--paragraph-1--text-transform, none);
}

.fuel-station-amenities__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.fuel-station-amenities__icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.fuel-station-amenities__dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	flex: 0 0 auto;
	background: linear-gradient(135deg, #f6b12d 0%, #da2b1f 100%);
}

.fuel-station-empty {
	margin: 18px 0 0;
	color: #6a6a6a;
	font-size: 1rem;
	line-height: 1.5;
}

.fuel-station-map {
	margin-top: 24px;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid rgba(21, 21, 21, 0.08);
	background: #eef3f6;
}

.fuel-station-map__frame {
	position: relative;
	min-height: 500px;
}

.fuel-station-map .wp-block-psx-station-location,
.fuel-station-map .station__map,
.fuel-station-map .dv-bing-map,
.fuel-station-map #dvBingMap {
	display: block;
	width: 100%;
	height: 500px;
	min-height: 500px;
	border: 0;
}

.fuel-station-map .wp-block-psx-station-location {
	margin: 0;
	height: 500px;
	min-height: 500px;
}

.fuel-station-map .dv-bing-map,
.fuel-station-map #dvBingMap,
.fuel-station-map .esri-view-root,
.fuel-station-map .esri-view-surface,
.fuel-station-map .esri-overlay-surface,
.fuel-station-map .esri-ui,
.fuel-station-map canvas {
	background: transparent;
	filter: none !important;
	opacity: 1 !important;
}

.fuel-station-map .esri-view-root,
.fuel-station-map .esri-view-surface,
.fuel-station-map canvas {
	border-radius: 28px;
}

.fuel-station-map .esri-ui {
	visibility: visible;
}

@media (max-width: 919px) {
	.fuel-station-page {
		padding: 32px 18px 64px;
	}

	.fuel-station-layout {
		grid-template-columns: 1fr;
	}

	.fuel-station-card--details,
	.fuel-station-card--amenities {
		padding: 28px 22px;
	}

	.fuel-station-hours__grid {
		grid-template-columns: 1fr;
	}

	.fuel-station-map__frame,
	.fuel-station-map .wp-block-psx-station-location,
	.fuel-station-map .station__map,
	.fuel-station-map .dv-bing-map,
	.fuel-station-map #dvBingMap {
		min-height: 380px;
		height: 380px;
	}
}

@media (max-width: 639px) {
	.fuel-station-hero__headline-row {
		align-items: flex-start;
	}

	.fuel-station-hero__brand-logo {
		width: 8%;
	}

	.fuel-station-hero__subtitle {
		font-size: 1rem;
	}

	.fuel-station-map__frame,
	.fuel-station-map .wp-block-psx-station-location,
	.fuel-station-map .station__map,
	.fuel-station-map .dv-bing-map,
	.fuel-station-map #dvBingMap {
		min-height: 280px;
		height: 280px;
	}
}
/* stylelint-enable */