.aov-network {
  --aov-gold: #b48a2c;
  --aov-gold-dark: #76570f;
  --aov-gold-soft: #f7f0de;
  --aov-ink: #171717;
  --aov-muted: #66645f;
  --aov-border: #e2dfd7;
  --aov-bg: #f8f7f3;
  --aov-open: #147a3e;
  --aov-open-bg: #eaf7ef;
  --aov-warn: #945700;
  --aov-warn-bg: #fff4d8;
  --aov-closed: #a52828;
  --aov-closed-bg: #fff0f0;
  color: var(--aov-ink);
  font: inherit;
  margin: 1.25rem 0;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.aov-network *,
.aov-network *::before,
.aov-network *::after { box-sizing: border-box; }
.aov-network__data { display: none !important; }
.aov-network h2,
.aov-network h3,
.aov-network h4,
.aov-network p { margin-top: 0; }
.aov-network h2 {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  line-height: 1.2;
  margin-bottom: .25rem;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.aov-network h3 {
  font-size: clamp(1.12rem, 2.5vw, 1.35rem);
  line-height: 1.25;
  margin-bottom: .3rem;
  overflow-wrap: anywhere;
}
.aov-network h4 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: .2rem;
  overflow-wrap: anywhere;
}
.aov-eyebrow {
  color: var(--aov-gold-dark);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .09em;
  margin-bottom: .25rem;
  text-transform: uppercase;
}

.aov-current-card,
.aov-network-listing {
  background: #fff;
  border: 1px solid var(--aov-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(24, 22, 16, .065);
  max-width: 100%;
  min-width: 0;
  padding: clamp(.9rem, 2.2vw, 1.25rem);
}

.aov-current-card {
  border-left: 4px solid var(--aov-closed);
  margin-bottom: .9rem;
}
.aov-current-card.aov-state-open { border-left-color: var(--aov-open); }
.aov-current-card.aov-state-closing_soon { border-left-color: var(--aov-warn); }
.aov-current-card.aov-state-not_yet_open { border-left-color: var(--aov-gold); }
.aov-current-card__heading,
.aov-location-card__top,
.aov-network-listing__heading {
  align-items: flex-start;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
  min-width: 0;
}
.aov-current-card__heading > div,
.aov-location-card__top > div,
.aov-network-listing__heading > div {
  max-width: 100%;
  min-width: 0;
}
.aov-current-message {
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.5;
  margin: .7rem 0 .3rem;
}
.aov-current-address {
  align-items: flex-start;
  color: var(--aov-muted);
  display: flex;
  font-size: .84rem;
  gap: .42rem;
  line-height: 1.4;
  margin: .55rem 0 0;
  max-width: 100%;
}
.aov-current-address .aov-icon { color: var(--aov-gold-dark); margin-top: .08rem; }
.aov-current-address span { min-width: 0; overflow-wrap: anywhere; }
.aov-regular-summary {
  color: var(--aov-muted);
  font-size: .84rem;
  line-height: 1.45;
  margin-bottom: .7rem;
}

.aov-status {
  align-items: center;
  background: var(--aov-closed-bg);
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--aov-closed);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .73rem;
  font-weight: 800;
  gap: .38rem;
  line-height: 1;
  padding: .45rem .58rem;
  white-space: nowrap;
}
.aov-status::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: .42rem;
  width: .42rem;
}
.aov-state-open .aov-status { background: var(--aov-open-bg); color: var(--aov-open); }
.aov-state-closing_soon .aov-status { background: var(--aov-warn-bg); color: var(--aov-warn); }
.aov-state-not_yet_open .aov-status { background: var(--aov-gold-soft); color: var(--aov-gold-dark); }

.aov-current-rating {
  margin: .65rem 0 .8rem;
  max-width: 100%;
  min-width: 0;
}
.aov-rating-pill {
  align-items: center;
  background: var(--aov-gold-soft);
  border: 1px solid #e6d5a5;
  border-radius: 999px;
  color: var(--aov-ink) !important;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: .82rem;
  gap: .28rem;
  line-height: 1.2;
  max-width: 100%;
  padding: .42rem .62rem;
  text-decoration: none !important;
}
.aov-rating-pill__star { color: #9b7000; font-size: 1rem; }
.aov-rating-pill__google {
  border-left: 1px solid #d8c58e;
  color: var(--aov-muted);
  font-size: .74rem;
  margin-left: .15rem;
  padding-left: .42rem;
}

.aov-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.aov-button {
  align-items: center;
  border: 1px solid var(--aov-ink);
  border-radius: 11px;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 120px;
  font: inherit;
  font-size: .84rem;
  font-weight: 750;
  gap: .46rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  min-width: 0;
  padding: .62rem .75rem;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease, transform .15s ease;
}
.aov-button span { min-width: 0; overflow-wrap: anywhere; }
.aov-button:hover {
  box-shadow: 0 5px 14px rgba(20, 20, 20, .12);
  transform: translateY(-1px);
}
.aov-button:focus-visible,
.aov-mini-action:focus-visible,
.aov-rating-pill:focus-visible,
.aov-hours-details summary:focus-visible {
  outline: 3px solid rgba(180, 138, 44, .48);
  outline-offset: 3px;
}
.aov-icon { flex: 0 0 auto; height: 1.05rem; width: 1.05rem; }
.aov-button--featured { flex-basis: 210px; }
.aov-button--primary {
  background: var(--aov-ink);
  border-color: var(--aov-ink);
  color: #fff !important;
}
.aov-button--secondary,
.aov-button--locate {
  background: #fff;
  color: var(--aov-ink) !important;
}
.aov-button--secondary:hover,
.aov-button--locate:hover {
  background: var(--aov-gold-soft);
  border-color: var(--aov-gold);
}
.aov-button--whatsapp {
  background: #137a43;
  border-color: #137a43;
  color: #fff !important;
}
.aov-button--whatsapp:hover { background: #0d6536; border-color: #0d6536; }
.aov-button--locate {
  background: var(--aov-gold-soft);
  border-color: #d5bd7b;
  flex: 0 1 auto;
  max-width: 100%;
  white-space: normal;
}
.aov-button--locate span { overflow-wrap: normal; white-space: normal; }
.aov-button--text {
  background: transparent;
  border-color: transparent;
  color: var(--aov-gold-dark) !important;
  flex: 0 1 auto;
  min-height: 40px;
  padding: .45rem .25rem;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}
.aov-button--text:hover { box-shadow: none; color: var(--aov-ink) !important; }

.aov-hours-details {
  border-top: 1px solid var(--aov-border);
  margin-top: .85rem;
  padding-top: .75rem;
}
.aov-hours-details summary {
  align-items: center;
  color: var(--aov-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 750;
  gap: .45rem;
  list-style: none;
}
.aov-hours-details summary::-webkit-details-marker { display: none; }
.aov-hours-details summary::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: .48rem;
  margin-top: -.2rem;
  transform: rotate(45deg);
  transition: transform .15s ease;
  width: .48rem;
}
.aov-hours-details[open] summary::after { margin-top: .2rem; transform: rotate(225deg); }
.aov-hours-details .aov-were-open,
.aov-hours-details .aov-hours-fallback {
  margin-top: .7rem;
  max-width: 100% !important;
  overflow-x: auto;
  width: 100% !important;
}
.aov-hours-details table { max-width: 100% !important; width: 100% !important; }

.aov-network-listing__heading { align-items: center; flex-wrap: wrap; }
.aov-network-listing__heading > div { flex: 1 1 280px; }
.aov-network-listing__heading p:not(.aov-eyebrow) {
  color: var(--aov-muted);
  font-size: .84rem;
  line-height: 1.45;
  margin-bottom: 0;
}
.aov-location-search {
  background: var(--aov-bg);
  border: 1px solid #ece9e1;
  border-radius: 12px;
  margin: .8rem 0 .9rem;
  padding: .72rem;
}
.aov-location-search--attention {
  border-color: #b48a2c;
  box-shadow: 0 0 0 3px rgba(180, 138, 44, .14);
}
.aov-location-search > label {
  display: block;
  font-size: .79rem;
  font-weight: 750;
  margin-bottom: .35rem;
}
.aov-location-search > div { display: flex; gap: .45rem; }
.aov-location-search input {
  background: #fff;
  border: 1px solid #aaa69d;
  border-radius: 9px;
  flex: 1;
  font: inherit;
  font-size: .87rem;
  min-height: 44px;
  min-width: 0;
  padding: .6rem .72rem;
}
.aov-location-search .aov-button { flex: 0 0 auto; }
.aov-search-feedback {
  color: var(--aov-muted);
  font-size: .78rem;
  margin: .4rem 0 0;
  min-height: 1.1em;
}
.aov-search-feedback[data-state="error"] { color: #7a2c20; }

.aov-locations {
  display: grid;
  gap: .7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.aov-location-card {
  border: 1px solid var(--aov-border);
  border-radius: 13px;
  border-top: 3px solid var(--aov-closed);
  min-width: 0;
  padding: .8rem;
}
.aov-location-card.aov-state-open { border-top-color: var(--aov-open); }
.aov-location-card.aov-state-closing_soon { border-top-color: var(--aov-warn); }
.aov-location-card.aov-state-not_yet_open { border-top-color: var(--aov-gold); }
.aov-location-card__top p {
  color: var(--aov-muted);
  font-size: .76rem;
  line-height: 1.35;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.aov-location-card__message {
  font-size: .83rem;
  line-height: 1.45;
  margin: .6rem 0;
}
.aov-location-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  gap: .35rem .75rem;
  margin-bottom: .6rem;
}
.aov-location-card__meta a { color: var(--aov-ink); font-weight: 700; }
.aov-location-card__meta a span { color: var(--aov-gold-dark); }
.aov-distance { color: var(--aov-muted); }
.aov-card-actions {
  border-top: 1px solid var(--aov-border);
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  padding-top: .6rem;
}
.aov-mini-action {
  align-items: center;
  background: #fff;
  border: 1px solid #d4d0c7;
  border-radius: 9px;
  color: var(--aov-ink) !important;
  display: inline-flex;
  flex: 1 1 72px;
  font-size: .75rem;
  font-weight: 750;
  gap: .34rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  min-width: 0;
  padding: .45rem .5rem;
  text-align: center;
  text-decoration: none !important;
}
.aov-mini-action span { min-width: 0; overflow-wrap: anywhere; }
.aov-mini-action:hover { background: var(--aov-gold-soft); border-color: var(--aov-gold); }
.aov-mini-action--primary {
  background: var(--aov-ink);
  border-color: var(--aov-ink);
  color: #fff !important;
  flex-basis: 100%;
}
.aov-network-reservation {
  border-top: 1px solid var(--aov-border);
  display: flex;
  justify-content: center;
  margin: .8rem 0 0;
  padding-top: .55rem;
}

@media (max-width: 720px) {
  .aov-network-listing__heading { align-items: stretch; flex-direction: column; }
  .aov-network-listing__heading .aov-button { width: 100%; }
  .aov-locations { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .aov-current-card__heading { align-items: flex-start; }
  .aov-location-search > div { display: grid; grid-template-columns: 1fr; }
  .aov-location-search .aov-button { width: 100%; }
  .aov-actions .aov-button--featured { flex-basis: 100%; }
  .aov-actions .aov-button--secondary { flex-basis: calc(50% - .25rem); }
  .aov-location-card__top { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .aov-network * { scroll-behavior: auto !important; transition: none !important; }
}
