div#custom-switch-container {
    padding: 0px 40px 40px;
    display: flex;
    flex-wrap: wrap;
}

div#custom-switch-container .custom-switch-wrapper {
    display: flex;
    border: 1px solid #000;
    padding: 2px;
}

div#custom-switch-container .lang-item {
    line-height: 30px;
    height: 28px;
    padding: 0px 20px;
}

div#custom-switch-container .lang-item:not(:first-of-type) {
    margin-left: 2px;
}

div#custom-switch-container .lang-item a {
    font-size: 14px;
    color: #000 !important;
}

div#custom-switch-container .lang-item.active,
div#custom-switch-container .lang-item:hover{
    background: #000;
}

div#custom-switch-container .lang-item.active a,
div#custom-switch-container .lang-item:hover a{
    color: #fff !important;
}

div#custom-switch-container .custom-switch-title{
    flex-basis: 100%;
    font-size: 1.6rem;
    color: #000;
    padding-bottom: 15px;
}