.code {
  display: inline-flex;
  align-items: center;
  background: #232828;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 2px 0;
  color: #e0e0e0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
  transition: background 0.2s;
}

.code:hover {
  background: #313838;
}

.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  margin-left: 8px;
  outline: none;
}

.copy-btn .copy-icon {
  stroke: #b0b7b7;
  transition: opacity 0.2s;
}

.copy-btn .check-icon {
  stroke: #2ecc40;
  transition: opacity 0.2s;
}

.copy-btn:active .copy-icon {
  opacity: 0.7;
}

.dns-section {
  background: #232828;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.18);
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  /* linke Rahmenlinie entfernt */
  border-left: none;
  max-width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #e7e7e7;
}

.dns-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.2em;
  letter-spacing: 0.02em;
}

.dns-badge {
  background: #0071ff;
  color: #222;
  border-radius: 6px;
  font-size: 0.85em;
  padding: 0.2em 0.7em;
  margin-left: 0.5em;
  vertical-align: middle;
  font-weight: 600;
}

.dns-desc {
  font-size: 1em;
  color: #b1c3c3;
  margin-bottom: 1.1em;
}

.dns-group {
  margin-bottom: 1.2em;
}

.dns-group-title {
  font-size: 1.08em;
  color: #0071ff;
  font-weight: 600;
  margin-bottom: 0.4em;
  margin-top: 0.7em;
  letter-spacing: 0.01em;
}

.dns-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dns-row {
  display: flex;
  align-items: center;
  background: #222525;
  margin-bottom: 0.5em;
  border-radius: 8px;
  padding: 0.45em 0.9em;
  font-size: 1.04em;
  transition: background 0.2s;
}

.dns-row:hover {
  background: #2b3535;
}

.dns-label {
  flex: 0 0 70px;
  color: #0071ff;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-right: 1em;
}

.dns-value.code {
  font-family: 'Fira Mono', 'Consolas', monospace;
  background: #1c2222;
  color: #e7e7e7;
  border-radius: 5px;
  padding: 0.15em 0.5em;
  font-size: 0.98em;
  word-break: break-all;
}

.dns-value a {
  color: #0071ff;
  text-decoration: underline dotted;
}

.dns-feature-list {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.dns-feature {
  display: flex;
  align-items: flex-start;
  background: #222525;
  border-radius: 8px;
  margin-bottom: 0.5em;
  padding: 0.5em 0.9em;
  font-size: 1.04em;
  color: #e7e7e7;
}

.dns-feature-icon {
  font-size: 1.25em;
  margin-right: 0.7em;
  flex-shrink: 0;
  color: #0071ff;
}

.dns-inner-list {
  list-style: disc inside;
  margin: 0.3em 0 0.3em 1.2em;
  padding: 0;
  color: #e7e7e7;
  font-size: 0.97em;
}
