/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.menu-fc9c,
.text_445a,
.primary_f5cf,
.input-cc16 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.sort_inner_f836,
.sort_inner_f836 .alert-4d32,
.stale-996f {
    overflow: visible !important;
}

.tertiary-5e95 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .alert-4d32 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logo-out-5c74,
    .small_b653,
    .table_bright_d653,
    .copper-1116 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 0f87 */
.widget-item-k7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
