/* Matches Tailwind h-56 on images (Bootstrap has no rem height utilities on img). */
.column-braid-cover img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

.subscription-inline-bar__shell {
    max-width: 48rem;
}

