/* Elementor Polylang Integration Styles */
.elementor-polylang-widget {
    margin-bottom: 20px;
}

.elementor-polylang-lang-switcher {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.elementor-polylang-lang-switcher a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.elementor-polylang-lang-switcher a:hover {
    background-color: #f0f0f0;
}

.elementor-polylang-lang-switcher a.current {
    background-color: #0073aa;
    color: white;
    border-color: #0073aa;
}