/* تسهيل مسار المستخدم · مكتب · سلة · دعم */
.hub-tenant-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 8px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff5f5, #ffffff);
  border: 1px solid #f0d0d0;
}

.hub-tenant-banner strong {
  display: block;
  font-size: 15px;
  color: #1a1f28;
}

.hub-tenant-banner span {
  font-size: 12px;
  font-weight: 700;
  color: #667085;
}

.hub-tenant-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hub-tenant-banner-actions a,
.hub-tenant-banner-actions button {
  border: 1px solid #e8eaf0;
  background: #fff;
  color: #d70000;
  font: inherit;
  font-weight: 800;
  font-size: 12px;
  border-radius: 999px;
  padding: 7px 12px;
  cursor: pointer;
  text-decoration: none;
}

.hub-cart-fab {
  position: fixed;
  inset-inline-start: 18px;
  bottom: 88px;
  z-index: 80;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #d70000;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(215, 0, 0, 0.35);
  text-decoration: none;
}

.hub-cart-fab span {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
  padding: 0 5px;
}

.hub-support-form {
  display: grid;
  gap: 12px;
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 8px 22px rgba(12, 14, 17, 0.06);
}

.hub-support-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
  font-size: 13px;
  color: #1a1f28;
}

.hub-support-form input,
.hub-support-form select,
.hub-support-form textarea {
  font: inherit;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  padding: 10px 12px;
}

@media (max-width: 720px) {
  .hub-cart-fab {
    bottom: 76px;
    inset-inline-start: 12px;
  }
}
