.event-action-button{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 15px;border:1px solid hsl(var(--foreground) / .08);border-radius:10px;background:hsl(var(--foreground) / .05);color:hsl(var(--foreground) / .88);font:inherit;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.event-action-button:hover{background:hsl(var(--foreground) / .1);color:hsl(var(--foreground))}.event-action-button:active{transform:scale(.98)}
