.regular-actions .event-save-button {
  display: inline-grid;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  place-items: center;
  align-items: center;
  border-radius: 50%;
  color: #875737;
}

.regular-actions .event-save-button svg {
  width: 17px;
  height: 17px;
  overflow: visible;
}

.regular-actions .event-save-button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linejoin: round;
}

.regular-actions .event-save-button.saved {
  border-color: #b98258;
  background: #fff7f0;
  color: #9a6741;
}

.regular-actions .event-save-button.saved path {
  fill: currentColor;
}
