/* Preview */
.acf-block-preview .blog-archive-filter {
  position: relative;
  padding: 50px 10px 0 10px;
  border: 2px dotted #ccc;
}
.bg-dark .acf-block-preview .blog-archive-filter {
  border-color: #2c5e57;
}

.acf-block-preview .blog-archive-filter::before {
  content: "Blog Archive Filters";
  position: absolute;
  top: 12px;
  left: 10px;
  background-color: #eaeaea;
  color: #646464;
  font-size: 14px;
  padding: 4px 8px;
}

/* Content */
.blog-archive-filter__title {
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
}
.blog-archive-filter__title:before {
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  height: 0.75em;
  width: 0.75em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.408' height='22.409' viewBox='0 0 22.408 22.409'%3E%3Cg id='settings-sliders' transform='translate(0 0)'%3E%3Cpath id='Path_165' data-name='Path 165' d='M.934,4.435H3.488a3.481,3.481,0,0,0,6.718,0H21.475a.934.934,0,1,0,0-1.867H10.206a3.481,3.481,0,0,0-6.718,0H.934a.934.934,0,0,0,0,1.867ZM6.847,1.867A1.634,1.634,0,1,1,5.213,3.5,1.634,1.634,0,0,1,6.847,1.867Z' transform='translate(0 0)' fill='%23893318'/%3E%3Cpath id='Path_166' data-name='Path 166' d='M21.475,10.818H18.92a3.48,3.48,0,0,0-6.717,0H.934a.934.934,0,0,0,0,1.867H12.2a3.48,3.48,0,0,0,6.717,0h2.555a.934.934,0,1,0,0-1.867Zm-5.913,2.568A1.634,1.634,0,1,1,17.2,11.751a1.634,1.634,0,0,1-1.634,1.634Z' transform='translate(0 -0.547)' fill='%23893318'/%3E%3Cpath id='Path_167' data-name='Path 167' d='M21.475,19.068H10.206a3.481,3.481,0,0,0-6.718,0H.934a.934.934,0,0,0,0,1.867H3.488a3.481,3.481,0,0,0,6.718,0H21.475a.934.934,0,1,0,0-1.867ZM6.847,21.635A1.634,1.634,0,1,1,8.481,20a1.634,1.634,0,0,1-1.634,1.634Z' transform='translate(0 -1.094)' fill='%23893318'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.blog-archive-filter__filters {
  margin-bottom: 2rem;
}

.blog-archive-filter__filters-desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-archive-filter__pill {
  padding: 0.6rem 1rem;
  border: 2px solid #893318;
  border-radius: 999px;
  background: transparent;
  color: #2a2a2a;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
}

.blog-archive-filter__pill.is-active,
.blog-archive-filter__pill:hover {
  background: #893318;
  color: #fff;
}

.blog-archive-filter__select {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
}

.blog-archive-filter__grid {
  display: grid;
  gap: 2rem;
}

.blog-archive-filter__card {
  position: relative;
  min-height: 520px;
  border-radius: 25px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.blog-archive-filter__card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(19, 25, 72, 0.4);
}

.blog-archive-filter__card-content {
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding: 4rem 5rem;
  color: #fff;
}

.blog-archive-filter__card-category {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.blog-archive-filter__card-title {
  color: white;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1;
}

.blog-archive-filter__card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-archive-filter__card-excerpt {
  margin-bottom: 1.25rem;
}

.blog-archive-filter__card-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.blog-archive-filter__card-link:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.489' height='8.588' viewBox='0 0 12.489 8.588'%3E%3Cg id='arrow_-down_-drop_-inbox' data-name='arrow,-down,-drop,-inbox' transform='translate(12.489) rotate(90)'%3E%3Cpath id='Path' d='M12.03,17.489V7.134L9.081,10.082l-.788-.788L12.587,5l4.294,4.294-.788.788L13.144,7.134V17.489Z' transform='translate(-8.293 -5)' fill='%23ead7bf'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* Pagination */
.blog-archive-filter__pagination {
  margin-top: 2rem;
}

.blog-archive-filter__pagination-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: end;
  align-items: center;
}
.blog-archive-filter__page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-archive-filter__page,
.blog-archive-filter__page-nav {
  color: #151946;
  background: none;
  border: none !important;
  outline: none !important;
  padding: 0;
  cursor: pointer;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.blog-archive-filter__page-next,
.blog-archive-filter__page-prev {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: none;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
.blog-archive-filter__page-next {
  margin-left: 1rem;
}
.blog-archive-filter__page-prev {
  margin-right: 1rem;
}
.blog-archive-filter__page-next:after,
.blog-archive-filter__page-prev:before {
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-archive-filter__page-next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76.507' height='76.507' viewBox='0 0 76.507 76.507'%3E%3Cg id='Group_1710' data-name='Group 1710' transform='translate(-1352.678 -1243.045)'%3E%3Ccircle id='Ellipse_14' data-name='Ellipse 14' cx='31' cy='31' r='31' transform='translate(1360.298 1250.298)' fill='%23fff'/%3E%3Cpath id='down-chevron' d='M38.253,0A38.253,38.253,0,1,0,76.507,38.253,38.253,38.253,0,0,0,38.253,0Zm0,55.009L16.716,33.541l3.561-3.573L38.253,47.887,56.23,29.968l3.561,3.573Z' transform='translate(1352.678 1319.552) rotate(-90)' fill='%23893318'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.blog-archive-filter__page-prev:before {
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76.507' height='76.507' viewBox='0 0 76.507 76.507'%3E%3Cg id='Group_1710' data-name='Group 1710' transform='translate(-1352.678 -1243.045)'%3E%3Ccircle id='Ellipse_14' data-name='Ellipse 14' cx='31' cy='31' r='31' transform='translate(1360.298 1250.298)' fill='%23fff'/%3E%3Cpath id='down-chevron' d='M38.253,0A38.253,38.253,0,1,0,76.507,38.253,38.253,38.253,0,0,0,38.253,0Zm0,55.009L16.716,33.541l3.561-3.573L38.253,47.887,56.23,29.968l3.561,3.573Z' transform='translate(1352.678 1319.552) rotate(-90)' fill='%23893318'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.blog-archive-filter__page.is-active {
  color: #893317;
  text-decoration: underline;
}

.blog-archive-filter.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 767px) {
  .blog-archive-filter__filters-desktop {
    display: none;
  }

  .blog-archive-filter__card {
    min-height: 420px;
  }

  .blog-archive-filter__pagination-inner {
    justify-content: space-between;
  }
  .blog-archive-filter__page-prev_placeholder {
    width: 70px;
  }

  .blog-archive-filter__card-content {
    padding: 1.5rem;
  }
}

.blog-archive-filter__filters-mobile {
  display: none;
}

.blog-archive-filter__mobile-dropdown {
  position: relative;
}

.blog-archive-filter__mobile-toggle {
  width: 100%;
  min-height: 52px;
  padding: 0 1rem;
  border: 0 !important;
  border-radius: 12px;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  color: #363636;
  font-weight: 400;
  font-size: 1rem;
}

.blog-archive-filter__mobile-toggle-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}

.blog-archive-filter__mobile-toggle-text:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 1em;
  width: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.408' height='22.409' viewBox='0 0 22.408 22.409'%3E%3Cg id='settings-sliders' transform='translate(0 0)'%3E%3Cpath id='Path_165' data-name='Path 165' d='M.934,4.435H3.488a3.481,3.481,0,0,0,6.718,0H21.475a.934.934,0,1,0,0-1.867H10.206a3.481,3.481,0,0,0-6.718,0H.934a.934.934,0,0,0,0,1.867ZM6.847,1.867A1.634,1.634,0,1,1,5.213,3.5,1.634,1.634,0,0,1,6.847,1.867Z' transform='translate(0 0)' fill='%23893318'/%3E%3Cpath id='Path_166' data-name='Path 166' d='M21.475,10.818H18.92a3.48,3.48,0,0,0-6.717,0H.934a.934.934,0,0,0,0,1.867H12.2a3.48,3.48,0,0,0,6.717,0h2.555a.934.934,0,1,0,0-1.867Zm-5.913,2.568A1.634,1.634,0,1,1,17.2,11.751a1.634,1.634,0,0,1-1.634,1.634Z' transform='translate(0 -0.547)' fill='%23893318'/%3E%3Cpath id='Path_167' data-name='Path 167' d='M21.475,19.068H10.206a3.481,3.481,0,0,0-6.718,0H.934a.934.934,0,0,0,0,1.867H3.488a3.481,3.481,0,0,0,6.718,0H21.475a.934.934,0,1,0,0-1.867ZM6.847,21.635A1.634,1.634,0,1,1,8.481,20a1.634,1.634,0,0,1-1.634,1.634Z' transform='translate(0 -1.094)' fill='%23893318'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.blog-archive-filter__mobile-toggle-icon {
  background-color: #e9d6be;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 12px;
  aspect-ratio: 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-archive-filter__mobile-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border-radius: 12px;
  padding: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.blog-archive-filter__mobile-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
}
.blog-archive-filter__mobile-option.is-selected {
  background: #893317;
  border-radius: 10px;
  color: white;
}

.blog-archive-filter__mobile-option + .blog-archive-filter__mobile-option {
  /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .blog-archive-filter__filters-desktop {
    display: none;
  }

  .blog-archive-filter__filters-mobile {
    display: block;
  }
}
