.gradient-primary {
  background: linear-gradient(180deg, rgb(173, 220, 237) 0%, rgb(191, 229, 242) 25%);
  background-blend-mode: multiply;
}

.gradient-secondary {
  background: linear-gradient(180deg, rgb(255, 119, 107) 0%, rgb(255, 140, 128) 25%);
  background-blend-mode: multiply;
}

.block--table-of-contents .table-of-contents ul {
  padding-inline-start: 32px;
}

.block--table-of-contents .table-of-contents ul li a {
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
}

.block--table-of-contents .table-of-contents ul li a:hover, .block--table-of-contents .table-of-contents ul li a:focus {
  text-decoration: underline;
}

.editor-styles-wrapper .block--table-of-contents .editor-preview-message {
  margin-top: 0.5rem;
  padding: 0.75rem;
  background-color: #f8f9fa;
  border: 1px dashed #dee2e6;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.editor-styles-wrapper .block--table-of-contents .editor-preview-message p {
  margin: 0;
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
}
