.meeting-checklist {
  background: #eef5fa;
  border: 1px solid #c9dce9;
  border-left: 0.35rem solid #3975a8;
  border-radius: 4px;
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.1rem;
}

.rst-content .meeting-checklist > p:first-child {
  color: #214b70;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.rst-content .meeting-checklist ul {
  margin-bottom: 0;
}

.rst-content .meeting-checklist li {
  margin-bottom: 0.25rem;
}

.rst-content .meeting-checklist li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .meeting-checklist {
    padding: 0.85rem 0.9rem;
  }
}

@media print {
  .meeting-checklist {
    background: transparent;
    border: 1px solid #7f8f9f;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
