aside nav button{display:flex;align-items:center;justify-content:space-between;gap:10px}
.reservation-badge{display:inline-grid;place-items:center;min-width:28px;height:24px;padding:0 7px;border-radius:999px;background:#ff6b4a;color:#fff;font-size:12px;font-weight:800;line-height:1;box-shadow:0 4px 12px #0002}
.reservation-badge[hidden]{display:none}
