﻿.snapshot-empty {
  margin: 10px 0;
  padding: 18px 14px;
  border: 1px dashed #d78b2c;
  border-radius: 8px;
  background: #fff7e8;
  color: #8c4b00;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.snapshot-empty--top {
  width: calc(100% - 10px);
  margin: 5px;
}

.header-logo a,
.header-left a,
.logo-home-link {
  cursor: pointer;
}

.side-info-close {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.offcanvas-overlay,
.offcanvas-overlay-white {
  cursor: pointer;
}

[data-static-disabled="1"],
.snapshot-link-disabled {
  cursor: not-allowed;
}

.static-toast {
  position: fixed;
  left: 50%;
  bottom: 84px;
  transform: translateX(-50%) translateY(16px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10020;
  white-space: nowrap;
}

.static-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.float-scroll-btn-module .close-btn {
  z-index: 3;
}

.ad2-slot[data-ad2-code="168lunboto"] .swiper-container {
  overflow: visible;
}

.ad2-slot[data-ad2-code="168lunboto"] .swiper-wrapper {
  display: block;
  transform: none !important;
}

.ad2-slot[data-ad2-code="168lunboto"] .swiper-slide {
  display: block;
  width: 100% !important;
  height: auto;
  margin-bottom: 8px;
}

.ad2-slot[data-ad2-code="168lunboto"] .swiper-slide:last-child {
  margin-bottom: 0;
}

.lotteryBox [data-static-disabled="1"] {
  opacity: 0.7;
}

.lotteryBox [data-static-disabled="1"]:hover {
  opacity: 0.85;
}

.live-video-refresh-btn {
  min-width: 96px;
}

@media (max-width: 575px) {
  .static-toast {
    max-width: calc(100vw - 24px);
    white-space: normal;
    text-align: center;
  }
}
