:root {
    
    /* Font */
    --font-family: 'Noto Sans', sans-serif;

    /* Colors */
    --brand-select: #1BC8B0;
    --brand-progress: #1BC8B0;
    --brand-question: #2F459C;
    --brand-button: #2F459C;
    --bg-color: #EEF5F4;
    
    /* Option box */
    --option-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --option-border: none;

    --radius-option: 6px;
    --radius-nav-button: 100px;
    --radius-input: 10px;
    --radius-circle: 100px;

    /* Number box */
    --number-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --number-border: 0;
    --number-radius: 6px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 6px;
    --input-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --input-outline: var(--brand-select);
}

.multiple__row--no-border {
    display: none;
}


@media (min-width: 768px) {
      .multiple__row .multiple__label {
        background: #fff;
        border: 2px solid #dbdbdb;
        border-right: 0;
        cursor: pointer;
        display: block;
        flex: 1;
        font-size: 16px;
        padding: 10px 7px;
        position: relative;
        height: 3.5rem;
        text-align: center;
    }
}



.multiple__row .multiple__label {
    background: #fff;
    border: 2px solid #dbdbdb;
    border-right: 0;
    cursor: pointer;
    display: block;
    flex: 1;
    font-size: 16px;
    padding: 10px 7px;
    position: relative;
    height: 3.8rem;
    text-align: center;
}

@media (min-width: 768px) {
      .multiple__row .multiple__box {
    display: block;
    flex: 1;
    text-align: center;
}
}

@media (min-width: 768px) {
.multiple__row .multiple__label:before {
    display:none;
}
.multiple__row .multiple__label:after {
    display:none;
}
.multiple__row {
    align-items: unset;
    flex-direction: column;
}
.multiple__row .multiple__label-span {
    display: contents;
}
.multiple__row .multiple__inputs {
    gap: 0px;
}
.multiple__row .multiple__input:checked~.multiple__label:after {
    display:none;
}
.multiple__row .multiple__heading {
    padding-bottom: 5px;
}
}


.multiple__row .multiple__label:before {
    display:none;
}

.multiple__row .multiple__label:after {
    display:none;
}

.multiple__row .multiple__input:checked~.multiple__label:after {
    display:none;
}

.multiple__row .multiple__mob-emotions .multiple__emotion {
    font-size: 12px;
    display: none;
}