/* Bakgrundsfärg för schemat */
.ex-tvs-advance, .ex-tvs-simple, .ex-tvs-now {
    background-color: white;
}


/* Bakgrundsfärg för knapp i schemat Hide program */
.extvs-hide-ps h3 {
    background: #EB6F33;
}


/* Bakgrundsfärg On Air - Program */
.ex-tvs-simple.style-1 .ex-parent-simple table thead th, .ex-tvs-now.style-1 .ex-parent-simple table thead th {
    background: #eb6f33;
}


/* Dölj collapseknapp On Air */
.extvs-icon-plus {
    display: hide;!important
}

/* Bakgrundsfärg On Air */
.ex-tvs-now .ex-parent-simple .item-tvs h4 {
    background: #eb6f33;
}

/* Ingen bakgrundsfärg Feautured image post grid*/
.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
        background-image: none;
}