@font-face {
  font-family: "Cane's DM Sans";
  src: url("/assets/reference/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cane's DM Sans";
  src: url("/assets/reference/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Berthold City";
  src: url("/assets/reference/Berthold-City-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --directory-red: #d71c2e;
  --directory-red-dark: #940513;
  --directory-ink: #242424;
  --directory-slate: #32393d;
  --directory-line: #484b53;
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body.location-directory-page {
  min-width: 320px;
  margin: 0;
  color: var(--directory-ink);
  background: #fff;
  font-family: "Cane's DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.directory-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 25px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
.location-directory-page--directory .directory-header,
.location-directory-page--state .directory-header,
.location-directory-page--city .directory-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.directory-logo { position: relative; display: block; width: 132px; height: 75px; margin-right: 20px; }
.directory-logo img { position: absolute; top: -26px; left: 10px; display: block; width: 132px; height: 132px; object-fit: contain; }
.directory-header nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(22px, 2.45vw, 45px); margin: 0 40px; white-space: nowrap; }
.directory-header nav a { font-size: 14px; font-weight: 700; }
.directory-header nav a:hover { color: var(--directory-red); }
.directory-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--directory-red);
  border-radius: 6px;
  color: #fff;
  background: var(--directory-red);
  font-size: 14px;
  font-weight: 700;
}
.directory-order:hover { border-color: var(--directory-red-dark); background: var(--directory-red-dark); }
.directory-mobile-header,
.directory-mobile-actions,
.directory-mobile-drawer { display: none; }

.directory-hero {
  position: relative;
  display: flex;
  padding: 120px 0 80px;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: var(--directory-slate);
  text-align: center;
}
.directory-hero-icons { position: absolute; right: 40px; bottom: 0; left: 40px; z-index: 0; display: flex; height: 160px; max-width: 1280px; margin: 0 auto; align-items: center; justify-content: center; pointer-events: none; }
.directory-hero-icons img { display: block; max-height: 100%; object-fit: contain; opacity: .05; }
.directory-hero-icons img:nth-child(1), .directory-hero-icons img:nth-child(2) { width: 154px; }
.directory-hero-icons img:nth-child(3) { width: 350px; }
.directory-hero-icons img:nth-child(4) { width: 100px; margin-top: -65px; }
.directory-hero-icons img:nth-child(5) { width: 72px; margin-top: -80px; }
.directory-hero-icons img:nth-child(6) { width: 67px; margin-top: -95px; }
.directory-hero h1 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 23.2px;
  color: #fff;
  font-family: "Berthold City", Impact, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.directory-hero h1 span { display: block; }
.directory-hero > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 58px;
  padding: 15px 25px;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}
.directory-hero > a:hover { color: var(--directory-red-dark); background: #fff; }

.directory-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  width: min(1280px, calc(100% - 50px));
  min-height: 0;
  margin: 16px auto;
  padding: 0;
  color: var(--directory-ink);
  font-size: 14px;
  font-weight: 700;
}
.directory-breadcrumb a { color: var(--directory-red); text-decoration: underline; }
.directory-breadcrumb > * + * { display: flex; align-items: center; }
.directory-breadcrumb > * + *::before { margin: 0 10px; content: "|"; color: var(--directory-ink); }
.directory-content { width: min(1144px, calc(100% - 50px)); min-height: 210px; margin: 20px auto 30px; }
.directory-list { margin: -12px; padding: 0; list-style: none; }
.directory-list li { break-inside: avoid; margin: 0 20px 0 0; padding: 12px; }
.directory-list a { display: block; color: var(--directory-red); font-size: 14px; font-weight: 700; }
.directory-list a:hover span { text-decoration: underline; }
.directory-list b { color: var(--directory-ink); font-weight: 700; }
.directory-state-list,
.directory-city-list { columns: 4 200px; column-gap: 0; }

.directory-location-list { display: grid; justify-content: center; gap: 16px; margin: 32px auto; }
.directory-item {
  display: flex;
  width: 352px;
  min-height: 160px;
  padding: 15px;
  border-radius: 6px;
  color: var(--directory-ink);
  background: #fff;
  box-shadow: inset 0 0 0 .5px var(--directory-line);
  flex-direction: column;
}
.directory-item h3 {
  margin: 0 0 7px;
  font-family: "Berthold City", Impact, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}
.directory-item p { margin: 0; font-size: 14px; line-height: 1.4; }
.directory-item-status { font-weight: 700; }
.directory-item-status span { margin: 0 10px; font-size: 11px; }
.directory-item-address { margin-top: 9px !important; }
.directory-item > a {
  display: flex;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
  background: var(--directory-red);
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.directory-item > a:hover { background: var(--directory-red-dark); }

.directory-footer {
  min-height: 939px;
  padding: 80px 80px 0;
  color: #fff;
  background: var(--directory-ink);
}
.directory-footer-main { display: grid; min-height: 430px; grid-template-columns: 206px 1fr; gap: 81px; max-width: 1280px; margin: 0 auto; }
.directory-footer-brand { display: flex; padding-right: 0; border-right: 1px solid var(--directory-line); flex-direction: column; gap: 25px; }
.directory-footer-brand > img { width: 132px; height: 94px; object-fit: contain; }
.directory-footer-social { display: flex; gap: 10px; align-items: center; }
.directory-footer-social a { display: grid; width: 34px; height: 34px; place-items: center; }
.directory-footer-social img { display: block; width: 20px; max-height: 20px; }
.directory-footer-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: 25px; row-gap: 60px; }
.directory-footer-links section { display: flex; flex-direction: column; gap: 14px; }
.directory-footer-toggle { margin: 0 0 8px; padding: 0; border: 0; color: #fff; background: transparent; font: inherit; font-size: 16px; font-weight: 700; text-align: left; }
.directory-footer-links a { color: #fff; font-size: 14px; line-height: 1.25; }
.directory-footer a:hover { text-decoration: underline; }
.directory-footer-promos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; max-width: 1280px; margin: 80px auto 0; }
.directory-footer-promos section { position: relative; display: flex; min-height: 255px; padding: 40px; overflow: hidden; background: var(--directory-slate); }
.directory-footer-promos section > div { display: flex; width: calc(100% - 215px); flex-direction: column; }
.directory-footer-promos h2 { margin: 0; font-family: "Berthold City", Impact, sans-serif; font-size: 24px; line-height: 1; text-transform: uppercase; }
.directory-footer-promos p { margin: 18px 0; font-size: 13px; line-height: 1.4; }
.directory-footer-promos a { display: block; margin-top: auto; padding: 12px; border: 2px solid #fff; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 700; text-align: center; }
.directory-footer-promos img { position: absolute; right: 40px; bottom: 40px; width: 175px; height: 175px; object-fit: contain; }
.directory-footer-legal { display: flex; min-height: 94px; flex-wrap: wrap; gap: 12px 20px; max-width: none; margin: 0 -80px; padding: 40px 80px; }
.directory-footer-legal a { color: #d5d5dc; font-size: 11px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.location-detail-hero { display: flex; min-height: 1081px; background: #fff; flex-direction: row; }
.location-detail-panel { display: flex; width: 50%; padding: 80px 160px; color: #fff; background: var(--directory-slate); flex-direction: column; justify-content: center; }
.location-detail-panel h1 { margin: 0 0 10px; color: #fff; font-family: "Berthold City", Impact, sans-serif; font-size: 60px; line-height: 1.1; text-transform: uppercase; }
.location-hours-block { margin: 0 0 10px; }
.location-hours-block h2, .location-favorites > h2 { margin: 0 0 25px; color: #e4c39d; font-family: "Berthold City", Impact, sans-serif; font-size: 24px; line-height: 1.1; text-transform: uppercase; }
.hours-table { width: 280px; color: #fff; font-size: 14px; }
.hours-row { display: flex; justify-content: space-between; min-height: 28px; gap: 20px; }
.hours-row span:last-child { white-space: nowrap; }
.additional-hours-container { margin-top: 19px; }
.hours-navigation-group { width: 273px; padding: 0 0 10px; border-top: 1px solid var(--directory-line); }
.hours-navigation-group summary { padding: 14px 0 0; color: #e4c39d; cursor: pointer; font-family: "Berthold City", Impact, sans-serif; font-size: 18px; line-height: 1.35; list-style: none; text-transform: uppercase; }
.hours-navigation-group summary::-webkit-details-marker { display: none; }
.hours-navigation-group summary::after { float: right; width: 6px; height: 6px; margin: 4px 3px 0 0; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ""; transform: rotate(45deg); }
.hours-navigation-group[open] summary::after { margin-top: 8px; transform: rotate(225deg); }
.hours-table-extra { margin-top: 13px; }
.location-detail-address, .location-detail-phone { margin: 0; color: #e4c39d; font-size: 16px; line-height: 1.5; }
.location-detail-address { margin-top: 40px; }
.location-detail-address a:hover, .location-detail-phone a:hover { text-decoration: underline; }
.location-amenities { margin-top: 50px; color: #fff; font-size: 16px; }
.location-amenities h2 { margin: 0 0 25px; color: #e4c39d; font-family: "Berthold City", Impact, sans-serif; font-size: 24px; line-height: 1.1; text-transform: uppercase; }
.location-amenities ul { margin: 0; padding: 0; list-style: none; }
.location-amenities li { display: flex; align-items: center; gap: 15px; }
.location-amenities li::before { width: 25px; height: 8px; border: 1px solid #e4c39d; border-radius: 50%; content: ""; transform: scaleX(1.45); }
.location-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.location-detail-actions a { display: inline-flex; min-height: 45px; padding: 11px 20px; border-radius: 6px; color: #fff; background: var(--directory-red); align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.location-detail-actions a:hover { background: var(--directory-red-dark); }
.location-detail-map-wrap { position: relative; width: 50%; background: #e5e3df; }
.location-detail-map { display: block; width: 100%; height: 100%; min-height: 1081px; }
.nearby-panel { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 16px; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, .2); }
.nearby-panel-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.nearby-panel-header h2 { margin: 0; font-family: "Berthold City", Impact, sans-serif; font-size: 24px; line-height: 1; text-transform: uppercase; }
.nearby-panel-header button { border: 0; background: transparent; font-size: 22px; }
.nearby-list { display: flex; gap: 10px; overflow-x: auto; }
.nearby-panel.is-collapsed { padding-bottom: 12px; }
.nearby-panel.is-collapsed .nearby-list { display: none; }
.nearby-panel.is-collapsed .nearby-panel-header { margin-bottom: 0; }
.nearby-panel.is-collapsed .nearby-panel-header button { transform: rotate(180deg); }
.nearby-card { flex: 0 0 500px; min-height: 210px; padding: 24px; border-radius: 6px; box-shadow: inset 0 0 0 .5px var(--directory-line); }
.nearby-card h3 { margin: 0 0 8px; font-family: "Berthold City", Impact, sans-serif; font-size: 18px; text-transform: uppercase; }
.nearby-card p { margin: 0 0 10px; font-size: 14px; }
.nearby-card > div { display: flex; justify-content: flex-end; }
.nearby-card a { padding: 10px 15px; border: 2px solid var(--directory-red); border-radius: 6px; color: var(--directory-red); font-size: 13px; font-weight: 700; }
.location-about-section { padding: 0; background: #fff; }
.location-about-copy { max-width: none; margin: 80px 80px 20px; }
.location-eyebrow { width: 50px; height: 10px; margin-bottom: 10px; overflow: hidden; color: #f0d6b4; font-size: 16px; letter-spacing: 0; }
.location-about-copy h2 { margin: 0 0 25px; font-family: "Berthold City", Impact, sans-serif; font-size: 54px; line-height: 1.1; text-transform: uppercase; }
.location-about-copy p { max-width: none; margin: 0; font-size: 14px; }
.location-gallery { display: flex; height: 608px; justify-content: center; gap: 25px; padding: 58px 40px 40px; margin: 0 0 25px; overflow: hidden; }
.location-gallery img { width: 300px; height: 400px; border-radius: 10px; object-fit: cover; }
.location-gallery img:nth-child(even) { margin-top: 50px; }
.location-campaign { position: relative; display: flex; min-height: 610px; padding: 25px; align-items: center; justify-content: center; }
.location-campaign img { position: absolute; top: 25px; left: 40px; width: 560px; height: 560px; border-radius: 0; object-fit: cover; }
.location-campaign > div { width: 57.225%; max-width: none; min-height: 560px; margin-left: 41.075%; padding: 25px; display: flex; flex-direction: column; justify-content: center; }
.location-campaign h2 { margin: 0 0 14px; font-family: "Berthold City", Impact, sans-serif; font-size: 24px; line-height: 1.1; text-transform: uppercase; }
.location-campaign p { margin: 0 0 18px; font-size: 14px; }
.location-campaign a, .location-favorite-grid a { color: var(--directory-red); font-size: 13px; font-weight: 700; }
.location-favorites { padding: 0 0 40px; background: #fff; }
.location-favorites > h2 { margin: 0 0 25px; padding: 25px; color: #fff; background: var(--directory-red); font-family: "Berthold City", Impact, sans-serif; font-size: 54px; line-height: 1.1; text-align: center; text-transform: uppercase; }
.location-favorite-grid { display: grid; grid-template-columns: repeat(3, 375px); gap: 25px; width: 1200px; margin: 0 auto; padding: 10px; }
.location-favorite-grid article { display: flex; min-height: 424px; padding: 25px; border: 1px solid #f0d6b4; border-radius: 4px; background: #fff; flex-direction: column; }
.favorite-image { height: 165px; margin: -10px 0 12px; }
.favorite-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.location-favorite-grid h3 { margin: 0 0 auto; color: rgba(36, 36, 36, .62); font-family: "Berthold City", Impact, sans-serif; font-size: 24px; line-height: 1.1; text-transform: uppercase; }
.location-favorite-grid p { margin: 15px 0 0; font-size: 12px; line-height: 1.35; }
.location-favorite-grid small { font-size: 10px; }
.location-favorite-grid a { align-self: center; margin-top: 12px; }
.location-mobile-nearby { display: none; }
.location-mobile-features, .location-mobile-actions { display: none; }

@media (max-width: 61.99em) {
  .directory-header { display: none; }
  body.directory-menu-open { overflow: hidden; }
  .directory-mobile-header { position: sticky; top: 0; z-index: 98; display: flex; align-items: center; justify-content: space-between; height: 60px; padding: 0 32px; background: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, .25); }
  .directory-mobile-header img { display: block; width: 100px; height: 48px; object-fit: contain; }
  .directory-mobile-search { position: relative; display: block; width: 37px; height: 48px; font-size: 0; }
  .directory-mobile-search::before { position: absolute; top: 2px; right: 4px; width: 16px; height: 22px; border: 4px solid var(--directory-red); border-radius: 50% 50% 50% 0; content: ""; transform: rotate(-45deg); }
  .directory-mobile-search::after { position: absolute; top: 25px; right: 8px; width: 20px; height: 8px; border: 2px solid var(--directory-red); border-top: 0; border-radius: 50%; content: ""; }
  .directory-mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 100; display: flex; height: 68px; padding: 0 20px; background: #fff; align-items: center; justify-content: space-between; }
  .directory-mobile-menu-button { display: flex; width: 52px; height: 50px; padding: 0 12px; border: 0; background: transparent; align-items: center; flex-direction: column; justify-content: center; gap: 5px; }
  .directory-mobile-menu-button span { display: block; width: 24px; height: 3px; background: var(--directory-red); }
  .directory-mobile-order { display: flex; width: 155px; min-height: 53px; border: 1px solid var(--directory-red); border-radius: 12px; color: #fff; background: var(--directory-red); align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
  .directory-mobile-drawer { position: fixed; z-index: 99; inset: 0 0 68px; display: flex; padding: 25px; overflow-y: auto; color: var(--directory-ink); background: #fff; flex-direction: column; }
  .directory-mobile-drawer[hidden] { display: none; }
  .directory-mobile-drawer-top { display: flex; min-height: 68px; margin-bottom: 28px; align-items: flex-start; justify-content: space-between; }
  .directory-mobile-drawer-top a { display: block; width: 100px; height: 67px; }
  .directory-mobile-drawer-top img { display: block; width: 100%; height: 100%; object-fit: contain; }
  .directory-mobile-menu-close { width: 50px; height: 50px; padding: 0; border: 0; color: var(--directory-red); background: transparent; font-size: 42px; line-height: 1; }
  .directory-mobile-drawer > a { padding: 16px 0; border-bottom: 1px solid #dedede; font-family: "Berthold City", Impact, sans-serif; font-size: 24px; line-height: 1.1; text-transform: uppercase; }
  .directory-hero { min-height: 215.56px; padding: 32px 16px; }
  .directory-hero-icons { display: none; }
  .directory-hero h1 { margin-bottom: 23.2px; font-size: 32px; line-height: 1.1; }
  .directory-hero > a { min-width: 190px; min-height: 58px; padding: 15px 25px; border-radius: 12px; font-size: 16px; }
  .directory-breadcrumb { justify-content: center; width: calc(100% - 50px); min-height: 0; margin: 11px auto; padding: 0; font-size: 12px; }
  .directory-breadcrumb > * + *::before { margin: 0 8px; }
  .directory-content { width: calc(100% - 24px); min-height: 0; margin: 18px auto 20px; }
  .directory-state-list,
  .directory-city-list { columns: 2 130px; column-gap: 35px; }
  .directory-list a { padding: 0; font-size: 12px; }
  .directory-location-list { margin: 26px auto 30px; }
  .directory-item { width: min(352px, 100%); min-height: 160px; }
  .directory-footer { min-height: 0; padding: 70px 25px 76px; }
  .directory-footer-main { display: block; min-height: 0; }
  .directory-footer-brand { align-items: center; padding: 0 0 50px; border: 0; }
  .directory-footer-brand > img { width: 125px; height: 84px; margin-top: -10px; margin-bottom: 0; }
  .directory-footer-links { display: block; }
  .directory-footer-links section { position: relative; display: block; min-height: 68px; padding: 24px 20px; border-top: 1px solid var(--directory-line); }
  .directory-footer-links section:last-child { border-bottom: 1px solid var(--directory-line); }
  .directory-footer-toggle { width: 100%; margin: 0; font-size: 18px; }
  .directory-footer-toggle::after { position: absolute; right: 18px; content: "+"; }
  .directory-footer-links section a { display: none; }
  .directory-footer-links section.is-open a { display: block; margin-top: 14px; }
  .directory-footer-links section.is-open .directory-footer-toggle::after { content: "-"; }
  .directory-footer-promos { display: block; margin: 48px 0 42px; }
  .directory-footer-promos section { min-height: 210px; margin-bottom: 26px; padding: 25px; }
  .directory-footer-promos section > div { width: 100%; }
  .directory-footer-promos p { max-width: 100%; font-size: 14px; }
  .directory-footer-promos img { display: none; }
  .directory-footer-promos a { font-size: 14px; }
  .directory-footer-legal { display: grid; min-height: 0; grid-template-columns: 1fr 1fr; gap: 16px 25px; margin: 0; padding: 0; }
  .directory-footer-legal a { font-size: 12px; }

  .location-detail-hero { min-height: 1022.58px; flex-direction: column; }
  .location-detail-panel { width: 100%; min-height: 1022.58px; padding: 80px 25px; justify-content: flex-start; }
  .location-detail-panel h1 { margin-bottom: 4px; font-size: 24px; line-height: 1.1; }
  .location-hours-block h2 { margin-bottom: 25px; font-size: 24px; }
  .hours-table { width: 280px; font-size: 16px; }
  .hours-row { min-height: 28px; gap: 12px; }
  .additional-hours-container { margin-top: 19px; }
  .hours-navigation-group { width: 273px; padding-bottom: 10px; }
  .hours-navigation-group summary { padding-top: 14px; font-size: 18px; }
  .location-detail-address, .location-detail-phone { font-size: 16px; }
  .location-detail-address { margin-top: 40px; }
  .location-detail-phone { margin-bottom: 50px; }
  .location-amenities { display: block; margin-top: 45px; }
  .location-amenities h2 { display: block; margin-bottom: 25px; }
  .location-amenities ul { display: block; }
  .location-amenities li { gap: 14px; }
  .location-detail-actions { gap: 25px; margin-top: auto; }
  .location-detail-actions a { min-height: 54px; padding: 15px 25px; font-size: 16px; }
  .location-detail-map-wrap { display: none; }
  .nearby-panel { display: none; }
  .location-about-section { padding: 0; }
  .location-about-copy { margin: 25px; }
  .location-about-copy h2 { margin-bottom: 25px; font-size: 30px; }
  .location-about-copy p { font-size: 16px; line-height: 1.5; }
  .location-gallery { height: 464.66px; justify-content: flex-start; gap: 16px; padding: 48px 40px 10px; margin: 0; overflow-x: auto; }
  .location-gallery img { flex: 0 0 290px; width: 290px; height: 386.66px; border-radius: 6px; margin: 0 !important; }
  .location-campaign { min-height: 700px; padding: 25px 25px 20px; align-items: flex-start; justify-content: flex-start; flex-direction: column; }
  .location-campaign img { position: static; width: 340px; height: 340px; border-radius: 0; }
  .location-campaign > div { width: 340px; min-height: 315px; margin: 0; padding: 25px; justify-content: flex-start; }
  .location-campaign h2 { font-size: 24px; }
  .location-campaign p { font-size: 16px; }
  .location-campaign a { font-size: 16px; }
  .location-favorites { padding: 0 0 40px; }
  .location-favorites > h2 { margin-bottom: 15px; font-size: 24px; }
  .location-favorite-grid { display: flex; width: auto; gap: 25px; padding: 10px; overflow-x: auto; }
  .location-favorite-grid article { flex: 0 0 330px; min-height: 442px; padding: 25px; }
  .favorite-image { height: 165px; }
  .location-favorite-grid h3 { font-size: 24px; }
  .location-favorite-grid p { margin-top: 15px; font-size: 14px; line-height: 1.3; }
  .location-favorite-grid small, .location-favorite-grid a { font-size: 13px; }
  .location-mobile-nearby { display: block; padding: 25px 16px 16px; background: #fff; }
  .location-mobile-nearby .location-eyebrow { margin-left: 9px; }
  .location-mobile-nearby h2 { margin: 0 9px 25px; font-family: "Berthold City", Impact, sans-serif; font-size: 30px; line-height: 1.1; text-transform: uppercase; }
  .location-mobile-nearby-list { display: flex; gap: 16px; flex-direction: column; }
  .location-mobile-nearby-card { display: flex; min-height: 235px; padding: 16px; border: 1px solid #e3e3e3; border-radius: 6px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .1); flex-direction: column; }
  .location-mobile-nearby-card h3 { margin: 0 0 8px; font-family: "Berthold City", Impact, sans-serif; font-size: 18px; line-height: 1.1; text-transform: uppercase; }
  .location-mobile-nearby-card p { margin: 0 0 10px; font-size: 14px; line-height: 1.35; }
  .location-mobile-nearby-card .location-mobile-nearby-service { font-style: italic; }
  .location-mobile-nearby-card > a { display: flex; min-height: 38px; margin-top: auto; border: 1px solid var(--directory-red); border-radius: 4px; color: var(--directory-red); align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
}
