.currency-box {
    position: absolute;
    right: 30px;
    background-color: #0066cc;
    color: white;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 4px 10px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    z-index: 1050;
}

.currency-box img {
    height: 16px;
    margin-right: 6px;
}
