.day.pending-request{background:#fff6f6;color:var(--red);font-weight:800;box-shadow:inset 0 0 0 2px var(--red)}
.day.pending-request:hover{background:var(--red-soft);box-shadow:inset 0 0 0 3px var(--red)}
.pending-swatch{width:13px;height:13px;border:2px solid var(--red);border-radius:3px;background:#fff6f6}
.calendar-action-dialog{max-width:460px}
.calendar-action-title{margin:0 0 5px;font-size:20px}
.calendar-action-info{margin:0 0 18px;color:var(--muted)}
.calendar-action-status{display:inline-flex;margin-bottom:16px}
.calendar-action-buttons{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.danger-button{border:1px solid #e9b9ba;background:var(--red-soft);color:var(--red);border-radius:9px;padding:9px 12px;font-weight:650}
