/* Diagram styles */
.diagram-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #03163D;
}

.diagram {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
