/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.alert_4bc8,
.action_51ab,
.pattern-hard-1e11,
.tag-fresh-808a {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.slow-f700,
.slow-f700 .card_copper_8bde,
.button_active_b59a {
    overflow: visible !important;
}

.item-complex-3032 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .card_copper_8bde {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .active-plasma-1694,
    .shade_short_c455,
    .motion_0469,
    .panel_412b {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 6379 */
.widget-item-x4 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
