/* Tempe Sadari Astro runtime polish — uses existing WordPress/Elementor containers. */
.tssl-outlet-listing,
.tssl-lite-tools,
#tssl-result-count,
.tssl-result-count,
.tssl-empty-state {
  display: none !important;
}

#tssl-consumer-map {
  min-height: 420px;
  background: #edf7e8;
}

.tssl-map-container {
  min-height: 420px;
}

.astro-map-fallback {
  height: 100%;
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #4B5563;
  background: linear-gradient(135deg, #EDF7E8, #DCEFD5);
  border-radius: inherit;
}

.astro-brown-pin {
  background: transparent;
  border: 0;
}

.astro-brown-pin__dot {
  width: 26px;
  height: 26px;
  background: #8B5A2B;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 3px 10px rgba(0,0,0,.28);
}

.astro-brown-pin__dot::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 6px;
  top: 6px;
}

.astro-popup {
  width: 220px;
}

.astro-popup-img {
  width: 220px;
  height: 124px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #f7e9de;
}

.astro-popup-title {
  font-weight: 800;
  margin-bottom: 4px;
  color: #1C1C1C;
}

.astro-popup-address {
  font-size: 13px;
  color: #4B5563;
  margin-bottom: 10px;
  line-height: 1.45;
}

.astro-popup-link {
  display: inline-block;
  background: #8B5A2B;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
}

.elementor-widget-reviews .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  transform: none !important;
}

.elementor-widget-reviews .swiper-slide {
  width: auto !important;
  margin-right: 0 !important;
}

.elementor-widget-reviews .swiper-pagination {
  display: none !important;
}

@media (max-width: 1024px) {
  .elementor-widget-reviews .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-reviews .elementor-main-swiper {
    overflow: hidden !important;
  }

  .elementor-widget-reviews .swiper-wrapper {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    transform: none !important;
    scrollbar-width: none;
  }

  .elementor-widget-reviews .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .elementor-widget-reviews .swiper-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-right: 10px !important;
    scroll-snap-align: start !important;
  }

  .elementor-widget-reviews .swiper-pagination {
    display: block !important;
    position: relative !important;
    margin-top: 14px !important;
  }
}

.elementor-accordion .elementor-tab-content {
  display: none;
}

.elementor-accordion .elementor-tab-title.elementor-active + .elementor-tab-content {
  display: block;
}

.elementor-accordion .elementor-tab-title {
  cursor: pointer;
}
