/* =============================================================
   acai-card component styles
   Relies on drinks.css being loaded on the page for all
   .drinks-card* rules. This file only adds the host display rule
   so the custom element is transparent to the grid container.
   ============================================================= */

acai-card {
    /* Make the custom element itself invisible to the grid —
       the inner <a class="drinks-card"> becomes the grid child */
    display: contents;
}
