/* Restaurant Cards — frontend styling gap fill.
   The .b-rest layout itself lives in the theme's block-patterns.css. This file
   only supplies rules the theme doesn't cover for markup this block emits. */

/* The default "open" badge variant maps to b-pill--open, which the theme's
   pill palette (--ok/--no/--warn) doesn't define — so an open badge rendered
   with no background/colour. Tint it with the live/open green so it reads as a
   status pill like the closed (--no) / limited (--warn) variants. */
.b-pill--open:not(.kabdalis-restaurant-cards-badge-toggle){
    background:var(--ok-bg, #e6f0ea);
    color:var(--ok, #2f7d52);
}
