
/* Only target the unified/route replacement blanks page cards */
.nclg-brr-grid,
.nclg-ubpr-grid,
.nclg-dbpcp-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 360px)) !important;
  justify-content: start;
  align-items: start;
}

.nclg-brr-card,
.nclg-ubpr-card,
.nclg-dbpcp-card {
  display: flex;
  flex-direction: column;
}

.nclg-brr-card__media,
.nclg-ubpr-card__media,
.nclg-dbpcp-card__media {
  aspect-ratio: 4 / 3 !important;
  max-height: 360px;
}

.nclg-brr-card__media img,
.nclg-ubpr-card__media img,
.nclg-dbpcp-card__media img {
  object-fit: cover;
}

.nclg-brr-card__body,
.nclg-ubpr-card__body,
.nclg-dbpcp-card__body {
  padding: 16px 16px 18px;
}

.nclg-brr-card__title,
.nclg-ubpr-card__title,
.nclg-dbpcp-card__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.nclg-brr-card__price,
.nclg-ubpr-card__price,
.nclg-dbpcp-card__price {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.nclg-brr-card__excerpt,
.nclg-ubpr-card__excerpt,
.nclg-dbpcp-card__excerpt {
  min-height: 2.8em;
  margin-bottom: 16px;
}

.nclg-brr-card__actions,
.nclg-ubpr-card__actions,
.nclg-dbpcp-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

.nclg-brr-card__actions a,
.nclg-ubpr-card__actions a,
.nclg-dbpcp-card__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  font-weight: 700;
}

.nclg-brr-card__actions a:last-child,
.nclg-ubpr-card__actions a:last-child,
.nclg-dbpcp-card__actions a:last-child {
  background: linear-gradient(90deg, #22d3ee, #a855f7);
  color: #06111b;
  border-color: transparent;
}

.nclg-brr-card__actions a:first-child,
.nclg-ubpr-card__actions a:first-child,
.nclg-dbpcp-card__actions a:first-child {
  color: inherit;
}

@media (max-width: 700px) {
  .nclg-brr-grid,
  .nclg-ubpr-grid,
  .nclg-dbpcp-grid {
    grid-template-columns: 1fr !important;
  }

  .nclg-brr-card__actions a,
  .nclg-ubpr-card__actions a,
  .nclg-dbpcp-card__actions a {
    width: 100%;
  }
}
