.tags {
  border: solid 1px var(--bs-tertiary, #1d5970);
  border-left-width: 2px;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  display: block;
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700 !important;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .tags {
    font-size: calc(12px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .tags {
    font-size: 14px;
    line-height: 1.2;
  }
}
.tags > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.tags.large {
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .tags.large {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .tags.large {
    font-size: 16px;
    line-height: 1.6;
  }
}
.tags.large > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.tags:hover {
  background-color: var(--bs-tertiary, #1d5970);
  color: #fff;
}
.more-events-popover .tags {
  display: inline-block;
  margin: 0.25rem;
}
.more-events-popover .tags:hover {
  background-color: inherit;
  color: inherit;
}