.asl-branches-map-wrap {
  font-family: system-ui, "Segoe UI", Tahoma, Arial, sans-serif;
  max-width: 100%;
}

.asl-branches-map-root {
  width: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.asl-branches-map-wrap .asl-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  color: #1a1a1a;
}

.asl-branches-map-wrap .asl-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.asl-branches-map-wrap .asl-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.asl-branches-map-wrap .asl-dot--yes {
  background: #16a34a;
}

.asl-branches-map-wrap .asl-dot--no {
  background: #dc2626;
}

.asl-branches-map-wrap .asl-summary {
  font-size: 13px;
  color: #444;
  margin-inline-start: auto;
}

.leaflet-popup-content {
  font-size: 14px;
  line-height: 1.5;
  min-width: 200px;
}

.asl-popup-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.asl-popup-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.asl-popup-badge--yes {
  background: #dcfce7;
  color: #166534;
}

.asl-popup-badge--no {
  background: #fee2e2;
  color: #991b1b;
}

.asl-popup-meta {
  color: #555;
  font-size: 13px;
}

.asl-branches-table-section {
  margin-top: 20px;
}

.asl-branches-table-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: #1a1a1a;
}

.asl-branches-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
}

.asl-branches-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: right;
}

.asl-branches-table thead th {
  background: #f0f0f0;
  padding: 12px 14px;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

.asl-branches-table tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: top;
}

.asl-branches-table tbody tr:last-child td {
  border-bottom: none;
}

.asl-cell-delivery {
  font-weight: 600;
  white-space: nowrap;
}

.asl-cell-delivery--yes {
  color: #166534;
}

.asl-cell-delivery--no {
  color: #991b1b;
}

.asl-branches-map-wrap table th,
.asl-branches-map-wrap table td {
    color: #000;
}
