.ovt-elementor-switcher {
    display: inline-flex;
}

.ovt-elementor-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid #d8e6ee;
    border-radius: 6px;
    color: #111;
    background: #fff;
    font: 500 14px/1.2 Poppins, Arial, sans-serif;
    text-decoration: none;
}

.ovt-elementor-switcher a:hover {
    color: #111;
    background: #edf8ff;
}

html[dir="rtl"] body {
    direction: rtl;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="number"] {
    direction: ltr;
    text-align: right;
}

