.heroplugin-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
}

.heroplugin-hero .heroplugin-canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.heroplugin-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none;
  font-family: "DM Mono", ui-monospace, monospace;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 0.9;
  color: #000;
}

.heroplugin-footer p {
  margin: 0;
}

.heroplugin-footer-right {
  text-align: right;
}

.heroplugin-footer-right .heroplugin-sponsored {
  font-size: 0.7em;
  opacity: 0.7;
  margin-top: 0.25rem;
}
