.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)}.event-page-action-buttons{display:flex;gap:10px;width:100%}.event-page-action-buttons .event-action-button{flex:1 1 0;justify-content:center;min-width:0;height:44px}@media (min-width: 640px){.event-page-action-buttons{width:auto}.event-page-action-buttons .event-action-button{flex:0 0 auto;height:38px}}
