/* ============================================================
   CUSTOM — Per-store micro-overrides for Samra Pizza
   This file is generated per restaurant. Override tokens or add
   store-specific rules here. Do NOT edit global.css, theme.css,
   or style.css directly for per-store changes.
   ============================================================ */

/* Delivery page location box: pin "Get Directions" / "Order Online" to the bottom-right corner */
.location-box__info {
  display: flex;
  flex-direction: column;
}

.location-box__info address {
  font-style: normal;
  line-height: 1.75;
}

.location-box__buttons {
  margin-top: auto;
  padding-top: 1.6rem;
  justify-content: flex-end;
}

/* Map + contact box: pin action buttons to the bottom-right corner */
.contact-details-box--corner-actions {
  display: flex;
  flex-direction: column;
}

.contact-details-box--corner-actions address {
  font-style: normal;
}

.contact-details-box--corner-actions .map-buttons {
  margin-top: auto;
  padding-top: 1.6rem;
  justify-content: flex-end;
}

/* Home FAQ: internal link lists (delivery areas, dishes) as compact columns */
.gs-faq-answer ul.gs-faq-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.5rem;
}

.gs-faq-answer ul.gs-faq-link-list--single {
  grid-template-columns: 1fr;
}

.gs-faq-answer.open:has(.gs-faq-link-list) {
  max-height: 1600px;
}

@media (max-width: 480px) {
  .gs-faq-answer ul.gs-faq-link-list {
    grid-template-columns: 1fr;
  }
}
