﻿header .navbar-light .navbar-brand{
    margin-top:0px;
}

header .navbar-light .navbar-brand img{
    height:43px;
    width:auto;
}

.hidden {
    display: none;
}
a.buy-now-btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 8px;
}

a.buy-now-btn:hover {
    color:#FFF;
    transform:none;
}

.sub-banner.text-black h1,
.sub-banner.text-black li a {
    color: #000;
}

.ad-container {
    height: auto;
    max-height: 130px;
    text-align: center;
    overflow: hidden;
    margin-top: 70px;
}

.ad-container .a-top {
    margin-top:70px;
}

.playerrs-details-div-total figure img.img-fluid,
.playerrs-details-div-total .owl-carousel figure {
    height: auto;
}

@media only screen and (max-width: 600px) {
    .slider-pagination {
        width: 100%;
        left: 0;
        bottom: 18px;
        justify-content: center;
    }
}

.left-cm-blogs figure{
    height:291px;
}

.comon-blogs1 figure {
    height: 350px;
}

.our-news-div-main .comon-blogs1 figure {
    height: 300px;
}

.page-item.active .page-link {
    background-color: #034A9A;
    border-color: #034A9A;
}

.page-item .page-link {
    color: #034A9A;
}

.container .pagination {
    justify-content: center;
    margin-top:3rem;
}

.number-pagination{display:none;}

.video-thumb {
    height: auto !important;
}

.three-columns .comon-blogs1 figure {
    height: auto !important;
}

.blog-post figure.blog-post-media {
    height:420px;
}

.multi-column-section.bg-dark-color h5, .multi-column-section.bg-dark-color p {
    color:var(--main-light-gray);
}

.multi-column-section .rich-content-editor-widget-layout-one p,
.multi-column-section .rich-content-editor-widget-layout-two p {
    color: var(--main-dark-gray);
}

h2.rich-widget-heading {
    line-height: 1.5lh;
}

a.rich-widget-button{
    font-size:0;
}

.interior-layout-body .tableizer-table thead tr:first-child th {
    background: var(--main-black);
    color: #fff;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-family: "Address-bold";
    font-size: 17px;
    line-height: 1.2lh;
    box-sizing: content-box;
}

.player-category-name{
    display:none !important;
}

.player-hand {
    text-transform: capitalize;
}

.footer-apps-logos a{
    color:transparent;
}

.amazon-badge{
    width:140px;
    height:auto;
}

.ios-badge {
    width: 125px;
    height: auto;
}

.play-badge {
    width: 125px;
    height: auto;
}

.firetv-badge {
    width: 125px;
    height: auto;
    border-radius: .25rem;
    border: 1px solid #8f8f8f;
}

.roku-badge {
    width: 135px;
    height: auto;
    border-radius: .25rem;
    border: 1px solid #8f8f8f;
}

.appletv-badge {
    width: 125px;
    height: auto;
}


.players-list-simple ul{
    list-style-type: none;
}

.player-partners .comon-blogs1 figure {
    height: 152px;
}

.player-related-news .comon-blogs1 figure {
    height: 128px;
}

    .player-related-news .comon-blogs1 figure figcaption {
        display:none;
    }

.player-news-readmore{
    display:none;
}

@media only screen and (max-width: 767px) {
    .player-related-news .comon-blogs1 figure {
        height: 192px;
    }
}


.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.scroll-text {
    text-align: right;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    animation: rtl-animation 10s infinite linear;
    margin: 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

    .scroll-text h1, .scroll-text h2, .scroll-text h3, .scroll-text h4 {
        color: #0D0D0D;
    }

    .scroll-text a{text-decoration:none;}

    .scroll-text:hover {
        animation-play-state: paused !important;
    }

.scroll-text span {
    width:100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: white;
}

@keyframes rtl-animation {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes ltr-animation {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

.champion-badge-icon {
    color: #FFFFFF;
}

/*ul.champion-tournaments-list {
    padding-left: 20px;
    list-style: none;
    margin-bottom:0px;
}*/

ul.champion-tournaments-list li {
    margin-bottom: 0px;
}

/*ul.champion-tournaments-list li:before {
    font-family: 'FontAwesome';
    content: '\f133';
    margin: 0 5px 0 -15px;
}

    ul.champion-tournaments-list li.was-member:before {
        font-family: 'FontAwesome';
        content: '\f274';
        margin: 0 5px 0 -15px;
    }*/

ul.champion-tournaments-list {
    padding-left: 45px;
    list-style: none;
    margin-bottom: 0px;
}

    ul.champion-tournaments-list li:before {
        position: relative;
        top: -2px;
        content: "\00a0";
        height: 19px;
        background-image: url(/pwba/images/NON-Icon.svg);
        background-size: 60% auto;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0px 5px 0px -45px;
        display: inline-block;
        padding: .35em .65em;
        font-size: .75em;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        min-width: 40px;
        background-color: #000 !important;
    }

    ul.champion-tournaments-list li.major:before {
        background-image: url(/pwba/images/MAJ-Icon.svg);
        background-size: 60% auto;
    }

    ul.champion-tournaments-list li:not(.major):before {
        background-image: url(/pwba/images/REG-Icon.svg);
        background-size: 60% auto;
    }

    ul.champion-tournaments-list li:not(.was-member):after {
        content: "\00a0";
        position: relative;
        top: -2px;
        height: 19px;
        background-image: url(/pwba/images/NON-Icon.svg);
        background-size: 60% auto;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 5px 0 5px;
        display: inline-block;
        padding: .35em .65em;
        font-size: .75em;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        min-width: 40px;
        background-color: #00B5E2 !important;
    }

@media only screen and (max-width: 767px) {
    ul.champion-tournaments-list li {
        font-size:12px;
    }
    .champion-more-btn {
        font-size: 12px;
        margin-left:12px;
    }
}

@media (max-width:768px) {
    .mobile-full-width {
        width: 100% !important;
        margin-right:0px;
    }
    .btn-champion-search, .champion-filter-year-label, .input-year-label, .btn-event-search, .btn-year-redirect {
        margin-top: 10px;
    }
}

.table-past-champions th.sorting, th.sorting_disabled{
    text-align:left !important;
}

.img-streaming {
    width: 90px;
    max-width: 90px;
}

@media only screen and (min-width: 767px) {
    .heading-streaming-one,
    .heading-streaming-two,
    .heading-tickets {
        text-align: center !important;
        line-height: 1;
        display: block;
    }

    .column-image-streaming {
        text-align: center !important;
    }

    
}

.search-form {
    position: relative;
}

    .search-form input {
        height: 60px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
    }


        .search-form input:focus {
            box-shadow: none;
            border: 2px solid #034A9A;
        }

    .search-form .fa-search {
        position: absolute;
        top: 20px;
        left: 16px;
    }

    .search-form button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
    }

.table_past_champions .row-top {
    vertical-align: top;
}

.badge {
    height: 19px;
    min-width: 40px;
}

    .badge:empty {
        display: inline-block !important;
    }

.bg-black-reg {
    background-image: url(/pwba/images/REG-Icon.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000 !important;
}

.bg-black-maj {
    background-image: url(/pwba/images/MAJ-Icon.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000 !important;
}

.bg-yellow {
    background-image: url(/pwba/images/HOF-Icon.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFCD00 !important;
}

.bg-skyblue {
    background-image: url(/pwba/images/NON-Icon.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00B5E2 !important;
}

.info-container {
    display: flex;
    row-gap: 10px;
    column-gap: 30px;
    flex-direction: row;
    font-size: 14px;
    flex-wrap: wrap;
    margin-top:40px;
}

.info-item {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.hof:after {
    content: "\00a0";
    height: 19px;
    background-image: url(/pwba/images/HOF-Icon.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2px 0px 0px 0px;
    display: block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    min-width: 40px;
    max-width: 40px;
    background-color: #FFCD00 !important;
}

/*.hof strong:after {
    content: "\00a0";
    position: relative;
    top: -2px;
    height: 19px;
    background-image: url(/pwba/images/HOF-Icon.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px 0 8px;
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    min-width: 40px;
    background-color: #FFCD00 !important;
}*/

@media only screen and (max-width: 992px) {

    ul.champion-tournaments-list li {
        margin-bottom: 0px;
        position: relative;
        min-height: 55px !important;
    }

        ul.champion-tournaments-list li:not(.was-member):after {
            position: absolute !important;
            top: 25px;
            left: -50px;
        }

    .info-container {
        flex-direction: column;
    }

    .hof strong:after {
        margin: 0px 5px 0px 0px;
    }
}

.owl-item:hover figcaption {
    transform: scale(1);
}

.owl-item .sponsor-details {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

    .owl-item .sponsor-details h5 {
        font-family: "Address-bold";
        font-size: 17px;
        color: #000;
    }

        .owl-item .sponsor-details h5 span {
            font-family: "franklin-book";
            font-size: 14px;
            font-weight: 600;
            margin-top: 5px;
            color: var(--main-blue);
        }


.sponsor-item-link figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: var(--main-blue-opacity);
    display: grid;
    align-content: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.5s;
}

    .sponsor-item-link figcaption svg {
        width: 30px;
        height: 30px;
        color: #fff;
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 0 0 6px 0 !important;
    width: 32px;
    height: 32px;
    font-size: 40px;
    line-height: 0px;
}

.floating-promotion.right {
    float: right;
    margin-right: 46px;
}

.floating-promotion.left {
    float: left;
    margin-left: 46px;
}

.floating-promotion {
    position: sticky;
    z-index: 2;
    top: 200px;
    width: 150px;
    height: 0px;
    display: block;
}

    .floating-promotion.right img {
        border-radius: 10px 10px 10px 10px;
    }

    .floating-promotion.left img {
        border-radius: 10px 10px 10px 10px;
    }

    .floating-promotion.right .close {
        left: 4px;
    }

    .floating-promotion.left .close {
        right: 4px;
    }

    .floating-promotion .close {
        position: absolute;
        top: 4px;
        display: block;
        width: 20px;
        height: 20px;
        background: #fff8;
        text-align: center;
        line-height: 18px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
    }

        .floating-promotion .close:hover {
            background: #fff !important;
        }


@media only screen and (max-width: 992px) {
    .floating-promotion {
        width: 100px;
    }

        .floating-promotion.left {
            margin-left: 2px;
        }

        .floating-promotion.right {
            margin-right: 2px;
        }
}

.pwba-past-champions .info-container table {
    width: auto;
    border-collapse: collapse;
}

.pwba-past-champions .info-container table td {
    border: 0px solid #ddd;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}

    .pwba-past-champions .info-container table td.badge {
        width:40px;
        height:19px;
        display:inline-block;
    }

/* Desktop view: default table layout */
@media screen and (min-width: 769px) {
    .pwba-past-champions .info-container table tr {
        display: table-row;
    }

    .pwba-past-champions .info-container table td {
        display: table-cell;
        vertical-align:text-bottom;
    }

        .pwba-past-champions .info-container table td.badge:not(:first-child) {
            margin-left: 10px; /* Your desired padding value */
            display:inline-block;
        }
}

/* Mobile view: Convert rows and cells to block elements to enable stacking */
@media screen and (max-width: 768px) {
    .pwba-past-champions .info-container table tr,
    .pwba-past-champions .info-container table td {
        display: block;
        width: 100%;
    }

    .pwba-past-champions .info-container table tr {
        margin-bottom: 10px; /* Optional spacing between rows */
    }

    .pwba-past-champions .info-container table td {
        border-bottom: 0px solid #ddd; /* Optional: separator for clarity */
    }
}
.events {
    display: flex;
    align-items: center;
    height: 100px;
    position: relative;
    font-family: "franklin-book";
}

    .events:after {
        content: "";
        position: absolute;
        max-width: 280px;
        min-width: 280px;
        height: 100%;
        transform: skewX(-32deg);
        background-color: #0d0d0d;
        z-index: 4;
        left: -32px;
    }

    .events .events-title {
        max-width: 280px;
        min-width: 280px;
        height: 100px;
        padding: 0px 20px;
        color: #fff;
        font-size: 24px;
        font-family: 'Address-regular', sans-serif;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 5;
    }

    .events .events-list {
        height: 100px;
        min-width: calc(100% - 216px);
        max-width: calc(100% - 216px);
        position: relative;
        padding: 0px 0px 0px 10px;
        left: -64px;
        background-color: #034a9a;
    }

        .events .events-list:after {
            display: block;
            content: "";
            width: 22px;
            height: 100px;
            position: absolute;
            z-index: 10;
            top: 0px;
            right: 0px;
            background-color: #034a9a;
        }

    .events .slick-track a {
        display: block;
        height: 100px;
        text-align: center;
        position: relative;
    }

        .events .slick-track a::before {
            content: "";
            position: absolute;
            right: 0;
            top: 18px;
            height: 64px;
            width: 1px;
            background: #ccc;
            transform: skewX(-32deg);
        }

        .events .slick-track a:hover {
            opacity: 0.8;
        }

        .events .slick-track a > div {
            z-index: 1;
            position: absolute;
            height: 100px;
            width: 210px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            gap: 20px;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            font-size: 14px;
            color: #fff;
            left: calc(50% - 90px);
        }

    .events .event-text {
        font-size: 22px;
        line-height: 22px;
        min-width: 160px;
        max-width: 160px;
        text-align: left;
        font-family: 'franklin-book';
        /* background-color:#0f0; */
    }

    .events .event-date {
        min-width: 30px;
        max-width: 30px;
    }

        .events .event-date .month {
            display: block;
            font-size: 12px;
            line-height: 12px;
        }

        .events .event-date .day {
            display: block;
            font-size: 23px;
            line-height: 22px;
            font-family: "franklin-demi";
        }

    .events .slick-arrow {
        opacity: 0.2;
        background-color: #eeea;
        border-radius: 100px;
        font-size: 0px;
        position: relative;
        z-index: 10;
        border: 1px solid transparent;
    }

        .events .slick-arrow:hover {
            background-color: #fff;
            border: 1px solid #ddd;
            opacity: 1;
            transition: 0.7s all;
        }

    .events .slick-next.slick-arrow {
        top: 35px;
        position: absolute;
        left: calc(100% - 60px);
        width: 35px !important;
        height: 35px !important;
    }

    .events .slick-prev.slick-arrow {
        top: 35px;
        position: absolute;
        left: 45px;
        width: 35px !important;
        height: 35px !important;
    }

        .events .slick-next.slick-arrow:before, .events .slick-prev.slick-arrow:before {
            content: "";
            display: block;
            height: 12px;
            width: 12px;
            border-right: 2px solid #00338D;
            border-bottom: 2px solid #00338D;
            position: absolute;
            top: 10px;
            color: transparent;
        }

    .events .slick-next.slick-arrow:before {
        transform: rotate(-45deg);
        left: 8px;
    }

    .events .slick-prev.slick-arrow:before {
        transform: rotate(135deg);
        left: 13px;
    }

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media(max-width: 1240px) {
    .events .events-title {
        max-width: 180px;
        min-width: 180px;
    }

    .events:after {
        max-width: 180px;
        min-width: 180px;
    }

    .events .events-list {
        min-width: calc(100% - 116px);
        max-width: calc(100% - 116px);
    }
}

@media (max-width: 900px) {
    .events .events-title {
        display: none;
    }

    .events:after {
        display: none;
    }

    .events .events-list {
        min-width: 100%;
        max-width: 100%;
        left: 0px;
        padding: 0px;
    }

        .events .events-list:before {
            display: block;
            content: "";
            width: 12px;
            height: 100px;
            position: absolute;
            z-index: 10;
            top: 0px;
            left: 0px;
            background-color: #034a9a;
        }

    .events .slick-prev.slick-arrow {
        left: 25px;
    }
}

@media(max-width: 700px) {
    .events .slick-track a > div {
        width: 170px;
    }

    .events .event-text {
        font-size: 18px;
        min-width: 125px;
        max-width: 125px;
    }

    .events .event-date {
        min-width: 25px;
        max-width: 25px;
    }

        .events .event-date .month {
            font-size: 10px;
        }

        .events .event-date .day {
            font-size: 18px;
        }

    .events .slick-next.slick-arrow {
        left: calc(100% - 47px);
    }

    .events .slick-prev.slick-arrow {
        left: 12px;
    }
}

.streaming-bar {
    height: 80px;
    min-width: 100%;
    background-color: #F3F4F6;
    margin-top: 67px;
    display: flex;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
}

.streaming-bar-event .event-buttons {
    display: flex;
    height: 37px;
    gap: 10px;
}

    .streaming-bar-event .event-buttons a {
        min-width: 140px;
        max-width: 140px;
        border-radius: 8px;
    }

        .streaming-bar-event .event-buttons a.btn-white {
            background: #fff;
            color: var(--main-black);
            border: 1px solid var(--main-black) !important;
        }

            .streaming-bar-event .event-buttons a.btn-white:hover {
                background: var(--main-blue);
                border: 1px solid var(--main-blue) !important;
                color: #fff;
            }

.streaming-bar .streaming-bar-event {
    width: 210px;
    gap: 20px;
    display: flex;
    font-size: 14px;
    flex-direction: row;
    align-items: center;
    margin-left: 70px;
    color: #034a9a;
}

.streaming-bar-event .event-text {
    font-size: 22px;
    line-height: 22px;
    min-width: 160px;
    max-width: 160px;
    text-align: left;
    font-family: 'franklin-book';
    /* background-color:#0f0; */
}

.streaming-bar-event .event-date {
    min-width: 30px;
    max-width: 30px;
    text-align: center;
}

    .streaming-bar-event .event-date .month {
        display: block;
        font-size: 12px;
        line-height: 12px;
    }

    .streaming-bar-event .event-date .day {
        display: block;
        font-size: 23px;
        line-height: 22px;
        font-family: "franklin-demi";
    }

.streaming-bar:before {
    content: "";
    position: absolute;
    min-width: 660px;
    width: 42%;
    height: 100%;
    transform: skewX(-32deg);
    background-color: #034a9a;
    right: -30px;
}

.vertical-slider {
    min-width: calc(660px - 60px);
    width: calc(42% - 60px);
    height: 100%;
}

.streaming-bar .streaming-bar-info {
    display: flex !important;
    /* flex-direction: row-reverse; */
    align-items: center;
    gap: 20px;
    /*justify-content: space-between;*/
    min-width: calc(660px - 60px);
    width: calc(42% - 60px);
    height: 80px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.streaming-bar .streaming-bar-info-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.streaming-bar .streaming-bar-info .streaming-bar-info-title {
    font-size: 26px;
    font-family: 'Address-semiBold', sans-serif;
    min-width: 140px;
    line-height: 24px;
    text-align: right;
}

.streaming-bar .streaming-bar-info .streaming-bar-info-text {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    font-family: 'franklin-book';
    min-width: 260px;
    text-align: left;
}

.streaming-bar .streaming-bar-info .streaming-bar-info-icon {
    max-width: fit-content;
    min-width: fit-content;
}

@media(max-width: 1400px) {
    .streaming-bar .streaming-bar-info .streaming-bar-info-title {
        display: none;
    }

    .streaming-bar:before {
        min-width: 500px;
    }

    .streaming-bar .streaming-bar-info {
        min-width: calc(500px - 55px);
        width: calc(42% - 55px);
    }

    .vertical-slider {
        min-width: calc(500px - 55px);
        width: calc(42% - 55px);
        height: 100%;
    }
}

@media(max-width: 1240px) {
    .streaming-bar .streaming-bar-event {
        margin-left: 20px;
        gap: 16px;
    }

    .streaming-bar:before {
        min-width: 410px;
        width: 36%;
    }

    .streaming-bar .streaming-bar-info {
        min-width: calc(410px - 55px);
        width: calc(36% - 55px);
    }

    .vertical-slider {
        min-width: calc(410px - 55px);
        width: calc(36% - 55px);
        height: 100%;
    }

    .streaming-bar .streaming-bar-info .streaming-bar-info-text {
        font-size: 18px;
        line-height: 18px;
        min-width: 180px;
    }
}

@media(max-width: 1080px) {
    .streaming-bar .streaming-bar-event {
        margin-left: 40px;
        gap: 20px;
    }

    .streaming-bar-event .event-buttons a:nth-of-type(n+3) {
        display: none;
    }
}

@media(max-width: 992px) {
    .streaming-bar-event .event-buttons a:nth-of-type(n+3),
    .streaming-bar:before,
    .streaming-bar .streaming-bar-info,
    .vertical-slider,
    .streaming-bar .streaming-bar-info img,
    .streaming-bar .streaming-bar-info .streaming-bar-info-text {
        display: none;
    }
}

@media(max-width: 740px) {
    .streaming-bar {
        height: 120px;
    }

    .streaming-bar-event .event-buttons a:nth-of-type(n+3) {
        display: none;
    }

    .streaming-bar-event .event-buttons {
        flex-direction: column;
        height: auto;
        gap: 10px;
    }
}

@media(max-width: 450px) {
    .streaming-bar-event .event-buttons a {
        min-width: 120px;
        max-width: 120px;
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .streaming-bar .streaming-bar-event {
        margin: 0px 20px;
        justify-content: space-around;
        width: 100%;
    }

        .streaming-bar .streaming-bar-event .event-text {
            min-width: auto;
            max-width: fit-content;
            font-size: 20px;
        }

    .streaming-bar-event .event-buttons a:nth-of-type(n+3) {
        display: none;
    }

    .streaming-bar-event .event-buttons {
        flex-direction: column;
        height: auto;
        gap: 10px;
    }
}

@media(max-width: 380px) {
    .streaming-bar .streaming-bar-event .event-text {
        min-width: auto;
        max-width: fit-content;
        font-size: 18px;
    }

    .streaming-bar .streaming-bar-event {
        gap: 12px;
    }
}

.slick-track {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.streaming-bar-info-text a{text-decoration:none;}
@media(max-width: 424px) {
    .events .events-list:after {
        display: none;
    }

    .events .slick-track a::before {
        display: none;
    }
}