body #netgem-channels-widget,
body #netgem-marketing-widget,
body #netgem-marketing-widget h2 {
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    width: 100%
}

body #netgem-channels-widget h1,
body #netgem-marketing-widget h2 {
    color: #2e0f4f; /*change a text color  */
    font-size: 35px;
    font-weight: 700;
    margin-top: 0
}

body #netgem-marketing-widget h2 {
    padding: 0
}

body #netgem-marketing-widget div[id*="slides"] {
    overflow: hidden
}

body #netgem-marketing-widget div[class*="_slide"] img {
    object-fit: cover;
    object-position: center;
    width: 100%
}

body #netgem-channels-widget h1+p,
body #netgem-marketing-widget h2+p {
    color: #524658; /*change a text color  */
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px
}

body #netgem-channels-widget h1,
body #netgem-channels-widget h1+p {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px
}

body #netgem-channels-widget .types {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #2E0F4F;
    padding: 2px; /*change buttons styles*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px auto 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

body #netgem-channels-widget .types,
body #netgem-channels-widget .types button {
    border-radius: 100px
}

body #netgem-channels-widget .types button[ntgm] {
    border: none;
    /*button text changes*/
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75;
    white-space: normal;
    text-transform: none;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    /*button text changes*/
    margin: 0;
    min-height: 46px;
    -webkit-transition: none;
    transition: none;
    width: 172px
}

body #netgem-channels-widget .types button[ntgm]:hover {
    text-shadow: none
}

/* 
remove letter issue
body #netgem-channels-widget .types button[ntgm]:nth-child(2) {
    text-transform: lowercase
} */

body #netgem-channels-widget .types button.active[ntgm] {
    color: #fff !important;
}

body #netgem-channels-widget .items {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 24px auto 0;
    padding: 0
}

body #netgem-channels-widget .items .item[ntgm] {
    background: #ffffff;
    border-radius: 10px;
    padding-bottom: calc(2 / 3 * 100%);
    position: relative;
    width: auto
}

body #netgem-channels-widget .items .item[ntgm] img {
    height: 90%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%
}

body #netgem-channels-widget .categories {
    margin: 0 0 5px
}

body #netgem-channels-widget .categories span[ntgm] {
    color: #524658;
    font-size: 18px;
    margin: 0 15px;
    line-height: 36px;
    padding: 5px
}

body #netgem-channels-widget .categories span[ntgm].active {
    font-weight: 400
}

body #netgem-channels-widget .categories span[ntgm].active,
body #netgem-channels-widget .categories span[ntgm]:hover {
    text-shadow: none
}

body #netgem-channels-widget .categories span[ntgm]:after {
    margin-top: 0
}

body #netgem-channels-widget .show-more {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    margin-top: 32px
}

body #netgem-channels-widget .items .show-more button[ntgm] {
    font-size: 0;
    line-height: 0
}

body #netgem-channels-widget .items .show-more button[ntgm]:before {
    content: "Show all";
    font-size: 18px;
    line-height: 1.75
}
/* change button (show-more) styles */
body #netgem-channels-widget .show-more button[ntgm] {
    background-color: #17AB33;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 700!important;
    line-height: 1.75;
    padding: 8px 40px
}

body #netgem-channels-widget .show-more button[ntgm]:hover {
    color: #ffffff
}

@media (min-width: 540px) {
    body #netgem-channels-widget .items {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr)
    }

    body #netgem-channels-widget .show-more {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 4;
        grid-column-end: 5
    }
}

@media (min-width: 1054px) {
    body #netgem-channels-widget .items {
        -ms-grid-columns: (1fr) [6];
        grid-template-columns: repeat(6, 1fr)
    }

    body #netgem-channels-widget .show-more {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 6;
        grid-column-end: 7
    }
}