/**
 * Theme Name:     defense
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   defense
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.hydrasearch-language-switcher:hover {
  background: #fff;
}

.hydrasearch-language-switcher {
    position: relative;
    display: inline-block;
    font-family: inherit;
      padding: 8px 16px;
  border-radius: 25px;
}

.language-switcher-toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.language-switcher-toggle img {
    width: 20px;
    height: auto;
}

.language-arrow {
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.2s ease;
}

.language-switcher-toggle-row {
     position: absolute;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  padding: 5px 0px;
  z-index: 999;
  display: none;
  right: 0;
  width: 120px;
  border-radius: 12px;
  top: 42px;
}

.language-switcher-item {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
}

.language-switcher-item img {
    margin-right: 6px;
    vertical-align: middle;
}

.language-switcher-item:hover {
    background: #f0f0f0;
}
.language-switcher-item img {
  max-width: 24px !important;
}