.lotto-locator-wrapper {
  margin-bottom: 10px;
}

.lotto-search-controls {
  margin-bottom: 54px;
}

.lotto-search-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.lotto-search-input-container {
  position: relative;
  flex: 1;
  min-width: 250px;
  max-width: 848px;
}

.lotto-search-input {
  width: 100%;
  padding: 16px 60px 16px 16px;
  font-size: 20px;
  height: 68px;
  border-radius: 16px !important;
  border: 2px solid #009 !important;
  background: var(
    --blue-linear,
    linear-gradient(180deg, #000052 0%, #0000b8 100%)
  ) !important;
  color: #fff;
  line-height: 36px;
  letter-spacing: -0.4px;
  box-sizing: border-box;
}

.lotto-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.lotto-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lotto-search-btn {
  padding: 8px 16px;
  background: #000099;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.lotto-search-btn:hover {
  background: #000077;
}

.lotto-location-btn {
  padding: 8px 16px;
  background: white;
  color: #000099;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  width: 220px;
}

.lotto-location-btn:hover {
  background: #e6b318;
}

.lotto-map-container {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.lotto-user-marker {
  width: 16px;
  height: 16px;
  background: #ff0000;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.lotto-info-title {
  color: #000014;
  font-size: 16px;
  font-family: "Anton";
}

.lotto-info-link-container {
  margin-top: 8px;
}

.lotto-info-link {
  color: #2563eb !important;
}

.lotto-info-link:hover {
  text-decoration: underline;
}

.lotto-nearest-info {
  margin-bottom: 8px;
  color: #000014;
  font-family: "Anton";
}

.lotto-distance-info {
  margin-bottom: 4px;
  color: #000014;
}

.lotto-help-text {
  font-size: 12px;
  color: #666;
}
