.section h1 {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.section-legal {
  padding-bottom: 36px;
}

.impressum-card p {
  margin: 0 0 8px;
}

.impressum-card p:last-child {
  margin-bottom: 0;
}

.impressum-label {
  margin: 18px 0 6px;
}

.impressum-label:first-child {
  margin-top: 0;
}

.storage-settings-card {
  margin: 20px 0;
  padding: 16px;
  background: var(--white);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.storage-settings-toggle {
  width: 100%;
  text-align: left;
  font-weight: 700;
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 0 8px;
  cursor: pointer;
}

.storage-settings-details[hidden] {
  display: none;
}

.storage-settings-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.storage-settings-button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.storage-settings-save {
  background-color: #007bff;
}

.storage-settings-reset {
  background-color: #6c757d;
}
