.elementor-4616 .elementor-element.elementor-element-413b937a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-7235466b *//* ===== نوار خطی آمار بازدیدکنندگان FNBank.ir ===== */
.stats-line {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;

  gap: 22px; /* فاصله بین آیتم‌ها */
  background: rgba(10, 50, 60, 0.3);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(214, 163, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);

  padding: 10px 25px;
  font-family: "IRANSans", "Vazirmatn", sans-serif;
  color: #104d40;
  font-size: 14px;
  font-weight: 600;
  width: 96%;
  max-width: 1200px;
  margin: 8px auto;
  white-space: nowrap;
  overflow-x: auto; /* برای جلوگیری از شکستن خط در موبایل */
}

.stats-label {
  color: #003c73;
  border-bottom: 2px solid #d6a300;
  padding-bottom: 2px;
  margin-right: 10px;
  font-weight: 700;
}

.stats-item {
  color: #104d40;
  transition: all 0.3s ease-in-out;
}

.stats-item:hover {
  color: #d6a300;
  transform: scale(1.05);
}/* End custom CSS */