.header-content-toggle {
    display: flex;
    padding-left: 8px;
}

.header-content-toggle__button {
    display: inline-block;
    margin: 0 12px;
    font: 400 14px/1 'Pluto Sans DPD', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.header-content-toggle__button.is-active, .header-content-toggle__button:hover {
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: underline!important;
    text-underline-offset: 4px!important;
    text-decoration-thickness: 2px!important;
    text-decoration-color: #DC0032!important;
}

@media screen and (min-width: 768px) {
    .header-content-toggle {
        padding-left: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .header-content-toggle__button {
        font-size: 13px;
    }
}