.discord-events {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  font-family: inherit;
  color: inherit;
}
.discord-events li {
  margin-bottom: 1.5em;
  border-left: 4px solid var(--wp--preset--color--foreground, #333);
  padding-left: 1em;
  background: var(--wp--preset--color--tertiary, #f9f9f9);
  padding: 0.8em 1em;
  border-radius: 5px;
}
.discord-events a {
  color: var(--wp--preset--color--foreground, #1e1e1e);
  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: inherit;
  color: var(--wp--preset--color--foreground, #222);
  background: var(--wp--preset--color--tertiary, #eee);
  padding: 0.7em 1em;
  margin: 0 0.5em;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--foreground, #222);
}
.toggle-btn.active {
  background-color: var(--wp--preset--color--foreground, #222);
  color: white;
  border: none;
}

/* Detail page styling */
.discord-event-detail {
  max-width: 800px;
  margin: 1.5rem auto;
  padding: 1rem;
  background: var(--wp--preset--color--tertiary, #fff);
  border-radius: 6px;
}
.discord-event-title {
  margin-top: 0;
}
.discord-event-desc {
  margin: 1rem 0;
  white-space: pre-wrap;
}
.discord-event-join {
  display: inline-block;
  padding: 0.6em 0.9em;
  background: var(--wp--preset--color--foreground, #222);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
