/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.search_soft_90d5,
.center-1797,
.table_fluid_20f7,
.advanced_4f31 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.description_easy_287f,
.description_easy_287f .dropdown_f255,
.popup_small_de4e {
    overflow: visible !important;
}

.middle_e1bb {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .dropdown_f255 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .table-next-f99c,
    .hard-8303,
    .backdrop_fixed_2c24,
    .widget-0001 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 5647 */
.shadow-element-d0 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
