/* Scope menu */
.lh-xl {
  line-height: 2.5;
}

/* Dropdown menu styles for event card */
#scopelinks .dropdown-toggle::after {
  display: none;
}

div.card-header.bg-warning div.event-menu button.dropdown-toggle {
  background-color: var(--bs-warning-bg-subtle);
}

#scopelinks ul.dropdown-menu li a {
  width: 100%;
  display: inline-block;
}

#scopelinks ul.dropdown-menu li:hover {
  background-color: var(--bs-warning-bg-subtle);
}

.event-menu__color-swatch {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
}

.poppins-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}