.psinv-map {
  border-radius: 12px;
  overflow: hidden;
  background: #e6e6e6;
}
.psinv-map .leaflet-container { font: inherit; }
.psinv-map-meta { margin-top: 6px; opacity: .85; font-size: 13px; }
.psinv-map-cat { margin-top: 6px; opacity: .75; font-size: 12px; }

/* "Details anzeigen"-Button im Popup */
.psinv-map-details-btn {
  margin-top: 10px;
  padding: 6px 14px;
  background: #2c5f8b;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.psinv-map-details-btn:hover { background: #1f4a6e; }

/* Klimaprofile-Modal */
.psinv-orte-modal {
  position: fixed; inset: 0; z-index: 99999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.psinv-orte-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, .55);
}
.psinv-orte-modal__panel {
  position: absolute; top: 5vh; left: 50%; transform: translateX(-50%);
  width: min(720px, 92vw); max-height: 90vh;
  background: #fff; border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  overflow-y: auto;
  padding: 24px 30px 30px;
}
.psinv-orte-modal__close {
  position: absolute; top: 10px; right: 14px;
  background: transparent; border: 0;
  font-size: 28px; color: #444; cursor: pointer; line-height: 1;
}
.psinv-orte-modal__panel h2 {
  margin: 0 30px 6px 0; font-size: 22px; color: #1a2a3a;
}
.psinv-orte-modal__meta { color: #666; font-size: 14px; margin-bottom: 12px; }
.psinv-orte-modal__desc { font-size: 15px; line-height: 1.55; color: #2a3a4a; }
.psinv-orte-modal__desc p { margin: 0 0 10px; }
.psinv-orte-modal__section {
  margin-top: 18px; padding-top: 14px; border-top: 1px solid #e8e8e8;
}
.psinv-orte-modal__section h3 {
  margin: 0 0 8px; font-size: 15px; color: #2c5f8b; text-transform: uppercase; letter-spacing: .5px;
}
.psinv-orte-modal__section ul {
  margin: 0; padding-left: 18px; font-size: 14px; line-height: 1.5;
}
.psinv-orte-modal__dl {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 14px;
  margin: 0; font-size: 14px;
}
.psinv-orte-modal__dl dt { font-weight: 600; color: #555; }
.psinv-orte-modal__dl dd { margin: 0; }
.psinv-orte-modal__footer {
  margin-top: 18px; font-size: 11px; color: #888; text-align: right;
}
.psinv-orte-modal__loading, .psinv-orte-modal__empty, .psinv-orte-modal__error {
  padding: 40px 20px; text-align: center; color: #666;
}
.psinv-orte-modal__error { color: #c33; }

/* [psinv_orte_card] Shortcode — Server-side rendered Card
   2026-05-25: rahmenlos, Trennlinie #d9a441 nach jeder Card (per ::after-Pseudo) */
.psinv-orte-card {
  max-width: 760px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2a3a4a;
}
.psinv-orte-card::after {
  content: "";
  display: block;
  border-top: 1px solid #d9a441;
  margin-top: 18px;
}
.psinv-orte-card:last-of-type::after { display: none; }

.psinv-orte-card header h2 { margin: 0 0 4px; font-size: 22px; color: #1a2a3a; }
.psinv-orte-card__meta { color: #777; font-size: 14px; margin-bottom: 14px; }
.psinv-orte-card__desc { font-size: 15px; line-height: 1.6; margin: 12px 0; }
.psinv-orte-card__section {
  margin: 0; padding: 0; border: 0;
}
.psinv-orte-card__section h3 {
  margin: 0 0 8px; font-size: 14px; color: #2c5f8b;
  text-transform: uppercase; letter-spacing: .6px;
}
.psinv-orte-card__section ul { margin: 0; padding-left: 18px; font-size: 14px; line-height: 1.5; }
.psinv-orte-card__dl {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 14px;
  font-size: 14px; margin: 0;
}
.psinv-orte-card__dl dt { font-weight: 600; color: #555; }
.psinv-orte-card__dl dd { margin: 0; }
.psinv-orte-card--error { color: #c33; padding: 18px; }
