/* Political Districts Plugin - Global Styles */

* {
  box-sizing: border-box;
}

.lpo-map-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #333;
  line-height: 1.6;
}

.lpo-map-container h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.lpo-map-container h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.lpo-map-container h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.lpo-map-container p {
  margin: 0 0 10px 0;
}

.lpo-map-container button {
  font-family: inherit;
}

.loading {
  padding: 40px 20px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

.error {
  padding: 20px;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  margin: 20px 0;
}

/* Scrollbar styling for sidebar */
.candidate-sidebar::-webkit-scrollbar {
  width: 8px;
}

.candidate-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.candidate-sidebar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.candidate-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
