/**
 * Dimension-labelled staging placeholders — swap with approved assets at the same size.
 */
.bf-img-placeholder {
  object-fit: cover;
  background: #1c1c22;
  border: 1px dashed rgba(224, 122, 58, 0.35);
}

.bf-campaign-card__thumb .bf-img-placeholder,
.bf-blog-card__thumb .bf-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 12rem;
}

.bf-cd-hero__image-wrap .bf-img-placeholder,
.bf-blog-detail__hero-img .bf-img-placeholder {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.bf-hero__image-wrap .bf-img-placeholder {
  width: 100%;
  max-width: 30rem;
  height: auto;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
}

.bf-cd-gallery__item .bf-img-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bf-mid-cta__figure .bf-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 12rem;
}

.bf-trust-logos__item .bf-img-placeholder {
  width: auto;
  height: 52px;
  max-width: 130px;
  object-fit: contain;
  opacity: 0.72;
}
