/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.light_a5f6,
.pattern_8296,
.section_motion_3ae8,
.pink_0859 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.medium_3246,
.medium_3246 .texture-5bae,
.panel_outer_23b5 {
    overflow: visible !important;
}

.tertiary-b53f {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .texture-5bae {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .frame-pressed-a11b,
    .content-huge-6060,
    .top_77db,
    .pattern_771c {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: a9e2 */
.widget-item-x5 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
