/* Business detail source-owned overrides.
 * Shared structural helpers + mobile polish until the authored Vite/Tailwind
 * frontend source is restored. Keep this file small; do not copy generated CSS.
 */

.biz-media-carousel-card {
  width: 100%;
  max-width: 22rem;
}

.biz-media-carousel-frame {
  position: relative;
  aspect-ratio: 16 / 10;
}

.biz-media-carousel-slide {
  position: absolute;
  inset: 0;
}

.biz-media-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 9999px;
  background: rgb(15 23 42 / 68%);
  color: #fff;
  box-shadow: 0 6px 18px rgb(15 23 42 / 18%);
}

.biz-media-carousel-nav-prev {
  inset-inline-start: .65rem;
}

.biz-media-carousel-nav-next {
  inset-inline-end: .65rem;
}

.biz-media-carousel-dots {
  position: absolute;
  inset-inline-start: .8rem;
  bottom: .7rem;
  z-index: 3;
  display: flex;
  gap: .35rem;
}

.biz-media-carousel-dot {
  width: .45rem;
  height: .45rem;
  border-radius: 9999px;
  background: #fff;
  opacity: .45;
  box-shadow: 0 1px 4px rgb(15 23 42 / 20%);
}

.biz-media-carousel-dot.is-active {
  opacity: 1;
}

.biz-media-carousel-video-btn {
  inset-inline-end: .7rem;
  bottom: .65rem;
  z-index: 4;
  width: auto;
  height: auto;
  min-height: 2.65rem;
  gap: .45rem;
  padding: .55rem .8rem;
}

.biz-media-carousel-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.biz-media-modal-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.biz-media-modal-video {
  display: block;
  width: 100%;
  max-height: 75vh;
  background: #000;
  object-fit: contain;
}

.biz-media-modal-video-frame {
  aspect-ratio: 16 / 9;
}

.biz-media-modal-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.biz-sidebar-social-link {
  color: inherit;
  text-decoration: none;
}

.biz-comments-heading,
.biz-route-location {
  align-items: flex-start;
}

.biz-faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.biz-faq-chevron {
  flex: 0 0 auto;
}

.biz-route-location-icon {
  margin-top: .2rem;
}

.biz-route-address {
  margin: 0;
  font-style: normal;
}

.biz-utility-sidebar .biz-report-card {
  margin-top: 0;
}

@media (max-width: 639px) {
  .biz-shell {
    padding: 1rem .75rem 4.5rem;
  }

  .biz-breadcrumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    margin-bottom: .75rem;
    padding-bottom: .125rem;
  }

  .biz-breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .biz-breadcrumbs li {
    flex: 0 0 auto;
  }

  .biz-hero {
    border-radius: 1.35rem;
    padding: .875rem;
  }

  .biz-hero-layout {
    gap: 1.15rem;
  }

  .biz-hero-eyebrow {
    gap: .45rem;
  }

  .biz-hero-category-pill {
    letter-spacing: .12em;
    padding: .4rem .7rem;
  }

  .biz-hero-location-line {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .biz-title-row {
    margin-top: .6rem;
  }

  .biz-hero-title {
    font-size: 2rem;
    line-height: 1.05;
  }

  .biz-subtitle-row {
    align-items: flex-start;
    margin-top: .65rem;
  }

  .biz-proof-pill-inline {
    font-size: .78rem;
    padding: .4rem .65rem;
  }

  .biz-hero-text {
    margin-top: .8rem;
    line-height: 1.65rem;
  }

  .biz-hero-cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
    margin-top: 1.2rem;
  }

  .biz-hero-cta-row .biz-hero-cta:first-child {
    grid-column: 1 / -1;
  }

  .biz-hero-cta {
    min-height: 2.85rem;
    gap: .5rem;
    padding: .65rem .8rem;
  }

  .biz-hero-amenities {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .biz-hero-amenity-item {
    flex: 0 1 auto;
  }

  .biz-hero-media-card {
    width: 100%;
    max-width: 20rem !important;
  }

  .biz-hero-media-thumbs {
    gap: .375rem;
  }

  .biz-media-thumb-image {
    height: 3.75rem;
  }

  .biz-hero-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .biz-hero-contact-grid .biz-hero-fact-address,
  .biz-hero-contact-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .biz-hero-contact-grid div {
    padding: .6rem .65rem;
  }

  .biz-hero-contact-grid dt {
    letter-spacing: .1em;
  }

  .biz-hero-decision-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    overflow: visible;
    padding-bottom: 0;
  }

  .biz-hero-decision-card {
    width: 100%;
    min-width: 0;
    padding: 1rem;
  }

  .biz-middle-grid {
    gap: 1rem;
    margin-top: 1rem;
  }

  .biz-tabs-card {
    border-radius: 1.2rem;
  }

  .biz-tabs-list {
    padding: .45rem .55rem;
  }

  .biz-tab-button {
    min-height: 2.6rem;
    gap: .4rem;
    padding: .45rem .75rem;
  }

  .biz-tab-panels {
    padding: 1rem;
  }

  .biz-tab-title {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }

  .biz-map-shell {
    min-height: 15rem;
    border-radius: 1.25rem;
  }

  .biz-map-canvas {
    height: 15rem;
  }

  .biz-utility-sidebar {
    gap: .75rem;
  }

  .biz-sidebar-card,
  .biz-report-card {
    border-radius: 1.2rem;
    padding: .85rem;
  }

  .biz-sidebar-title {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .biz-payment-compact-list {
    flex-wrap: wrap;
    overflow: visible;
    margin-top: .65rem;
    padding-bottom: 0;
  }

  .biz-payment-compact-item {
    flex: 0 1 auto;
    min-height: 2.1rem;
    padding: .35rem .65rem;
  }

  .biz-report-card-kicker {
    font-size: .78rem;
  }

  .biz-report-card-title {
    margin-top: .45rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .biz-report-card-text {
    margin-top: .5rem;
    line-height: 1.5rem;
  }

  .biz-report-card-action {
    min-height: 2.75rem;
    margin-top: .85rem;
    padding: .6rem 1rem;
  }

  .biz-sidebar-related-list,
  .biz-sidebar-region-links {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    overflow: visible;
    padding-bottom: 0;
  }

  .biz-sidebar-related-link,
  .biz-sidebar-region-link {
    width: 100%;
    min-width: 0;
  }

  .biz-sidebar-link {
    width: 100%;
    margin-top: .75rem;
  }
}
