/**
 * CN External links – Modal (logische Keys; Klassen via drupalSettings + Map).
 *
 * @version 2026.04.15 Europe/Berlin
 */

/* Zweite Klasse am Overlay (drupalSettings.overlayJs); Map-Key js.cn.external.links */
.js-cns-6fb3ba3 {
  pointer-events: auto;
}

.cns-0f7c5ba {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  box-sizing: border-box;
}

.cns-bd86cfb {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}

.cns-cf6d4aa {
  margin: 0;
  padding: 1.25rem 1.5rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.cns-e097ab6 {
  padding: 0.75rem 1.5rem 1rem;
  color: #444;
  line-height: 1.5;
}

.cns-e097ab6 p:first-child {
  margin-top: 0;
}

.cns-e097ab6 p:last-child {
  margin-bottom: 0;
}

.cns-f20fc15 {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.cns-ba936b6 {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #333;
}

.cns-ba936b6:hover {
  background: #eee;
  border-color: #999;
}

.cns-312ab85 {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #1a5cad;
  background: #1a5cad;
  color: #fff;
}

.cns-312ab85:hover {
  background: #0d47a1;
  border-color: #0d47a1;
  color: #fff;
}
