.lang-block {
    border-radius:5px;
    padding:auto;
    min-width:25px;
    height:25px;
    margin-right:8px;
}

.lang-block p {
    color: white;
    margin-bottom:0px;
    text-align: center;
    font-family: var(--unnamed-font-family-avenir-next);
    font-size: 16px;
}

.current {
    background-color: #144a9d;
}

.available {
    background-color: #0c153c;
}

.other {
    background-color: #aeb2bf;
}
