/*
 Theme Name:   Wellnez Child
 Theme URI:    https://wordpress.vecurosoft.com/wellnez/
 Description:  This is a child theme for Wellnez WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     wellnez
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  wellnez-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.mwai-icon-container{
  position: fixed;
  bottom: 20px;  /* فاصله از پایین */
  right: 20px;   /* فاصله از راست */
  z-index: 9999; /* اطمینان از اینکه روی سایر عناصر قرار بگیرد */
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100% !important;
  box-sizing: border-box;
  max-width: 100%;
}
.en-dg {
  direction: rtl;
  unicode-bidi: embed;
  font-family: IRANSans, sans-serif;
  font-feature-settings: "lnum";
}

.en-dg,
.en-dg * {
  font-family: IRANSans, sans-serif;
  font-variant-numeric: lining-nums;
}
.menu-item-flag > a {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse; /* چون RTL هست و می‌خوایم پرچم سمت راست باشه */
  gap: 6px; /* فاصله بین پرچم و EN */
  font-size: 14px;
  direction: rtl;
  white-space: nowrap;
}

.menu-item-flag > a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url('https://upload.wikimedia.org/wikipedia/en/a/ae/Flag_of_the_United_Kingdom.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
}
