/* Terms page styling */

.terms-section {
  margin-bottom: 26px;
}

.terms-section h3 {
  margin-bottom: 10px;
}

.terms-section p {
  line-height: 1.55;
}

/* Lists */
.terms-list {
  margin: 10px 0 10px 20px;
  padding: 0;
}

.terms-list li {
  margin-bottom: 6px;
}

/* Callouts */
.terms-callout {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(168,85,247,0.45);
  background: rgba(168,85,247,0.12);
  margin-bottom: 12px;
}

.terms-warning {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(239,68,68,0.55);
  background: rgba(239,68,68,0.12);
  margin-bottom: 12px;
}
