.elementor-5302 .elementor-element.elementor-element-13763e2{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-26a0dfc */.custom-topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  /* چپ و راست */
  align-items: center;
  background: #f4f4f4;
  padding: 10px 20px;
  border-radius: 12px;
  gap: 15px;
}

.right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-signin {
  background: #0a57ff;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
}

.hi {
  white-space: nowrap;
  font-size: 15px;
}

/* کانتینر باکس‌ها (سمت راست) */
.cards-container {
  display: flex;
  gap: 12px;
  align-items: center;
}

.card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  width: 270px;           /* عرض ثابت و یکسان برای هر دو باکس */
  flex-shrink: 0;
}

.card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.card div {
  font-size: 11px;
  line-height: 1.4;
}

.card strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.card a {
  font-size: 10px;
  text-decoration: none;
  color: #0a57ff;
}

/* موبایل */
@media (max-width: 768px) {
  .custom-topbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  
  .right {
    justify-content: space-between;
  }
  
  .cards-container {
    flex-direction: column;
    width: 100%;
  }
  
  .card {
    width: 100%;
  }
}/* End custom CSS */