.sl-widget {
  max-width: 480px;
  font-family: inherit;
}

.sl-loading {
  padding: 16px;
  color: #666;
  font-style: italic;
}

.sl-store-card {
  display: flex;
  gap: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 16px;
  align-items: flex-start;
}

.sl-store-img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.sl-badge {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 6px;
}

.sl-store-info h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.sl-store-info p {
  margin: 2px 0;
  font-size: 14px;
  color: #444;
}

.sl-distance {
  font-weight: 600;
  color: #1a7a1a;
}

.sl-map-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.sl-manual .sl-zip-row {
  display: flex;
  gap: 8px;
  margin: 10px 0;
}

.sl-manual input[type="text"] {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.sl-manual button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.sl-store-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.sl-store-list li {
  padding: 10px 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
}

.sl-store-list li:hover {
  background: #f7f7f7;
}
