.adflyer-container {
  position: fixed;
  left: 0;
  z-index: 9999;
  overflow: visible;
  pointer-events: none;
}
.adflyer-container.is-hidden {
  display: none;
}
.adflyer-container.zone-top {
  top: 90px;
}
.adflyer-container.zone-middle {
  top: 45vh;
}
.adflyer-container.zone-bottom {
  bottom: 90px;
  top: auto;
}

.plane-banner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: visible;
}
.plane-icon {
  width: 180px;
  height: auto;
  margin-right: 10px;
  z-index: 2;
}
.connector {
  width: 60px;
  height: 4px;
  background: repeating-linear-gradient(90deg, #333, #333 6px, transparent 6px, transparent 12px);
  margin-right: 10px;
}
.banner-text {
  background: linear-gradient(90deg, #ffc0cb, #add8e6);
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 0 18px rgba(0,0,0,0.4);
  z-index: 1;
}
.banner-image {
  max-height: 260px;
  max-width: min(60vw, 520px);
  width: auto;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0,0,0,0.4);
}

@keyframes fly-across-rtl {
  0% { transform: translateX(100vw); }
  100% { transform: translateX(-140vw); }
}
