    .tile_bg .tn-atom {
        background-repeat: repeat !important;
        background-size: 8px !important;
    }
    
    .tile_bg__bus_ex .tn-atom, .tile_bg__foote .tn-atom, .tile_bg__anim .tn-atom, .graph-container .tn-atom {
        background-repeat: repeat !important;
        background-size: 36px !important;
    }
    
    .tile_bg__bus_ex .tn-atom::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, white 1%, transparent 7%, transparent 93%, white 99%);
    }
    
    .no_top_rd .tn-atom {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    
    .no_bot_rd .tn-atom {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }