/* expo-booth 第六屏：白底圆角卡 + 文案 + 展厅 WebM，仅 [data-slide-id="expo-booth"] */

.deck-slide[data-slide-id="expo-booth"] .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="expo-booth"].deck-slide--theme-white-card {
  background: #ffffff;
}

.deck-media-layout--expo-booth-stack {
  position: absolute;
  inset: 0;
  pointer-events: none;
  isolation: isolate;
}

/* 展厅 WebM：slides-data 覆写播停阈值 10% / 80%（§1.4 链路，续播不归零；远距脱水后重入从头播） */
.eb__hall-vid {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  max-width: none;
  max-height: none;
  object-fit: scale-down;
  object-position: left top;
  pointer-events: none;
}

.deck-slide[data-slide-id="expo-booth"] video.eb__hall-vid.deck-managed-video {
  border-radius: 0;
}

.eb-copy {
  position: relative;
  width: 100%;
  min-height: var(--deck-h, 1611px);
  height: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.deck-slide[data-slide-id="expo-booth"] .eb__title {
  position: absolute;
  left: 175px;
  top: 108px;
  width: 260px;
  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: #343a40;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}

.deck-slide[data-slide-id="expo-booth"] .eb__body {
  position: absolute;
  left: 175px;
  top: 157px;
  width: 190px;
  height: 24px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  color: #6c7177;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}

.deck-slide__layer .eb-copy {
  pointer-events: none;
}
