.gs-floating-currency {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gs-currency-switcher select {
    border: none;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}