/* Eventi Filter Styles */
.no-events {
  padding: 18px 24px;
}
/*.schedule__row .tag {
  background: rgba(26,155,189,.12);
  color: var(--teal-deep);
  border-color: transparent;
}*/
.tag.annullato {
  text-transform: capitalize;
  background: rgba(229,96,90,.14);
  color: #b23c37;
  border-color: transparent;
}
.schedule__title.annullato {
  color: #b23c37;
}
.tag.rimandato {
  text-transform: capitalize;
  background: rgba(242,193,78,.2);
  color: #9a7212;
  border-color: transparent;
}
.schedule__title.rimandato {
  color: #9a7212;
}
.schedule__title {
  text-transform: uppercase;
  font-family: var(--f-display);
font-size: 1.15rem;
}
.schedule_description {
  font-size: .875rem;
  padding: .5em 0;
}
.schedule_description h4 {
  font-weight: 700;
  font-family: var(--f-body) !important;
  font-size: initial;
  margin-top: .5em;
}
.schedule_description p {
  padding-bottom: 1em;
}
.schedule__categories {
  display: flex;
  flex-direction: column;
  gap: .5em;
  align-items: end;
}
.schedule__categories span {
  width: fit-content !important;
}
.schedule__title .tag {
  display: block;
  width: fit-content;
  margin: .5em 0;
}
.schedule_data .tag {
  display: block;
  width: fit-content;
  margin: 1em 0;
}
.schedule__prenotazione a {
  margin-top: 14px;
  font-weight: 700;
  color: var(--teal-deep);
  font-size: 14px;
  display: inline-flex;
  gap: .4em;
}
