.featured-channels {
    background-color: var(--wp--preset--color--primary);

    
}

    .featured-channels .featured-channels-inner {
        padding-top: 80px;
        padding-right: var(--wp--preset--spacing--x-small);
        padding-left: var(--wp--preset--spacing--x-small);
        color: var(--wp--preset--color--white);
    }

    .featured-channels .featured-channels-inner .acf-innerblocks-container {
    display: flex;
    width: 100%;
    flex-direction: column;

    
}

    .featured-channels .featured-channels-inner .acf-innerblocks-container h2 {
                margin-bottom: 20px;
            }

    .featured-channels .featured-channels-inner .acf-innerblocks-container h2 span {
                    display: block;
                }

    @media (min-width: 1024px) {

    .featured-channels .featured-channels-inner .acf-innerblocks-container {
        justify-content: space-between;

    
    }

                .featured-channels .featured-channels-inner .acf-innerblocks-container h2 {
                    width: 40%;
                }

                .featured-channels .featured-channels-inner .acf-innerblocks-container p {
                    width: 60%;
                    align-self: flex-end;
                }
            }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper {
            width: 100%;
            margin-top: 40px;
            background: var(--wp--preset--color--white);
            border-left: 17px solid var(--wp--preset--color--ultra-pink);
            position: relative;
            color: var(--wp--preset--color--black);
            padding: 25px 18px;
        }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper h2 {
                margin-bottom: 10px;
            }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper:after {
                content: "";
                display: block;
                position: absolute;
                background: var(--wp--preset--color--white);
                top: 0;
                right: 0;
                z-index: 10;
                height: 100%;
                right: calc(var(--wp--preset--spacing--x-small) * -1);
                width: var(--wp--preset--spacing--x-small);
            }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li {
                    margin: 0;
                    list-style: none;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    background: var(--wp--preset--color--white);
                    box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.3);
                    font-size: var(--wp--preset--font-size--font-24-px);
                    padding: 0 25px;
                    margin-right: 25px;
                    margin-bottom: 20px;
                    height: 3rem;
                    border-radius: 4rem;
                    transition: all 0.3s ease;
                }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:hover {
                        box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.45);
                    }

    /* Custom AOS Animation Offsets */

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(2) { transition-delay: 0.25s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(3) { transition-delay: 0.5s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(4) { transition-delay: 0.75s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(5) { transition-delay: 1s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(6) { transition-delay: 1.25s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(7) { transition-delay: 1.5s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(8) { transition-delay: 1.75s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(9) { transition-delay: 2s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(10) { transition-delay: 2.25s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(11) { transition-delay: 2.5s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(12) { transition-delay: 2.75s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(13) { transition-delay: 3s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(14) { transition-delay: 3.25s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(15) { transition-delay: 3.5s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(16) { transition-delay: 3.75s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(17) { transition-delay: 4s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(18) { transition-delay: 4.25s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(19) { transition-delay: 4.5s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(20) { transition-delay: 4.75s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(21) { transition-delay: 5s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(22) { transition-delay: 5.25s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(23) { transition-delay: 5.5s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(24) { transition-delay: 5.75s; }

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper ul.featured-channels-buttons li:nth-child(25) { transition-delay: 6s; }

    @media (min-width: 768px) {

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper {
                border-left-width: 28px;
                padding: 56px 35px
        }

                .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper h2 {
                    margin-bottom: 40px;
                }
            }

    @media (min-width: 1224px) {

    .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper {
            /* @media screen and (min-width: 1230px) { */
                padding-left: 100px
        }

                .featured-channels .featured-channels-inner .featured-channels-buttons-wrapper:after {
                    right: calc((((100vw - var(--wp--style--global--wide-size)) / 2) + var(--wp--preset--spacing--x-small)) * -1);
                    width: calc(((100vw - var(--wp--style--global--wide-size)) / 2) + var(--wp--preset--spacing--x-small));
                }
            }