.side-request{width:100%;border:0;border-radius:10px;padding:12px 14px;background:var(--orange);color:#263536;font-weight:700;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.side-request:hover{filter:brightness(1.05)}
.side-request svg{width:19px;height:19px}
.main .open-request{display:none}
.nav-count{margin-left:auto;min-width:24px;height:24px;padding:0 7px;border-radius:12px;background:var(--orange);color:#263536;display:inline-grid;place-items:center;font-size:12px;font-weight:800}
.request-actions{display:flex;gap:7px;flex-wrap:wrap}
.request-action{border:1px solid var(--line);border-radius:8px;padding:6px 9px;font-size:13px;font-weight:600;background:#fff}
.request-action.approve{color:var(--green)}
.request-action.reject{color:var(--red)}
.badge.rejected{background:var(--red-soft);color:var(--red)}
.manager-note{color:var(--muted);font-size:13px}
@media(max-width:900px){.side-request{width:auto;align-self:flex-start}.side{align-items:stretch}}
