/* ===================================
   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;
  align-items: center;

  /* Box-Größe */
  width: 100%;
}

.blacklist-section summary a {
  /* Box-Modell */
  padding: 6px 4px;
  border: 1px solid var(--color-secondary);
  margin-left: 20px;
}