#tv_box{
    grid-column: 2 / 7;
    grid-row: 1 / 4;
}
.plyr{
    border-radius: 10px;
}
.adsense-player-left{
        grid-column: 1 / 1;
        grid-row: 2 / 4;
        background-color: #e0e0e0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        font-size: 18px;
        font-weight: bold;
       /* padding: 159px 30px; */
      	overflow: hidden;
}
.adsense-player-bottom{
        grid-column: 1 / 7;
        background-color: #e0e0e0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        font-size: 18px;
        font-weight: bold;
       /* padding: 50px; */
      	overflow: hidden;
}

.player-bottom-channels {
    grid-column: 1 / 7;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* iOS მხარდაჭერა */
    scrollbar-width: thin; /* Firefox */
}

.player-bottom-channels::-webkit-scrollbar {
    height: 8px; /* Chrome/Safari scrollbar სიმაღლე */
}

.player-bottom-channels::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;
}

.channel-list {
    flex: 0 0 auto;
    width: 140px; /* ან სხვანაირი ფიქსირებული სიგანე */
    scroll-snap-align: start;
    text-align: center;
}
.player-bottom-channels a.channel-list{
    width: 100px;
}
.menu-slot {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}