@import 'src/styles/variables.scss';

.Advertising-banner {
    background: linear-gradient(315deg, #5f235b 0%, var(--bluejay) 100%);
    display: flex;
    height: 60px;
    justify-content: space-between;

    &-closeBannerButton {
        align-items: center;
        display: flex;
        padding: 0 30px;
    }

    &-closeBannerButton .Icons-close {
        fill: white;
    }
}

.Comparison-banner {
    background: linear-gradient(90deg, #1a5f80 0%, #020e14 100%);
}
