#zonneactiviteit-wrapper {
  max-width: 1000px;
  margin: 2rem auto 1rem auto;
  background-color: #e0f0ff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 122, 204, 0.3);
  font-family: 'Source Code Pro', monospace;
  color: #003366;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#zonneactiviteit-wrapper h1 {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  text-align: center;
  color: #007acc;
}

#zonneactiviteit-wrapper h2 {
  color: #007acc;
  text-align: center;
  width: 100%;
  margin-top: 0.2em;
}

.zonneactiviteit-cards {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.zonneactiviteit-card {
  flex: 1 1 180px;
  background-color: #ffffff;
  border: 1px solid #007acc;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  box-shadow: 0 0 6px rgba(0, 122, 204, 0.25);
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.zonneactiviteit-cards + .zonneactiviteit-cards {
  margin-top: 20px;
}

.zonneactiviteit-card:hover {
  box-shadow: 0 0 15px rgba(0, 122, 204, 0.6);
}

.zonneactiviteit-value {
  font-size: 2rem;
  font-weight: 700;
  color: #007acc;
}

.zonneactiviteit-label {
  font-size: 1rem;
  margin-top: 0.4rem;
  font-weight: 600;
  color: #004080;
}

.zonneactiviteit-label-line {
  border-top: 1px solid #ccc;
  margin: 4px 0;
}

.no-data {
  color: #cc0000;
  font-weight: bold;
  font-size: 1.1em;
}

#zonneactiviteit-subheader {
  text-align: center;
  margin-top: 1rem;
  font-family: 'Source Code Pro', monospace;
  color: #003366;
  width: 100%;
}

.zonneactiviteit-footer {
  margin-top: 2rem;
  text-align: center;
  font-family: 'Source Code Pro', monospace;
  font-size: 0.9rem;
  color: #004080;
  width: 100%;
}

.zonneactiviteit-graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  width: 100%;
}

.zonneactiviteit-graph {
  flex: 1 1 320px;
  max-width: 480px;
  background-color: #ffffff;
  border: 1px solid #007acc;
  border-radius: 6px;
  padding: 1rem;
  box-shadow: 0 0 6px rgba(0, 122, 204, 0.25);
  box-sizing: border-box;
  position: relative;
}

.zonneactiviteit-graph canvas {
  width: 100% !important;
  height: auto !important;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}

.zonneactiviteit-card {
    flex: 1 1 180px;
    background-color: #ffffff;
    border: 1px solid #007acc;
    border-radius: 6px;
    padding: 1rem 1.2rem;
    box-shadow: 0 0 6px rgba(0, 122, 204, 0.25);
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.zonneactiviteit-card:hover {
    box-shadow: 0 0 15px rgba(0, 122, 204, 0.6);
}

.zonneactiviteit-value {
    font-size: 2rem;
    font-weight: 700;
    color: #007acc;
}

.zonneactiviteit-label {
    font-size: 1rem;
    margin-top: 0.4rem;
    font-weight: 600;
    color: #004080;
}

.zonneactiviteit-spacer {
    margin-top: 10px;
}

#zonneactiviteit-footer {
    margin-top: 20px;
    font-size: 0.7rem;
}

.no-data {
    color: #cc0000;
    font-weight: bold;
    font-size: 1.1em;
}

.kp-chart-container {
    margin-top: 20px;
}

.sfi-chart-container {
  margin-top: 20px;
}

.sunspot-chart-container {
  margin-top: 20px;
}

.aurora-indicator {
  margin-top: 20px;
  flex: 1 1 120px;
  background-color: #ffffff;
  border: 1px solid #007acc;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  box-shadow: 0 0 6px rgba(0, 122, 204, 0.25);
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.aurora-indicator h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.aurora-status-text {
    font-size: 1.2em;
    font-weight: bold;
}

.aurora-status.yes {
    color: green;
}

.aurora-status.maybe {
    color: orange;
}

.aurora-status.low {
    color: #c28800;
}

.aurora-status.no {
    color: red;
}
