body .bs-1 {
  box-shadow: initial !important;
}
.filters {
  gap: 0.5rem;
  min-width: 0;
}
.filters .mw-250 {
  min-width: 250px;
}
.filters > div {
  position: relative;
}
.filters .counter {
  background: var(--wp--preset--color--secondary);
  transform: translateX(-3rem);
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0.6rem;
}
.filters [id$=-placeholder] {
  color: var(--wp--preset--color--contrast);
}
.filters [class$=-control] {
  border-color: transparent;
  box-shadow: 0 0 0 1px transparent;
  cursor: pointer;
}
.filters [class$=-control]:hover,
.filters [class$=-control]:focus {
  border-color: #7bd5c7;
  box-shadow: 0 0 0 1px #7bd5c7;
}
.filters .checkbox-select-option {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.filters .checkbox-select-option:active {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
.filters .checkbox-select-option input[type=checkbox] {
  margin-top: 0.35rem;
}
@media screen and (max-width: 1200px) {
  .filters {
    flex-direction: column !important;
  }
}
.search {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.search .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 1rem;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .btn svg path {
  transform: scale(0.5);
}
.search input[type="text"] {
  padding: 0.9rem 1rem 0.7rem 1rem;
  border: none;
  width: 100%;
  min-width: 300px;
}
@media only screen and (max-width: 525px) {
  .search input[type="text"] {
    min-width: initial;
  }
}
.search input[type="text"]:focus {
  outline: none;
}
.search input[type="text"],
.search input[type="text"]::placeholder {
  font-size: var(--wp--preset--font-size--medium);
  font-family: 'Cera Pro';
}
.search input[type="text"]::placeholder {
  font-size: var(--wp--preset--font-size--medium);
  color: hsl(0, 0%, 20%);
}
.posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .posts-wrapper {
    grid-template-columns: 1fr;
  }
}
.posts-wrapper .card {
  box-sizing: border-box;
  background: #fff;
  padding: 2rem;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 130px 1fr;
  gap: 1rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 1200px) {
  .posts-wrapper .card .card-body {
    display: grid;
  }
}
.posts-wrapper .card .card-body > * {
  margin: 0;
}
.posts-wrapper .card .card-body .card-title {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1.6rem;
  text-transform: initial;
}
.posts-wrapper .card .card-body .card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}
.posts-wrapper .card .card-body .card-description p {
  margin-top: 0rem;
  margin-bottom: 0;
}
.posts-wrapper .card .card-body .card-exhibitor-locations {
  background: #eff7fd;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-top: 0.75rem;
}
.posts-wrapper .card .card-body .card-exhibitor-locations > div {
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
  padding-left: 0.15rem;
  font-style: italic;
  color: var(--wp--preset--color--secondary);
}
.posts-wrapper .card .card-body .card-exhibitor-locations .badge {
  background: #fff;
  margin-bottom: 0.25rem;
}
.posts-wrapper .card .card-body .card-link {
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.posts-wrapper .card .card-body .badge {
  border: solid 1px var(--wp--preset--color--contrast);
}
.posts-wrapper .card .card-challenge {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  margin-right: -2rem;
  margin-bottom: -2rem;
  width: calc(100% + 2rem);
  text-align: center;
  padding: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-weight: bold;
  font-size: 0.95rem;
  justify-self: flex-end;
}
.posts-wrapper .card-img-top {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-wrapper .card-img-top img {
  object-fit: contain;
  object-position: left;
  height: 130px;
  width: 100%;
}
