.pluginlingue-flag {
    position: fixed;
    top: 140px !important;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 28px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    line-height: 0;
}

.pluginlingue-flag:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.pluginlingue-flag svg {
    width: 40px;
    height: 28px;
    display: block;
}

@media (max-width: 600px) {
    .pluginlingue-flag {
        top: 120px;
        right: 10px;
        width: 34px;
        height: 24px;
    }

    .pluginlingue-flag svg {
        width: 34px;
        height: 24px;
    }
}
