.sfc-search-page-wrapper .sfc-search-page-title {
  color: var(--009591, #009591);
  font-family: Nunito;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px; /* 109.375% */
  letter-spacing: -0.64px;
  margin-bottom: 48px;
}
.sfc-search-page-wrapper .sfc-results-info {
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 46px;
}
.sfc-search-page-wrapper .sfc-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 64px;
}
.sfc-search-page-wrapper .sfc-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #2f2f2f;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sfc-search-page-wrapper .sfc-pagination .page-numbers:hover {
  color: #009591;
}
.sfc-search-page-wrapper .sfc-pagination .page-numbers.current {
  background: #009591;
  color: #fff;
}
.sfc-search-page-wrapper .sfc-pagination .page-numbers.prev, .sfc-search-page-wrapper .sfc-pagination .page-numbers.next {
  font-size: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #009591;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
}
.sfc-search-page-wrapper .sfc-pagination .page-numbers.prev:hover, .sfc-search-page-wrapper .sfc-pagination .page-numbers.next:hover {
  background-color: rgba(0, 149, 145, 0.08);
}
.sfc-search-page-wrapper .sfc-pagination .page-numbers.next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5H11M11 4.5L7.25 1M11 4.5L7.25 8' stroke='%23009591' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.sfc-search-page-wrapper .sfc-pagination .page-numbers.prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M11 4.5H1M1 4.5L4.75 1M1 4.5L4.75 8' stroke='%23009591' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sfc-search-filter-box {
  background: #F9F9F8;
  margin-bottom: 100px;
  padding: 32px;
}
.sfc-search-filter-box .filter-headline {
  font-size: 16px;
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sfc-search-filter-box .sfc-search-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.sfc-search-filter-box .sfc-search-tabs .sfc-search-filter-link-box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sfc-search-filter-box .sfc-search-tabs .sfc-search-filter-link-box a {
  height: 38px;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: white;
  color: #1A1A1A;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}
.sfc-search-filter-box .sfc-search-tabs .sfc-search-filter-link-box a:hover {
  background: #123E4E;
  border-color: #123E4E;
  color: white;
}
.sfc-search-filter-box .sfc-search-tabs .sfc-search-filter-link-box a.active {
  background: #123E4E;
  border-color: #123E4E;
  color: white;
}

.sfc-search-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.sfc-search-toolbar .sfc-search-input-box {
  width: 100%;
  max-width: 685px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
.sfc-search-toolbar .sfc-search-input {
  width: 100%;
}
.sfc-search-toolbar .sfc-search-input input {
  background: transparent;
  border-bottom-color: #1A1A1A;
  color: #1A1A1A;
  width: 100%;
  border-width: 0 0 1px;
  font-size: 22px;
  font-weight: 400;
  padding: 0 55px 15px 0;
  line-height: normal;
  letter-spacing: 0.5px;
}
.sfc-search-toolbar .sfc-search-input .sfc-search-submit {
  font-size: 30px;
  position: absolute;
  right: -7px;
  top: 0;
  line-height: normal;
  width: 48px;
  text-align: center;
}
.sfc-search-toolbar .sfc-search-input input.search-submit {
  position: absolute;
  height: 48px;
  padding: 0;
  right: -7px;
  top: 10px;
  line-height: normal;
  width: 48px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sfc-search-toolbar .sfc-search-sort {
  min-width: 180px;
}
.sfc-search-toolbar .sfc-search-sort select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  padding: 10px 28px 10px 0;
  background: transparent;
  outline: none;
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .sfc-search-toolbar .sfc-search-sort {
    width: 100%;
  }
}

.sfc-search-results {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
}
.sfc-search-results .sfc-search-card {
  display: flex;
  align-items: stretch;
  gap: 24px;
  height: 100%;
  margin-bottom: 32px;
  padding-bottom: 0;
}
.sfc-search-results .sfc-search-card .thumb {
  width: 100%;
  max-width: 399px;
  min-height: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #FFFFFF;
}
.sfc-search-results .sfc-search-card .thumb a {
  display: block;
  height: 100%;
}
.sfc-search-results .sfc-search-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}
.sfc-search-results .sfc-search-card .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  height: auto;
  padding: 20px 0 20px 0;
}
.sfc-search-results .sfc-search-card .content .results-category {
  display: inline-block;
  color: #123E4E;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.sfc-search-results .sfc-search-card .content .results-category .bmx-post-item-cat {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #0d2d4d;
}
.sfc-search-results .sfc-search-card .content .results-category .cat-separator {
  color: #0d2d4d;
  font-weight: 500;
}
.sfc-search-results .sfc-search-card .content h3 {
  color: #009591;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 16px;
}
.sfc-search-results .sfc-search-card .content h3 a {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  color: #2f2f2f;
}
.sfc-search-results .sfc-search-card .content h3 a:hover {
  color: #009591;
}
.sfc-search-results .sfc-search-card .content .results-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.sfc-search-results .sfc-search-card .content .results-description p {
  color: #161618;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 18px;
}
.sfc-search-results .sfc-search-card .content .results-description p:last-child {
  margin-bottom: 0;
}
.sfc-search-results .sfc-search-card .content .date {
  display: block;
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.sfc-search-results .sfc-search-card .content .click-icon-link {
  position: relative;
  margin-top: auto;
  text-decoration: none;
}
.sfc-search-results .sfc-search-card .content .click-icon-link .sfc-icon {
  font-size: 22px;
  color: #009591;
  transition: transform 0.3s ease;
}
.sfc-search-results .sfc-search-card .content .click-icon-link:hover .sfc-icon {
  transform: translateX(6px);
}
@media (max-width: 767px) {
  .sfc-search-results .sfc-search-card {
    flex-direction: column;
  }
  .sfc-search-results .sfc-search-card .thumb {
    width: 100%;
    max-width: max-content;
    min-height: 100%;
    height: 100%;
    aspect-ratio: 3/2;
  }
}

.sfc-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 60px;
}
.sfc-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #2f2f2f;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sfc-pagination .page-numbers:hover {
  color: #009591;
}
.sfc-pagination .page-numbers.current {
  background: #009591;
  color: #fff;
}
.sfc-pagination .page-numbers.prev, .sfc-pagination .page-numbers.next {
  font-size: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #009591;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
}
.sfc-pagination .page-numbers.prev:hover, .sfc-pagination .page-numbers.next:hover {
  background-color: rgba(0, 149, 145, 0.08);
}
.sfc-pagination .page-numbers.next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5H11M11 4.5L7.25 1M11 4.5L7.25 8' stroke='%23009591' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.sfc-pagination .page-numbers.prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M11 4.5H1M1 4.5L4.75 1M1 4.5L4.75 8' stroke='%23009591' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/*# sourceMappingURL=search-filters.css.map */
