.alert-section {
  border-radius: 8px;
  border: 1px solid #f15f22;
  background: rgba(255, 236, 226, 0.3);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  margin-bottom: 20px;
  color: #333;
}
.alert-section ol,
.alert-section ul {
  padding-inline-start: 16px;
  margin-top: 16px;
}
.alert-section p {
  margin: unset !important;
}
.alert-section h3 {
  margin: unset !important;
  margin-bottom: 10px;
}
.alert-section.abstract {
  border-color: #6b7280;
  background-color: #f4f6fa;
}
.alert-section.info {
  border-color: #0a66c2;
  background-color: #e6f0fa;
}
.alert-section.tip {
  border-color: #047857;
  background-color: #e9f8f1;
}
.alert-section.success {
  border-color: #16a34a;
  background-color: #edf9f0;
}
.alert-section.question {
  border-color: #3b82f6;
  background-color: #f0f4ff;
}
.alert-section.example {
  border-color: #9ca3af;
  background-color: #f9fafb;
}
.alert-section.warning {
  border-color: #f59e0b;
  background-color: #fff8e1;
}
.alert-section.danger {
  border-color: #d93025;
  background-color: #fdecea;
}
.alert-section ul {
  padding-left: 20px;
  margin-bottom: 10px;
}/*# sourceMappingURL=alert.css.map */