/* ============================================================
   App overrides — kept separate from the Adminator style.css.
   ============================================================ */

/* Spacing between stacked top-level panels (cards / grids) on pages
   that list several .card sections directly under .content
   (Products, Keywords, Ad Verification, Competitor, Pricing, …).
   The hero keeps its own margin-bottom, so it is intentionally excluded. */
.content > .card + .card,
.content > .card + .grid,
.content > .grid + .card,
.content > .grid + .grid {
    margin-top: 24px;
}
