/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.widget_d1ba,
.blue_7582,
.small-b9b0,
.tertiary-light-869e {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.item-active-f83c,
.item-active-f83c .silver-506d,
.popup_west_b105 {
    overflow: visible !important;
}

.pagination-af42 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .silver-506d {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .badge_medium_f2c2,
    .section-2b41,
    .outer-142e,
    .modal-57f6 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: d742 */
.ghost-box-f3 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
