/* ===================================
   Blacklist Style
=================================== */

.blacklist-section {
  /* Box-Modell */
  margin: 2rem 0;
}

.blacklist-container h2 {
  /* Box-Modell */
  margin-bottom: 1rem;

  /* Typografie */
  color: #0b74da;
}

.blacklist-container p {
  /* Box-Modell */
  margin-bottom: 1rem;

  /* Typografie */
  color: #333;
  line-height: 1.6;
}

.blacklist-search {
  /* Box-Größe */
  width: 100%;

  /* Box-Modell */
  margin: 24px 0;
  padding: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0px;

  /* Typografie */
  font-size: 1rem;
}

.blacklist-search:hover {
  /* Typografie */
  color: inherit;
  text-shadow: none;

  /* Box-Modell */
  border-color: inherit;

  /* Optik */
  box-shadow: none !important;
  filter: none;
}

.blacklist-section summary {
  /* Layout */
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* Box-Größe */
  width: 100%;
}

.blacklist-section summary a {
  /* Box-Modell */
  padding: 6px 4px;
  border: 1px solid var(--color-secondary);
}

#blacklistContent {
  /* Box-Größe */
  max-height: 200px;

  /* Box-Modell */
  overflow-y: auto;
  overflow-x: hidden;
}

#blacklistContent li {
  /* Optik */
  list-style: none;
}

.blacklist-content {
  /* Box-Größe */
  max-height: 300px;

  /* Box-Modell */
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow-y: auto;

  /* Typografie */
  font-family: monospace;
  font-size: 1rem;
  white-space: pre-wrap;

  /* Optik */
  background: #f9fafb;
}

details[open] summary a {
  /* Interaktion */
  pointer-events: auto;
}

details[open] summary {
  /* Interaktion */
  pointer-events: none;
}
