.elementor-2377 .elementor-element.elementor-element-bc4d53a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2377 .elementor-element.elementor-element-d0f6d75{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2377 .elementor-element.elementor-element-d0f6d75.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2377 .elementor-element.elementor-element-9518bd7{--display:flex;}.elementor-2377 .elementor-element.elementor-element-d63230e > .elementor-widget-container{margin:17px 17px 17px 17px;padding:14px 14px 14px 14px;}.elementor-2377 .elementor-element.elementor-element-d63230e.elementor-element{--align-self:stretch;}/* Start custom CSS for wpforms, class: .elementor-element-d63230e *//* ✅ تنسيق خانات الاختيار وتقليل المسافات بينها */
.wpforms-field-checkbox ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important; /* اتجاه عربي */
}

.wpforms-field-checkbox li {
  display: flex !important;
  justify-content: flex-end !important; /* المربع أقصى اليمين */
  align-items: flex-start !important;
  gap: 8px !important; /* مسافة بسيطة بين المربع والنص */
  margin-bottom: 6px !important;
}

.wpforms-field-checkbox label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 6px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-align: right !important;
  white-space: normal !important;
  word-break: break-word !important;
}

.wpforms-field-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  margin-top: 3px !important; /* ضبط المحاذاة مع النص */
}

/* ✅ موبايل */
@media (max-width: 600px) {
  .wpforms-field-checkbox label {
    font-size: 14px !important;
  }
  .wpforms-field-checkbox li {
    margin-bottom: 4px !important;
  }
}

/* ✅ تنسيق الليبل الخاص بالتشيك بوكس مع خطوط وخلفية */
.wpforms-field-checkbox .wpforms-field-label {
  display: block !important;
  width: 100% !important;
  border-top: 1px solid #444 !important;
  border-bottom: 1px solid #444 !important;
  background-color: #f7f7f7 !important;
  padding: 10px !important;
  margin: 20px 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #222 !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

/* ✅ ضبط الحقول النصية والاختيارات */
.wpforms-field {
  margin-bottom: 10px !important;
  padding: 0 !important;
}

.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"],
.wpforms-field input[type="date"],
.wpforms-field select,
.wpforms-field textarea {
  width: 100% !important;
  padding: 8px 10px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
}

/* ✅ تقليل المسافة بين الليبل ومربعات الإدخال */
.wpforms-field-label {
  margin-bottom: 3px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: right !important;
}/* End custom CSS */