/* Current official Civil Protection daily map. The more-specific selector
   also wins over an older completion stylesheet still held by a browser. */
.fire-map-grid .fire-map-image-greece {
  --map-image: url('/assets/civil-protection-fire-risk-2026-08-29.jpg');
  background-color: #11171a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fire-desk-page .fire-risk-current-card[data-fire-forecast-valid-date] > a {
  display: grid;
  place-items: center;
  background: #f4f6f5;
}

.fire-desk-page .fire-risk-current-card[data-fire-forecast-valid-date] > a img {
  width: 100%;
  height: 100%;
  max-height: 720px;
  padding: 12px;
  object-fit: contain;
  object-position: center;
}
