.calendar-email-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.calendar-email-button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--red); border-radius: 9px; background: transparent; color: var(--red); padding: 11px 15px; font: 700 13px 'DM Sans', sans-serif; cursor: pointer; }
.calendar-email-button:hover, .calendar-email-button:focus-visible { background: #fff0e9; }
.event-card .calendar-email-button { margin-top: 14px; }
