.wy-nav-content {
    max-width: 1600px !important;
}
h1,h2 {
  margin-top: 50px;
  margin-bottom: 10px !important;
}
h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px !important;
}
h4 {
  font-size: 17px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 10px !important;

}
h5 {
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 10px !important;

}
p {
  margin-top: 5px  !important;
}
* {
  margin-bottom: 0px  !important;
}

table td {
  min-width: 10px;
  max-width: 800px;
}
table td:last-child {
  width: 100%;
}

hr {
  margin-top: 50px;
  border: 1px solid black;
}

.twemoji {
  width: 20px;
  color: black;
}

.responsive-diagram-large {
    display: block;
    width: 75%;      /* Forces exact size on desktop */
    height: auto;    /* Retains SVG aspect ratio */
    margin: 0 auto;  /* Centers on page */
}

/* For smaller standard DAG flows */
.responsive-diagram {
    display: block;
    width: 45%;      /* The 45% you requested for desktop */
    height: auto;
    margin: 0 auto;
}

/* True Responsiveness: Automatically trigger when viewed on mobile screens (<768px) */
@media (max-width: 768px) {
    .responsive-diagram-large,
    .responsive-diagram {
        width: 100%;  /* Expand to fill mobile screen so text stays legible */
    }
}