.event-zoom__button {
  font-weight: bold;
  max-width: 300px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #FEBC2E;
  color: #061D35;
  border-radius: 4px;
  box-shadow: 1px 1px 32px rgba(255, 255, 255, 0.46);
}
.event-zoom__button:hover {
  opacity: 0.85;
}
