/* CZAR7 V2 fixes */
body.theme-elham .hero-card{
  background:
    linear-gradient(90deg,rgba(2,8,23,.15),rgba(2,8,23,.95)),
    url('/assets/img/theme3_hero.svg') left center/cover no-repeat !important;
}
.hero-stats{
  direction:rtl;
}
.card img,.cat-img-main,.cat-img{
  background:#eef2ff;
}
.admin-note{
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  border-radius:14px;
  padding:12px 16px;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-grid .full{
  grid-column:1/-1;
}
.sort-input{
  max-width:90px;
}
.action-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.table-img{
  width:150px;
  height:88px;
  object-fit:cover;
  border-radius:12px;
  background:#f1f5f9;
}
@media(max-width:900px){
  .form-grid{grid-template-columns:1fr}
}