﻿#selections-title-container {
    background-color: #282828;
    margin-right: 3.4vw;
    height: 3.8vw;
    border-radius: 2vw;
    margin-bottom: 1.9vw;
    width: 67.6vw;
}

#selections-title {
    font-size: 0;
    margin-right: 3.6vw;
    height: 2vw;
    padding-top: 0.8vw;
}

    #selections-title > div {
        position: relative;
        display: inline-block;
        font-size: 1.12vw;
        color: white;
        font-weight: 500;
        padding-left: 1.02vw;
    }

        #selections-title > div:not(:first-child) {
            padding-right: 1vw;
        }

        #selections-title > div:not(:last-child):after {
            content: "";
            position: absolute;
            top: 0.5vw;
            height: 1.1vw;
            width: 0.1vw;
            background-color: #00b262;
            left: 0;
        }