/* Product-card cleanup for Express Access Social Clubs */
.pannagh-card-badges {
  color: #003459;
  font-size: 12px;
  line-height: 1.25;
}
.pannagh-card-badges span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 52, 89, .14);
  background: rgba(0, 168, 232, .08);
  border-radius: 999px;
  padding: 4px 8px;
  font-weight: 700;
  white-space: nowrap;
}
.pannagh-card-rating {
  gap: 4px;
  color: #003459;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}
.pannagh-card-rating .pannagh-rating-star {
  color: #f5a623;
  font-size: 14px;
  line-height: 1;
}
.pannagh-card-rating .pannagh-rating-dot {
  color: #9CA3AF;
  padding: 0 2px;
}
.pannagh-card-price {
  max-width: calc(100% - 76px);
}
.pannagh-card-price .ds-price-new {
  font-size: 18px !important;
  line-height: 1.2;
  white-space: nowrap;
}

/* Keep category/list cards compact like the Express Access module */
.ds-category-products .ds-module-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ds-category-products .pannagh-card-badges {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  gap: 5px !important;
}
.ds-category-products .pannagh-card-badges span {
  padding: 3px 7px;
  font-size: 11px;
}
.ds-category-products .ds-module-cart {
  margin-top: 8px;
}
.ds-category-products .ds-module-cart .ds-module-quantity {
  display: none !important;
}
.ds-category-products .ds-module-cart-btn,
.ds-category-products .ds-category-cart-btn {
  min-width: 0;
  white-space: nowrap;
}
