#kc-current-locale-link {
    display: inline-block;
    font-size: 12px !important;
    line-height: 14px;
    font-weight: 400 !important;
    color: #79828B !important;
    padding: 0 !important;
    margin-bottom: 13px;
    background-color: unset;
}

#kc-current-locale-link::after {
    content: '' !important;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -1px 5px 0 !important;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    background: url("data:image/svg+xml,%3csvg width='4' height='6' viewBox='0 0 7 9' role='img' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' class='SvgIcon-hq25o3-0 fpqdiw'%3e%3cpath d='M1 1l5 3.5L1 8' fill='none' stroke='%2379828B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e") center no-repeat;
}

#kc-locale ul {
    position: absolute;
    top: 15px;
    right: 0;
    box-shadow: 0 0 2px 0 rgba(130,136,148,0.16),0 4px 8px -2px rgba(130,136,148,0.28);
    border-radius: 8px;
    border: 0;
    padding: 10px 0;
    background-color: white;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    list-style-type: none;
}

#kc-locale ul li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #344049 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 10px 20px;
    background-color: white;
    text-decoration: none;
}

#kc-locale ul li a:hover {
    background-color: #F1F2F3;
}