/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/products/hello-theme/
Description:  Hello Elementor child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  helloelementorchild
*/

/* START MF Language Switcher stuff */
.language-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
    width: 100%;
}

.language-dropdown {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 8px 25px 8px 12px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    width: 100%;
    max-width: 300px;
}
/* END MF Language Switcher stuff */