/* orange-bots 第二十二屏：机器人 WebP + 文案，仅 [data-slide-id="orange-bots"] */

.deck-slide[data-slide-id="orange-bots"] .deck-head {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.deck-slide[data-slide-id="orange-bots"] .deck-slide__layer .deck-body {
  pointer-events: none !important;
}

.deck-slide[data-slide-id="orange-bots"] .deck-slide__media {
  pointer-events: none;
}

.deck-media-layout--orange-bots-stack {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: calc(var(--deck-h, 1611px) + var(--deck-overlap-ext, 160px));
  right: auto;
  bottom: auto;
  pointer-events: none;
  overflow: visible;
}

/* 1628×991.08 在 1920×1611 底图内水平垂直居中 */
.deck-slide[data-slide-id="orange-bots"] .ob__robot {
  position: absolute;
  left: calc((1920px - 1628px) / 2);
  top: calc((var(--deck-h, 1611px) - 991.08px) / 2);
  width: 1628px;
  height: 991.08px;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: scale-down;
  object-position: center center;
  pointer-events: none;
  z-index: 1;
}

.deck-slide[data-slide-id="orange-bots"] .deck-media-layout--orange-bots-stack img.lazy-media {
  max-width: none;
  max-height: none;
  object-position: center center;
}

.ob-copy {
  position: relative;
  width: 100%;
  min-height: var(--deck-h, 1611px);
  height: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.deck-slide__layer .ob-copy {
  pointer-events: none;
}

.deck-slide[data-slide-id="orange-bots"] .ob__title {
  position: absolute;
  left: 175px;
  top: 131px;
  width: 330px;
  height: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-title);
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}

.deck-slide[data-slide-id="orange-bots"] .ob__body {
  position: absolute;
  left: 175px;
  top: 180px;
  width: 250px;
  height: 31px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 2px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
