.collections-widget .collection-section {
    margin-bottom: 2rem;
}

.collections-widget .collection-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--header-text);
}

    .collections-widget .collection-header h3 {
        color: var(--header-text);
        margin: 0;
    }

.collections-widget .collection-logo {
    height: 50px;
    width: auto;
}

.collections-widget .channel-icon {
    width: 50px;
    height: 50px;
    margin-left: calc((50%) - 25px);
    margin-bottom: 10px;
}

    .collections-widget .channel-icon .icon {
        fill: #999999;
    }

.collections-widget .tabs-style-iconbox nav ul li a .channel-icon img {
    height: 50px;
}

.collections-widget .tabs nav ul li {
    flex-basis: initial;
}

.collections-widget nav ul li a {
    color: #767676;
}

    .collections-widget nav ul li a:hover {
        color: #767676;
    }

    .collections-widget nav ul li a span {
        text-transform: initial;
        font-size: 0.9rem;
        white-space: initial;
        min-height: 28px;
        display: block;
        max-width: 160px;
        margin: 0 auto;
    }

.collections-widget nav ul li.tab-current a {
    color: #fff;
}

.collections-widget nav ul li.tab-current a {
    background: var(--channel-colour);
}

    .collections-widget nav ul li.tab-current a::after {
        clip-path: polygon(50% 100%, 1% 0, 100% 0);
        border: none;
        width: 20px;
        height: 10px;
        background-color: inherit;
        border-top-color: var(--channel-colour);
    }

.collections-widget .channel-btm-bar {
    margin-bottom: 20px;
}

    .collections-widget .channel-btm-bar img {
        max-height: 120px;
        max-width: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.collections-widget .content-wrap section {
    display: none;
    padding-top: 1.5rem;
}

    .collections-widget .content-wrap section.content-current {
        display: block;
    }
