.open-now-toggle{display:flex;align-items:center;gap:10px;margin:10px 0 2px;padding:11px 12px;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer}.open-now-toggle input{width:18px;height:18px;margin:0;accent-color:var(--brand-lime)}.open-now-toggle span,.open-now-toggle strong,.open-now-toggle small{display:block}.open-now-toggle strong{color:var(--green-dark);font-size:12px}.open-now-toggle small{margin-top:2px;color:var(--muted);font-size:9px;line-height:1.35}.selected-hours{display:grid;grid-template-columns:9px auto;align-items:center;justify-content:start;gap:2px 7px;margin-top:10px;padding:10px 12px;border:1px solid #d9e4dc;border-radius:11px;background:#f7faf7}.selected-hours .hours-dot{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:#97a29c}.selected-hours strong{color:var(--green-dark);font-size:12px}.selected-hours small{grid-column:2;color:var(--muted);font-size:10px}.selected-hours.is-open .hours-dot{background:#42ad4f;box-shadow:0 0 0 4px #42ad4f18}.selected-hours.is-closed .hours-dot{background:#8c9690}.selected-hours.is-closed strong{color:#66706a}.nearby-card.is-closed{filter:grayscale(1);opacity:.58}.nearby-card.is-closed:hover{opacity:.8}
