/* Shared styles for cards rendered by templates/macros/brand_cards.html */

.brand-card-media {
  /* Keep photo area white across pages (same behavior as previous inline style). */
  background: #fff !important;
}

.brand-card-body {
  border-top: 1px solid var(--border, #ddd);
  /* Theme-aware lower area, aligned with search result cards. */
  background: var(--surface-2, #f5f5f5);
}
