#greece-main {
  max-width: 1180px;
  margin: auto;
  padding: 0 14px 32px;
}
.greece-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px auto;
}
.greece-controls select,
.greece-controls button {
  min-height: 44px;
  font: inherit;
  padding: 10px 16px;
}
#greece-map {
  height: clamp(350px, 48vw, 510px);
  border-radius: 14px;
  border: 1px solid #6b8ca5;
  z-index: 0;
  color: #152d40;
}
#greece-map img {
  margin: 0;
  max-width: none;
  border-radius: 0;
}
#greece-map .leaflet-control a {
  color: #164466;
}
#greece-map .leaflet-control-attribution {
  text-align: left;
  font-size: 12px;
}
#greece-map.leaflet-container:focus-visible {
  outline: 3px solid #1672ab;
  outline-offset: 3px;
}
#greece-map .xionia-location-icon {
  background: none;
  border: 0;
  pointer-events: none;
}
#greece-map .xionia-location-icon svg {
  display: block;
  width: 36px;
  height: 48px;
  filter: drop-shadow(0 2px 3px #102b4470);
}
#greece-map .xionia-location-label {
  background: #ffffff;
  color: #152d40;
  border: 1px solid #bccfda;
  border-radius: 8px;
  padding: 7px 10px;
  text-align: center;
  box-shadow: 0 2px 8px #102b4426;
  pointer-events: none;
}
#greece-map .xionia-location-label strong,
#greece-map .xionia-location-label span {
  display: block;
}
#greece-map .xionia-location-label strong {
  font-size: 14px;
}
#greece-map .xionia-location-label span {
  font-size: 11px;
}
.greece-city-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
  margin: 16px auto;
}
.greece-city-links a {
  display: block;
  padding: 9px 8px;
  border: 1px solid #698ba34d;
  border-radius: 8px;
  text-decoration: none;
}
.greece-city-links a:hover,
.greece-city-links a:focus-visible {
  text-decoration: underline;
  border-color: #1672ab;
}
.greece-map-tools {
  margin-bottom: 8px;
}
.greece-map-legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.greece-map-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #1672ab;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #698ba3;
}
.greece-map-selected {
  background: #e99123;
}
.greece-map-help {
  max-width: 850px;
  margin: 8px auto 20px;
  font-size: 14px;
  line-height: 1.6;
}
#city-meta {
  min-height: 1.5em;
  overflow-wrap: anywhere;
}
#greece-status {
  min-height: 3em;
}
.greece-table-scroll {
  overflow-x: auto;
  max-width: 100%;
}
.greece-table-scroll table {
  width: 100%;
  min-width: 870px;
  border-collapse: collapse;
}
.greece-table-scroll th,
.greece-table-scroll td {
  padding: 12px 8px;
  border-bottom: 1px solid #698ba34d;
  text-align: center;
  font-size: 15px;
}
.greece-table-scroll th {
  font-weight: 650;
}
#forecast-output[hidden] {
  display: none;
}
#temperature-chart svg {
  display: block;
  width: 100%;
  height: auto;
  min-width: 580px;
}
.greece-chart-scroll {
  overflow-x: auto;
}
.greece-chart-key {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.greece-high {
  color: #e67e22;
}
.greece-low {
  color: #399edd;
}
.greece-method {
  max-width: 950px;
  margin: 24px auto;
}
.greece-method p {
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 600px) {
  #greece-main {
    padding: 0 8px 24px;
  }
  .greece-controls {
    flex-direction: column;
  }
  .greece-controls select {
    width: 100%;
  }
}
