.grid-box.pc-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.pc-card .pc-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}
.pc-card .pc-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  max-width: none !important;
}
.pc-card.pc-ticket .pc-image {
  aspect-ratio: 3 / 4;
}
.pc-card .pc-image,
.pc-card .pc-image:hover {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.pc-card.pc-merch .pc-img {
  object-fit: contain;
}
.pc-card .pc-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.25rem;
  padding: 0.9rem 1rem 1rem;
}
.pc-card .pc-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
  font-family: "General Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.pc-card .pc-title:hover {
  text-decoration: underline;
}
.pc-card .pc-meta {
  font-size: 0.85rem;
  color: #666;
  text-decoration: none;
}
.pc-card .pc-date {
  color: #111;
  font-weight: 600;
}
.pc-card a.pc-meta:hover {
  text-decoration: underline;
}
.pc-card .pc-support {
  margin-top: -0.1rem;
}
.pc-card.pc-ticket .pc-date,
.pc-card.pc-ticket .pc-venue {
  margin-top: auto;
}
.pc-card.pc-ticket .pc-date + .pc-venue {
  margin-top: 0.25rem;
}
.pc-card.pc-ticket .pc-date ~ .pc-foot,
.pc-card.pc-ticket .pc-venue ~ .pc-foot {
  margin-top: 0;
}
.pc-card .pc-venue {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.pc-card .pc-venue-ico {
  flex: none;
}
.pc-card a.pc-meta {
  align-self: flex-start;
}
.pc-card.pc-ticket .pc-body {
  min-height: 13rem;
}
.pc-card.pc-merch .pc-body,
.pc-card.pc-generic .pc-body {
  min-height: 11.25rem;
}
.pc-card .pc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.pc-card .pc-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  padding: 0.18rem 0.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-family: "General Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.15s;
}
.pc-card a.pc-chip:hover {
  border-color: #111;
}
.pc-card .pc-chip.is-sold {
  color: #bdbdbd;
  border-color: #ececec;
  background: #fafafa;
  text-decoration: line-through;
  cursor: not-allowed;
}
.pc-card .pc-chip-more {
  text-transform: none;
  color: #666;
}
.pc-card .pc-foot {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.7rem;
}
.pc-card .pc-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}
.pc-card .pc-price {
  font-family: "General Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}
.pc-card .pc-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
  font-family: "General Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #666;
  white-space: nowrap;
}
.pc-card .pc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
  background: #2ec35f;
}
.pc-card .pc-status.is-low .pc-dot {
  background: #f3b71e;
}
@media (max-width: 640px) {
  .pr-listing-grid .pc-card .pc-status {
    font-size: 0;
    gap: 0;
  }
}
.pc-card .pc-cta {
  display: block;
  padding: 0.7em 0.9em;
  background: var(--btn-dark);
  border-radius: 10px;
  color: #fff;
  font-family: "General Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.pc-card a.pc-cta:hover {
  background: var(--accent, #333);
}
.pc-card .pc-cta.is-disabled {
  background: #e2e2e2;
  color: #888;
  cursor: default;
  pointer-events: none;
}
.pc-card .pc-cta-row {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}
.pc-card .pc-cta-row .pc-cta {
  flex: 1 1 auto;
}
.pc-card .pc-quick-add {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 2.6em;
  background: #f0f0f0;
  border: 0;
  border-radius: 10px;
  color: #111;
  cursor: pointer;
  transition: background 0.15s;
}
.pc-card .pc-quick-add:hover {
  background: #e2e2e2;
}
.pc-card .pc-quick-add .pc-quick-add-check {
  display: none;
}
.pc-card .pc-quick-add.is-added .pc-quick-add-icon {
  display: none;
}
.pc-card .pc-quick-add.is-added .pc-quick-add-check {
  display: block;
}
.pc-card .pc-quick-add.is-added {
  background: var(--add-to-cart, #e5000f);
  color: #fff;
}
.pc-card .pc-quick-add.is-busy {
  opacity: 0.6;
  pointer-events: none;
}
