.discord-events {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.discord-events li {
  margin-bottom: 1.5em;
  border-left: 4px solid var(--wp--preset--color--foreground);
  padding-left: 1em;
  background:  var(--wp--preset--color--tertiary);
  padding: 0.8em 1em;
  border-radius: 5px;
}
.discord-events a {
  color: #5865f2;
  text-decoration: underline;
}
#discord-calendar {
  background-color: var(--wp--preset--color--tertiary, #f5f5f5);
  padding: 1rem;
  border-radius: 5px;
}

/* Toggle buttons */
.discord-toggle-buttons {
  text-align: center;
  margin-bottom: 2em;
}
.toggle-btn {
	font-family: var(--wp--preset--font-family--mulish);
color: var(--wp--preset--color--foreground);
  background: var(--wp--preset--color--tertiary);
  padding: 0.7em 1em;
  margin: 0 0.5em;
  cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid var(--wp--preset--color--foreground);
}
.toggle-btn.active {
  background-color: var(--wp--preset--color--foreground);
  color: white;
	border: none;
}
