/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.outline_middle_dcea,
.hover-east-6967,
.breadcrumb-e45a,
.in_5de3 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.breadcrumb_bright_a20c,
.breadcrumb_bright_a20c .disabled-wood-e418,
.layout-prev-5de1 {
    overflow: visible !important;
}

.white_96a9 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .disabled-wood-e418 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .aside_fixed_ba90,
    .right-5618,
    .backdrop-pressed-da47,
    .texture-1661 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 9c87 */
.widget-item-q4 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
