The code to add button to Google Calendar events doesn't work correctly

Please try to use this code instead and let me know if it helped :wink:

.global-styles, 
.eapp-events-calendar-events-calendar-component a,
.eapp-events-calendar-modal-modal a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: purple !important;
  padding: 10px 20px;
  border: 0px solid purple;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-wrap: auto;
  overflow-wrap: anywhere;
}

.global-styles,
.eapp-events-calendar-events-calendar-component a:hover,
.eapp-events-calendar-events-calendar-component a:focus,
.eapp-events-calendar-modal-modal a:hover,
.eapp-events-calendar-modal-modal a:focus {
  color: white !important;
}