/* "Pouring now" badges — cbco-board.php / js/cbco-pouring.js (2026-09-17) */
.cbco-pour { display: inline-flex; align-items: center; gap: 7px; font-family: 'Open Sans', Arial, sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .8px; text-transform: uppercase; line-height: 1.25; border-radius: 5px; padding: 5px 10px; background: #e6f4ea; color: #1b6b3a; white-space: nowrap; }
.cbco-pour[hidden] { display: none !important; }
.cbco-pour i { flex: none; width: 7px; height: 7px; border-radius: 50%; background: #2fa85a; box-shadow: 0 0 0 3px rgba(47, 168, 90, .22); animation: cbco-pour-pulse 2.2s ease-out infinite; }
@keyframes cbco-pour-pulse { 0% { box-shadow: 0 0 0 0 rgba(47, 168, 90, .45); } 70% { box-shadow: 0 0 0 6px rgba(47, 168, 90, 0); } 100% { box-shadow: 0 0 0 0 rgba(47, 168, 90, 0); } }
@media (prefers-reduced-motion: reduce) { .cbco-pour i { animation: none; } }

/* beside a Draft List link (Today module pill, location-page button, Squish cards) */
.cbco-pour--link { margin-left: 10px; vertical-align: middle; }
.cbco-pour--link small { font-weight: 400; font-size: 11px; letter-spacing: 0; text-transform: none; opacity: .8; }
.cbco-today__btns .cbco-pour--link, .cbco-sq__acts .cbco-pour--link { margin-left: 0; }
.nectar-button + .cbco-pour--link { margin-left: 12px; }
@media (max-width: 690px) { .nectar-button + .cbco-pour--link { display: inline-flex; margin: 12px auto 0; } }

/* Our Beer catalog card: bottom-left of the can box (ABV sits bottom-right) */
.cbco-pour--card { position: absolute; left: 10px; bottom: 10px; z-index: 1; max-width: calc(100% - 82px); white-space: normal; text-align: left; }
.cbco-pour b { font-weight: inherit; }
@media (max-width: 690px) { .cbco-pour--card b { display: none; } .cbco-pour--card { white-space: nowrap; max-width: none; font-size: 9px; letter-spacing: .5px; gap: 4px; padding: 3px 6px; left: auto; right: 10px; bottom: 40px; } /* stacked above the ABV chip: no room beside it at ~157px */ .cbco-pour--card i { width: 5px; height: 5px; box-shadow: 0 0 0 2px rgba(47, 168, 90, .22); } }

/* single beer page: in the badge row on the navy band */
.cbco-pour--page { background: #2fa85a; color: #fff; white-space: normal; }
.cbco-pour--page i { background: #fff; box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); animation: none; }
.cbco-pour--page a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.cbco-pour--page a:hover { color: #fff; text-decoration: none; }

/* Today module: the two primary pills share the row (flex: 1 1 0) — the chip goes on its own line under them */
.cbco-today__primary-row { flex-wrap: wrap; }
.cbco-today__primary-row .cbco-pour--link { flex: 0 0 100%; margin: 0; }
/* Squish Family pouring cards: same, under the action pills */
.cbco-sq__acts .cbco-pour--link { flex: 0 0 100%; }
