﻿
.news-strip {
    background: #fef3eb;
    /* background: #EEEEEE; */
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    /* z-index: 101;*/
}

@@media (min-width: 1200px) .news-strip .tag {
    /* width: 35%; */
    padding-right: 2rem;
    z-index: 3;
}

.news-strip .tag {
    background-color: #eeeeee;
    height: 38px;
    z-index: 1;
    align-items: center;
    display: flex;
    width: 25%;
    min-width: fit-content;
    /* padding: 0 5em; */
    padding: 0 1rem;
    padding-top: 0.8rem;
    font-weight: bold;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    white-space: nowrap;
    justify-content: flex-end;
}

.bend-line {
    width: 5px;
    min-height: 18px;
    height: 100%;
    /*clip-path: polygon(81% 0, 100% 0%, 49% 100%, 31% 100%);*/
    background-color: #f98537;
    /* margin-right: -.96rem; */
    /*z-index: 3;*/
}

.news-strip .strip-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.strip_2 {
    font-size: 13px;
    color: #555555;
    display: inline !important;
    margin-right: 30px;
}

.multi-colored-line {
    width: 100% !important;
}

.multi-colored-line {
    height: 2px;
    /*margin-top: -5px;*/
    width: 100vw;
    /* z-index: 3;*/
    background: linear-gradient( to right, #114c8d 40%, #9bc002 40%, #9bc002 65%, #eb7824 65%, #eb7824 85%, #057a82 85%, #057a82 100% );
}

.new-multi-coloured-line {
    background: linear-gradient( to right, #114c8d 35%, #d32e12 35%, #d32e12 65%, #9bc002 65%, #9bc002 85%, #eb7824 85%, #eb7824 95%, #057a82 95%, #057a82 100% ) !important;
}
