/* 1) Force the grid */
.swss-non-subs-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 1.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 2) Card styling */
.swss-non-subs-card {
  background: #fff !important;
  border: 1px solid #eee !important;
  padding: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* 3) Full-width image */
.swss-non-subs-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* 4) Title */
.swss-non-subs-product-title {
  font-size: 1.1rem !important;
  margin: .75rem 0 !important;
  color: inherit !important;
}

/* 5) Price */
.swss-non-subs-price {
  font-weight: bold !important;
  margin-bottom: .75rem !important;
}

/* 6) Button */
.swss-non-subs-add-to-cart .button {
  width: 100% !important;
  box-sizing: border-box !important;
}
