:root {
  --spacing: 4px;
}

#tw-app, #tw-app * {
  padding: revert-layer;
  margin: revert-layer;
}

#tw-app p {
  font-size: 16px;
  font-weight: 300;
}

.container {
  max-width: 100%;
}

.session-topics ul {
  list-style: none;
}

.session-topics ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/assets/img/bullet-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 16px;
  margin-top: 5px;
}

.session-topics ul li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px !important;
}