.angie-lang-switcher-wrap-3ae90712 {
    position: fixed;
    top: 20px;
    right: 20px; /* Always right corner */
    z-index: 999999;
}

.angie-lang-btn-3ae90712 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #ffffff;
    color: #333333;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
    transition: all 0.3s ease;
    font-family: inherit;
    line-height: 1;
}

.angie-lang-btn-3ae90712:hover {
    background-color: #f8f9fa;
    color: #000000;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.angie-lang-btn-3ae90712 .lang-icon {
    opacity: 0.8;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .angie-lang-switcher-wrap-3ae90712 {
        top: 15px;
        right: 15px;
    }
    
    .angie-lang-btn-3ae90712 {
        padding: 6px 12px;
        font-size: 13px;
    }
}
