/**
 * Campaign Styles for campaign #278979
 */

/** Style EasyTab#5163 */
.easytabs {
/* Border around tabs (and tabbed sections in Summernote) */
    --tab-border: hsl(var(--bc));
/* Tab background and text colors */
    --tab-background: hsl(217, 33%, 17%);
    --tab-hover-background: hsl(198, 90%, 28%);
    --tab-text: hsl(var(--sc));
/* Tabbed section background */
    --tab-content-background: hsl(var(--b2));
}
