/* 
 * 水平滚动修复 - 090bet（精简版，避免裁切文字）
 */

html {
    width: 100%;
    overflow-x: clip;
    max-width: 100%;
}

body {
    width: 100%;
    overflow-x: clip;
    max-width: 100%;
    position: relative;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img,
video,
iframe,
picture {
    max-width: 100%;
    height: auto;
}

/* 表格小屏可横向滚动，不裁切 */
.badge-4fc9,
.medium-52a2,
.logo_b135,
.mask_8d16 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.avatar_down_948d,
.avatar_down_948d .gas-0c38,
.row-center-f3f9 {
    overflow: visible !important;
}

.video_stone_9cca {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .gas-0c38 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .summary-e5d0,
    .liquid_e40f,
    .last-50fc,
    .light_31eb {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: ce25 */
.shadow-element-d3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
