.rpba-header-img {
  object-fit: cover;
  max-height: 560px; 
}

.rpba .rpba-filter .btn.active {
  color: #fff;
}

.rpba-card .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rpba-img-placeholder {
  background: #f2f2f2;
  height: 0;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
}
.rpba-img-placeholder > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  color: #666;
}

.rpba-title {
  margin-bottom: .25rem;
}

.rpba-readmore {
  font-weight: 600;
  text-decoration: none;
}

#rpba-grid.rpba-loading {
  opacity: .5;
  pointer-events: none;
}