.hs-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: max-content;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
    z-index: 1;
    cursor: pointer;
}

.hs-dropdown-link {
    display: block;
    /*padding: 10px;*/
    text-decoration: none;
    color: inherit;
    padding: 20px 20px !important;
}

.hs-dropdown-link:hover {
    /*background-color: #f1f1f1;*/
    background-color: #f9f9f9;
}

.hs-dropdown-link:hover span {
    color: var(--e-global-color-primary);
}

.hs-dropdown-link div {
    display: flex;
    align-items: center;
}

.hs-dropdown-flag {
    margin-right: 10px;
}

.hs-dropdown-name {
    display: inline-block;
}

.hofa-ls-popup:hover .hs-dropdown-menu {
    display: block;
}

.hofa-ls-popup img {
    width: 28px;
    height: 28px;
}

.hs-loading-currency-switcher-style {
    margin: 2px !important;
}
