.ir-event {
  padding-bottom: 80px;
}

.event-item {
  border-bottom: 1px solid #ccc;
}
.event-item dt {
  margin: 20px 0 10px;
  line-height: 2em;
  font-weight: normal;
}
@media (max-width: 600px) {
  .event-item dt {
    flex-direction: column;
  }
}
.event-item dt .g-info_label-c {
  display: inline-block;
}
.event-item dd {
  margin-bottom: 7px;
}

.category-filter-label {
  background-color: #eef2f5;
  font-size: 0.85em;
  font-weight: normal;
  padding: 2px 6px 1px;
}
@media (max-width: 768px) {
  .category-filter-label {
    display: inline-block;
    margin-left: 0;
  }
}

#category-filter {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  #category-filter {
    display: block;
  }
}
#category-filter li {
  cursor: pointer;
  padding: 0.4rem 2rem;
  color: #000;
  position: relative;
  transition: 0.2s;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  #category-filter li {
    padding: 1rem 2rem 1rem 1rem;
    margin-bottom: 15px;
  }
}
#category-filter li.active {
  color: #fff !important;
  font-weight: 600;
  background-color: #0097e0;
}

.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.selectbox select:focus {
  outline: none;
  border-color: #0097e0;
  box-shadow: 0 0 0 1px #0097e0;
}
.selectbox select:focus-visible {
  border-color: #0097e0;
  box-shadow: 0 0 0 2px #0097e0;
}
.selectbox select {
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .selectbox select {
    padding: 1rem 2rem 1rem 1rem;
    height: auto;
  }
}
.selectbox select:hover {
  border-color: #777;
}
.selectbox select:focus {
  outline: none;
}
.selectbox select:focus-visible {
  border-color: #0097e0;
  box-shadow: 0 0 0 1px #0097e0;
}
.selectbox select:disabled {
  background-color: #f5f5f5;
  color: #999;
  border-color: #ccc;
}

.no-results {
  text-align: center;
  margin: 50px 0;
  padding: 15px;
  font-size: 1.2rem;
  color: #666;
  border: 1px solid #ccc;
}

#category-filter li:not(.active):hover {
  color: #000;
}
/*# sourceMappingURL=style.css.map */