.ebay-rotator {
  position: relative;
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 420px;
  margin: clamp(42px, 6vw, 72px) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background-color: rgba(4, 17, 34, 0.24);
  background-image: var(--ebay-ad-image);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  color: #ffffff;
}

.ebay-rotator-content {
  position: relative;
  z-index: 1;
  width: min(630px, 58%);
  padding: clamp(30px, 5vw, 64px);
}

.ebay-rotator h2 {
  max-width: 610px;
  margin: 6px 0 16px;
  color: #ffffff;
  font-size: clamp(2.15rem, 4vw, 3.9rem);
  line-height: 1;
}

.ebay-rotator-description {
  max-width: 570px;
  margin-bottom: 0;
  color: #e4edf7;
  font-size: 1.06rem;
  line-height: 1.55;
}

.ebay-rotator-cta {
  min-height: 48px;
  margin-top: 22px;
}

.ebay-rotator-disclosure {
  max-width: 560px;
  margin: 14px 0 0;
  color: #c9d6e5;
  font-size: 0.79rem;
  line-height: 1.45;
}

.ebay-rotator--newsroom,
.ebay-rotator--article {
  width: min(1120px, calc(100% - 36px));
  min-height: 350px;
  margin-block: 34px 64px;
}

.ebay-rotator--newsroom h2,
.ebay-rotator--article h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.25rem);
}

.ebay-rotator--banner {
  width: 100%;
  min-height: 0;
  margin: 30px 0;
  border-radius: 8px;
  background-position: center right;
}

.ebay-rotator--banner::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 16, 31, 0.96), rgba(5, 16, 31, 0.84) 54%, rgba(5, 16, 31, 0.3));
  content: '';
}

.ebay-rotator--banner .ebay-rotator-content {
  width: 100%;
  padding: 18px;
}

.ebay-rotator--banner h2 {
  max-width: 520px;
  margin: 4px 0 8px;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  line-height: 1.08;
}

.ebay-rotator--banner .ebay-rotator-description {
  max-width: 520px;
  font-size: 0.92rem;
  line-height: 1.42;
}

.ebay-rotator--banner .ebay-rotator-cta {
  min-height: 40px;
  margin-top: 14px;
  padding: 9px 14px;
}

.ebay-rotator--banner .ebay-rotator-disclosure {
  max-width: 520px;
  margin-top: 10px;
  font-size: 0.72rem;
}

@media (max-width: 760px) {
  .ebay-rotator,
  .ebay-rotator--newsroom,
  .ebay-rotator--article {
    width: min(100% - 24px, 1180px);
    min-height: 550px;
    align-items: end;
    background-position: 66% center;
  }

  .ebay-rotator::before {
    position: absolute;
    inset: 0;
    background: rgba(4, 17, 34, 0.64);
    content: '';
  }

  .ebay-rotator-content {
    width: 100%;
    padding: 28px 22px;
  }

  .ebay-rotator h2,
  .ebay-rotator--newsroom h2,
  .ebay-rotator--article h2 {
    font-size: 2.35rem;
  }

  .ebay-rotator-cta {
    width: 100%;
  }

  .ebay-rotator--banner {
    min-height: 0;
    margin: 26px 0;
    align-items: center;
    background-position: center;
  }

  .ebay-rotator--banner::before {
    background: rgba(5, 16, 31, 0.78);
  }

  .ebay-rotator--banner .ebay-rotator-content {
    padding: 18px;
  }

  .ebay-rotator--banner h2 {
    font-size: 1.35rem;
  }
}
