.moto-header {
  position: relative;
  margin: -15px;
}

#moto-header-slider {}

#moto-header-slider .moto-header-slider-inner {}

#moto-header-slider .moto-header-slider-inner > picture, #moto-header-slider .moto-header-slider-inner > picture * {
  width: 100%;
  height: auto;
  cursor: pointer;
}

#moto-header-slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  z-index: 10;
  pointer-events: none;
}

#moto-header-slider-controls > * {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 5em;
  pointer-events: auto;
}

#moto-header-slider-controls > *:hover {
  color: #fff;
}

/* Optional play button – hidden */
#moto-header-slider-play {
  display: none;
}

.moto-contest-info {
  border: 1px solid #000;
  padding: 5px 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin: 0 15px 0;
  border-radius: 30px;
  background-color: #fff;
  width: fit-content
}

.moto-contest-info .info-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.moto-contest-info a {
  color: inherit;
  text-decoration: none;
}

.moto-contest-info a:hover {
  text-decoration: underline;
  color: black;
}
