/*
* Theme Name: Stand Up Bern
* Template: sydney
* Author: Lorenz Stand-Up Bern
*/

.event-button {
  background-color: #1e63ff;
  padding: 10px 16px;
  border-radius: 8px;
  display: inline-block; /* ensures rounded corners render */
  text-decoration: none; /* if it's a link */
}

/* Make sure link stays white in all states */
.event-button:link,
.event-button:visited,
.event-button:hover,
.event-button:active {
  color: #ffffff !important;
  text-decoration: none;
}
.event-button:hover,
.event-button:active {
  background-color: #144eb8;
}

.event-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.event-title {
  font-weight: 600;
}
.event-website a {
  display: inline-block;
}

.sydney-offcanvas-menu,
.offcanvas-menu,
.offcanvas-menu .offcanvas-menu-inner {
  background-color: #00102e !important; /* oder jede gewünschte Farbe */
}

.sydney-offcanvas-menu a {
  color: #ffffff !important; /* Textfarbe anpassen */
}

.sydney-offcanvas-menu .dropdown-symbol {
  color: #ffffff !important; /* Pfeil einfärben */
  fill: #ffffff !important; /* falls SVG */
}


