/*
 * ============================================================================
 * external-link-modal.source.css
 * ============================================================================
 *
 * Beschreibung: CSS-Styling für cns_external_links.
 * Version: V.1.1.0.20260520
 * Autor: ChatGPT Assistant für WDSB / SaarlandToday
 * Datum: 2026-05-20 09:10
 *
 * ============================================================================
 */

/**
 * 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-6ffc6cb {
  pointer-events: auto;
}

.cns-7e401d7 {
  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-bde9e07 {
  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-e8c95a6 {
  margin: 0;
  padding: 1.25rem 1.5rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

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

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

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

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

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

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

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

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