.calendar-export-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.calendar-export-actions {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 16px;
}
.calendar-export-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 11px;
  background: var(--surface);
  color: var(--primary);
  font-size: .8rem;
  font-weight: 850;
}
.calendar-export-link.strong {
  background: var(--primary-soft);
}
@media (max-width: 720px) {
  .calendar-export-actions { justify-content: stretch; }
  .calendar-export-link.strong { width: 100%; }
}
