/* Transparent artwork uses the original canvas; this viewport trims the surrounding space. */
.chrona-logo {
  position: relative;
  display: block;
  flex: none;
  width: var(--chrona-logo-width, 160px);
  aspect-ratio: 1164 / 266;
  overflow: hidden;
  line-height: 0;
}
.chrona-logo > img {
  position: absolute;
  display: block;
  width: 131.958763%;
  height: auto;
  max-width: none;
  max-height: none;
  left: -12.714777%;
  top: -131.578947%;
}
