.lla-frontend {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.lla-frontend .lla-acc-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lla-frontend .lla-acc-item:last-child {
  border-bottom: 0;
}

.lla-frontend .lla-acc-toggle {
  width: 100%;
  text-align: left;
  background: #f7f7f7;
  border: 0;
  padding: 14px 16px 14px 44px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}

.lla-frontend .lla-acc-toggle::before {
  content: "+";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #fff;
  line-height: 1;
  font-weight: 800;
}

.lla-frontend .lla-acc-item.is-open > .lla-acc-toggle::before {
  content: "−";
}

.lla-frontend .lla-acc-item.is-open .lla-acc-toggle {
  background: #fff;
}

.lla-frontend .lla-acc-panel {
  padding: 0px 16px;
  background: #fff;
}

.lla-frontend .lla-location-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lla-frontend .lla-location-row {
  padding: 15px;
  border: 1px solid #eaeaea;
  background: #ececec;
  border-radius: 10px;
  margin-bottom: 15px;
}

.lla-frontend .lla-location-row:last-child {
  border-bottom: 0;
}

.lla-frontend .lla-location-title {
  font-weight: 600;
  display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}

.lla-frontend .lla-location-link {
  display: block;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}

.lla-frontend .lla-location-link:hover {
  text-decoration: underline;
}

.lla-frontend .lla-view-btn {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  background: #222222;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-family: "Chau Philomene One", Sans-serif;
}



.lla-empty {
  padding: 12px 16px;
  text-align: center;
}

.lla-region-top {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.lla-label {
  font-weight: 700;
}

.lla-country-select {
  min-width: 220px;
}

/* Homepage layout: Region cards in 3-column grid */
.lla-home {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .lla-home {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .lla-home {
    gap: 14px;
  }
}

.lla-home > .lla-acc-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  flex: 1 1 calc((100% - 36px) / 3);
  max-width: calc((100% - 36px) / 3);
}

@media (max-width: 1024px) {
  .lla-home > .lla-acc-item {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 640px) {
  .lla-home > .lla-acc-item {
    flex-basis: 100%;
    max-width: 100%;
  }

}

.lla-home > .lla-acc-item > .lla-acc-toggle {
  background: #fff;
  padding: 18px 16px 18px 48px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.lla-home > .lla-acc-item > .lla-acc-toggle::before {
  left: 16px;
}

.lla-home > .lla-acc-item > .lla-acc-panel {
  padding: 0;
}

/* .lla-home .lla-acc-panel [data-lla-accordion="single"] > .lla-acc-item > .lla-acc-toggle {
  background: #f7f7f7;
} */

/* Overview counters bar */
.lla-overview {
  margin: 0 0 18px;
}

.lla-overview-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  font-family: "Raleway", Sans-serif;
  color: #000;
}

.lla-overview-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
}

.lla-overview-item {
  width: 170px;
  padding: 10px 12px;
  text-align: center;
}

.lla-overview-num {
  font-size: 59px;
  font-weight: 600;
  font-family: "Chau Philomene One", Sans-serif;
  line-height: 1;
}

.lla-overview-label {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 0.85;
}

.lla-overview-total .lla-overview-num {
  color: #b11f1a;
}

@media (max-width: 640px) {
  .lla-overview-item {
    width: 47%;
    padding: 10px 12px;
    text-align: center;
}
}

/* Status cards (Open / Closed / Coming Soon) */
.lla-status-cards {
  display: flex;
  gap: 18px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lla-status-card {
  flex: 1 1 240px;
  min-width: 220px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 22px 18px 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.lla-status-num {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Chau Philomene One", Sans-serif;
  margin-bottom: 6px;
}

.lla-status-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.lla-status-sub {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.lla-status-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
}

.lla-status-card--open .lla-status-num {
  color: #2d6a4f;
}

.lla-status-card--coming .lla-status-num {
  color: #d97706;
}

.lla-status-card--closed .lla-status-num {
  color: #111827;
}

@media (max-width: 768px) {
  .lla-status-cards {
    gap: 14px;
  }
}