body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #bf271b;
  font-weight: 600;
}
a:visited {
  color: rgba(225, 57, 44, 0.5);
}

ul, li, h2 {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

div#dd_processes {
  margin: 1rem;
}
div#dd_processes ul.stack {
  display: flex;
  gap: 1rem;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth;
  padding: 0 1rem;
}
div#dd_processes ul.stack::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
div#dd_processes ul.stack::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
div#dd_processes ul.stack::-webkit-scrollbar-thumb {
  background: linear-gradient(165deg, #e1392c 0%, #e1392c 64%);
  border: none;
  border-radius: 12px;
}
div#dd_processes ul.stack::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #e1392c 0%, #e1392c 64%);
}
div#dd_processes ul.stack::-webkit-scrollbar-thumb:active {
  background: linear-gradient(90deg, #e1392c 0%, #e1392c 64%);
}
div#dd_processes ul.stack::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 12px;
}
div#dd_processes ul.stack::-webkit-scrollbar-corner {
  background: transparent;
}
div#dd_processes ul.stack > li {
  min-width: 400px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  div#dd_processes ul.stack > li {
    min-width: 100%;
  }
}
div#dd_processes ul.stack > li span.counter {
  position: absolute;
  top: 0;
  right: 0;
  background: #f3aa1e;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#dd_processes ul.stack ul.stack_children {
  display: grid;
  gap: 0.5rem;
}
div#dd_processes ul.stack ul.stack_children > li {
  background: #EFF5F5;
  padding: 1rem;
  border-radius: 1rem;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points {
  display: grid;
  gap: 0.75rem;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points h2 {
  font-size: 1.25rem;
  background: #e1392c;
  color: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points li {
  font-size: 1rem;
  list-style: circle;
  margin-left: 1rem;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points li.teams {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  padding-top: 0.5rem;
  font-size: 0.9rem;
  list-style: none;
  margin: 0;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points li.teams span {
  font-weight: 600;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points li.teams span.team_default {
  color: rgba(0, 0, 0, 0.6);
}
div#dd_processes ul.stack ul.stack_children ul.talking_points li.teams span.team_0 {
  color: #e1392c;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points li.teams span.team_1 {
  color: #f3aa1e;
}
div#dd_processes ul.stack ul.stack_children ul.talking_points li.teams span.team_2 {
  color: #000;
}

/*# sourceMappingURL=style.css.map */
