#location-finder {
  border: 2px solid #e0e0e0;
  padding: 25px;
  border-radius: 12px;
  max-width: 450px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

#location-finder h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #1a1a1a;
}

#location-finder h3 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

#location-finder h3 a:hover {
  color: #0052a3;
  text-decoration: underline;
}

#location-details {
  margin-top: 15px;
}

#location-details p {
  margin: 8px 0;
  color: #dad6d6;
  line-height: 1.5;
}

#location-phone a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 600;
}

#location-phone a:hover {
  text-decoration: underline;
}

#location-link {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #0066cc;
  color: white !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.2s;
}

#location-link:hover {
  background: #0052a3;
}

#location-error {
  margin-top: 10px;
  padding: 10px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
  color: #856404;
  font-size: 14px;
}

#location-reviews {
  margin: 15px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 6px;
}

#location-reviews iframe {
  max-width: 100%;
}

.loading {
  color: #666;
  font-style: italic;
}

.distance-badge {
  display: inline-block;
  background: #e3f2fd;
  color: #1976d2;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  margin-left: 8px;
  font-weight: 500;
}
