.heightMark[data-astro-cid-delrof5j] {
  width: 100%;
  position: relative;
  color: var(--layoutLines-color-100);
}

.heightMark-inner[data-astro-cid-delrof5j] {
  position: absolute;
  width: calc(100% + var(--layout-space-200));
  border-bottom: var(--layoutLines-width-100) solid currentColor;
  display: flex;
  bottom: 0;
}

[data-astro-cid-delrof5j][data-mark-position="right"] .heightMark-inner[data-astro-cid-delrof5j] {
  left: 0;
  justify-content: flex-end;
}

[data-astro-cid-delrof5j][data-mark-position="left"] .heightMark-inner[data-astro-cid-delrof5j] {
  right: 0;
  justify-content: flex-start;
}
