/* Theme2 Terms – AGB (dl-terms) */

.dl-terms {
  padding: 24px 0;
}

.dl-terms__inner {
  max-width: 720px;
  margin: 0 auto;
}

.dl-terms__title {
  margin-bottom: 20px;
}

.dl-terms__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dl-terms__section {
  margin-bottom: 28px;
}

.dl-terms__heading {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--dl-text);
}

.dl-terms__text {
  font-size: 0.95rem;
  color: var(--dl-text);
  line-height: 1.55;
  margin-bottom: 12px;
}

.dl-terms__text:last-child {
  margin-bottom: 0;
}

.dl-terms__list {
  margin: 12px 0 12px 20px;
  padding: 0;
  font-size: 0.95rem;
  color: var(--dl-text);
  line-height: 1.55;
}

.dl-terms__list li {
  margin-bottom: 6px;
}

.dl-terms__link {
  color: var(--dl-accent);
  text-decoration: underline;
}

.dl-terms__highlight {
  background: var(--dl-surface);
  border-radius: var(--dl-radius-md, 8px);
  padding: 14px 16px;
}

.dl-terms__footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--dl-input-border, #e5dacd);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dl-terms__footer .dl-btn {
  flex-shrink: 0;
}
