/* Title */
.suosr-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
    flex-wrap: wrap;
}
.suosr-header .suosr-title-box {
        display: flex;
        align-items: center;
    }
.suosr-header .suosr-icon {
        -webkit-margin-end: 10px;
                margin-inline-end: 10px;
        width: 52px;
        height: 52px;
        border: 1px solid #013f46;
        border-radius: 100px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
    }
.suosr-header .suosr-icon svg {
            fill: #013f46;
        }
.suosr-header .suosr-title {
        font-size: 20px;
        margin: 0;
        font-family: var(--e-global-typography-accent-font-family);
    }
.suosr-header .suosr-subtitle {
        font-size: 15px;
        margin-block: 0;
        font-weight: 700;
    }
.suosr-header .suosr-open-signal-logo {
        width: 170px;
        -webkit-margin-before: 20px;
                margin-block-start: 20px;
    }

/* Progress Bars */
.suosr-progress-bars {
    -webkit-margin-after: 7px;
            margin-block-end: 7px;
}

.suosr-progress-bar {
    display: flex;
    align-items: center;
    -webkit-margin-after: 7px;
            margin-block-end: 7px;
}

.suosr-progress-bar .suosr-progress-prefix {
        font-size: 16px;
        text-transform: uppercase;
        width: 42px;
        height: 42px;
        border-radius: 50px;
        border: 1px solid #fff;
        z-index: 1;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background-color: var(--suosr-progress-bar-color);
    }

.suosr-progress-bar .suosr-progress {
        position: relative;
        height: 21px;
        width: var(--suosr-progress-bar-width);
        background-color: var(--suosr-progress-bar-color);
        -webkit-margin-start: -3px;
                margin-inline-start: -3px;
        font-weight: 700;
        color: #fff;
        -webkit-padding-start: 10px;
                padding-inline-start: 10px;
        line-height: 21px;
    }

.suosr-progress-bar .suosr-progress::after {
            content: '';
            position: absolute;
            width: 2px;
            height: 17px;
            background-color: #797db5;
            right: -1px;
            top: 2px;
        }

.suosr-progress-bar .suosr-winner {
        position: absolute;
        width: 47px;
        right: 44px;
        top: -12px;
    }

.suosr-progress-bar .suosr-progress-number {
        -webkit-padding-start: 10px;
                padding-inline-start: 10px;
        font-size: 22px;
    }

/* Copyright Text */
.suosr-copyright-text {
    font-size: 12px;
    color: #8196b6;
    -webkit-margin-start: 17px;
            margin-inline-start: 17px;
}

/* Scale Numbers */
.suosr-scale-numbers {
    display: flex;
    justify-content: space-around;
    font-size: 10px;
    color: gray;
}
