/*
 * BookedUp Grid v1.4 — minimal external CSS
 * Most styles are injected inline by the shortcode
 * to avoid theme overrides. This file handles
 * things that need to persist across page loads.
 */

/* No-results message */
.bug-no-results,
.bug-empty {
    color: #9a8f88;
    font-size: 14px;
    text-align: center;
    padding: 40px 0;
}
