html:has(body.search) {
  scroll-behavior: smooth;
}

.search-results__featured-image-container {
  flex: 0 0 96px;
  block-size: 96px;
  background: var(--wp--preset--color--neutral-4);
}

#search-results__collection .search-results__details a {
  font-weight: 500;
  text-decoration: inherit;
}

#search-results__collection .search-results__featured-image-container a {
  display: block;
  block-size: 100%;
}

footer a {
  text-decoration: none;
}

footer .wp-block-navigation a {
  font-weight: 400;
}

footer .footer-nav {
  gap: 20px;
}

footer .footer-nav div:first-of-type {
  padding-block-end: 20px;
}

footer .footer-nav details {
  gap: 0;
  border: 0;
  padding: 0 0 20px 0;
  border-block-end: 1.5px solid #ffffff0d;
}

footer .footer-nav details > summary {
  display: flex;
  font-weight: 700;
  align-items: center;
}

footer .footer-nav details > summary::after {
  content: '';
  rotate: -180deg;
  block-size: 0.4375rem;
  inline-size: 0.8125rem;
  margin-inline-start: auto;
  transition: rotate 0.25s ease-in-out;
  color: var(--wp--preset--color--base);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45MTY3IDcuMzcyOEwxMyA2LjEwMDA3TDYuNSAwLjM3MjgwMkwtMi41MDM0N2UtMDcgNi4xMDAwN0wxLjA4MzMzIDcuMzcyOEw2LjUgMi40OTQwMUwxMS45MTY3IDcuMzcyOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==) center no-repeat;
}

footer .footer-nav details[open] > summary::after {
  rotate: 0deg;
}

@media screen and (min-width: 782px) {
  footer .footer-nav div:first-of-type {
    padding-block-end: unset;
  }

  footer .footer-nav details {
    padding: 0;
    border: none;
  }

  footer .footer-nav details > nav {
    margin-block-start: 0;
  }

  footer .footer-nav details > summary {
    font-weight: 700;
    line-height: 30px;
    pointer-events: none;
  }

  footer .footer-nav details > summary::after {
    background: none;
  }
}

.wp-block-columns.is-style-timeline {
  position: relative;

  > .wp-block-column {
    position: static;
  }

  > .wp-block-column > p.has-text-align-right,
  > .wp-block-column > .wp-block-heading.has-text-align-right,
  > .wp-block-column > .wp-block-buttons.is-content-justification-right {
    @media (max-width: 782px) {
      text-align: start;
      justify-content: start;
    }
  }

  > .wp-block-column:has(> .wp-block-image) {
    @media (max-width: 782px) {
      order: 3;
    }
  }

  > .wp-block-column:has(> .wp-block-image)::before {
    content: ' ';
    display: block;
    inline-size: 2px;
    block-size: 100%;
    translate: -50% 0;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    background: var(--wp--preset--color--grey-2, #d9dbe3);

    @media (min-width: 782px) {
      inset-inline-start: 50%;
    }
  }

  > .wp-block-column:not(:has(> .wp-block-image))::before {
    z-index: 1;
    content: ' ';
    display: block;
    block-size: 16px;
    inline-size: 16px;
    translate: -50% 0;
    border-radius: 50%;
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: var(--wp--preset--spacing--90);
    background: var(--wp--preset--color--highlight-1, #d7b076);

    @media (min-width: 782px) {
      inset-block-start: 50%;
      inset-inline-start: 50%;
    }
  }
}

.swiper-button-prev,
.swiper-button-next {
  padding: 8px;
  block-size: 16px;
  inline-size: 16px;
  color: transparent;
  border-radius: 50%;
  background: var(--wp--preset--color--contrast);
  background-size: 12px 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.83333 1L11 5.375M11 5.375L6.83333 9.75M11 5.375L1 5.375%27 stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.is-style-list-navigation {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);

  ul {
    padding: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: var(--wp--preset--spacing--30);
    margin: var(--wp--preset--spacing--30) 0 0;
  }

  ul li {
    margin-inline-start: var(--wp--preset--spacing--30);
    padding-inline-start: var(--wp--preset--spacing--30);
  }

  ul li::marker {
    content: '-';
  }

  a {
    font-weight: normal;
    text-decoration: none;
  }
}

.wp-block-button[class*='is-style-arrow'] > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wp-block-button.is-style-arrow-right > *::after,
.wp-block-button.is-style-arrow-left > *::before {
  content: '';
  block-size: 11px;
  inline-size: 12px;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8, <svg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.09499 0.281702C6.4913 -0.102789 7.12471 -0.0927869 7.50932 0.303461L11.7176 4.63879C12.0886 5.0214 12.0943 5.62806 11.7306 6.01764L7.60527 10.4319C7.22824 10.8354 6.59513 10.8574 6.1916 10.4805C5.78809 10.1034 5.76696 9.47031 6.14403 9.06679L8.67609 6.35713L1.00944 6.42976C0.457183 6.43499 0.0052464 5.99154 1.43842e-05 5.43928C-0.00521738 4.88702 0.438237 4.43508 0.990497 4.42985L8.65714 4.35722L6.0742 1.69602C5.68956 1.29972 5.69869 0.666354 6.09499 0.281702Z%27 fill=%27white%27/></svg>")
    no-repeat center left / 12px 11px;
          mask: url("data:image/svg+xml;charset=UTF-8, <svg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.09499 0.281702C6.4913 -0.102789 7.12471 -0.0927869 7.50932 0.303461L11.7176 4.63879C12.0886 5.0214 12.0943 5.62806 11.7306 6.01764L7.60527 10.4319C7.22824 10.8354 6.59513 10.8574 6.1916 10.4805C5.78809 10.1034 5.76696 9.47031 6.14403 9.06679L8.67609 6.35713L1.00944 6.42976C0.457183 6.43499 0.0052464 5.99154 1.43842e-05 5.43928C-0.00521738 4.88702 0.438237 4.43508 0.990497 4.42985L8.65714 4.35722L6.0742 1.69602C5.68956 1.29972 5.69869 0.666354 6.09499 0.281702Z%27 fill=%27white%27/></svg>")
    no-repeat center left / 12px 11px;
}

.wp-block-button.is-style-arrow-right > *::after {
  margin-inline-start: 8px;
}

.wp-block-button.is-style-arrow-left > *::before {
  transform: scaleX(-1);
  margin-inline-end: 8px;
}

.wp-block-button[class*='is-style-arrow'].has-custom-width > *.has-text-align-left {
  justify-content: flex-start;
}

.wp-block-button[class*='is-style-arrow'].has-custom-width > *.has-text-align-center {
  justify-content: center;
}

.wp-block-button[class*='is-style-arrow'].has-custom-width > *.has-text-align-right {
  justify-content: flex-end;
}

@media (max-width: 782px) {
  .wp-block-columns.is-style-columns-mobile-reverse {
    flex-direction: column-reverse;
  }
}

.wp-block-gallery.is-style-gallery-showcase
  > figure.wp-block-image:not(#individual-image):first-of-type {
  inline-size: 100%;
}

.wp-block-gallery.is-style-gallery-showcase > figure.wp-block-image {
  flex-grow: 0;
}

.wp-block-read-more.is-style-arrow-right::after {
  content: '';
  block-size: 11px;
  inline-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background: currentColor;
  margin-inline-start: 8px;
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8, <svg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.09499 0.281702C6.4913 -0.102789 7.12471 -0.0927869 7.50932 0.303461L11.7176 4.63879C12.0886 5.0214 12.0943 5.62806 11.7306 6.01764L7.60527 10.4319C7.22824 10.8354 6.59513 10.8574 6.1916 10.4805C5.78809 10.1034 5.76696 9.47031 6.14403 9.06679L8.67609 6.35713L1.00944 6.42976C0.457183 6.43499 0.0052464 5.99154 1.43842e-05 5.43928C-0.00521738 4.88702 0.438237 4.43508 0.990497 4.42985L8.65714 4.35722L6.0742 1.69602C5.68956 1.29972 5.69869 0.666354 6.09499 0.281702Z%27 fill=%27white%27/></svg>")
    no-repeat center left / 12px 11px;
          mask: url("data:image/svg+xml;charset=UTF-8, <svg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.09499 0.281702C6.4913 -0.102789 7.12471 -0.0927869 7.50932 0.303461L11.7176 4.63879C12.0886 5.0214 12.0943 5.62806 11.7306 6.01764L7.60527 10.4319C7.22824 10.8354 6.59513 10.8574 6.1916 10.4805C5.78809 10.1034 5.76696 9.47031 6.14403 9.06679L8.67609 6.35713L1.00944 6.42976C0.457183 6.43499 0.0052464 5.99154 1.43842e-05 5.43928C-0.00521738 4.88702 0.438237 4.43508 0.990497 4.42985L8.65714 4.35722L6.0742 1.69602C5.68956 1.29972 5.69869 0.666354 6.09499 0.281702Z%27 fill=%27white%27/></svg>")
    no-repeat center left / 12px 11px;
}

.wp-block-post-terms.is-style-post-terms-pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--wp--preset--spacing--30);
}

.wp-block-post-terms.is-style-post-terms-pill > span.wp-block-post-terms__separator {
  display: none;
}

.wp-block-categories-list.is-style-post-terms-pill {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  gap: var(--wp--preset--spacing--30);
}

.wp-block-categories-list.is-style-post-terms-pill > li > a {
  display: inline-block;
}

.wp-block-query-pagination-numbers .page-numbers:not(.current) {
  color: var(--wp--preset--color--primary);
}

.wp-block-query-pagination-numbers .page-numbers.current {
  font-weight: 700;
  padding: var(--wp--preset--spacing--20);
}

div.is-style-block-query-taxonomy-filter-simple-line__container {
  display: flex;
  scrollbar-width: none;
  overflow: scroll visible;
}

.wp-block-bigbite-query-filter-taxonomy.is-style-block-query-taxonomy-filter-simple-line {
  gap: 0;
  flex: 0 1 100%;
  flex-wrap: nowrap;
  border-block-end: 4px solid color-mix(in srgb, var(--wp--preset--color--highlight-1), white);
}

.wp-block-bigbite-query-filter-taxonomy.is-style-block-query-taxonomy-filter-simple-line
  .wp-element-button {
  margin-block-end: -4px;
}

.wp-block-bigbite-query-filter-taxonomy.is-style-block-query-taxonomy-filter-simple-line
  .wp-element-button.active {
  background: none;
  border-color: var(--wp--preset--color--highlight-1);
}

.wp-block-bigbite-query-filter-taxonomy.is-style-block-query-taxonomy-filter-simple-line
  .wp-element-button:focus {
  outline-offset: -2px;
}

.wp-block-bigbite-query-filter-taxonomy.is-style-post-terms-pill {
  gap: var(--wp--preset--spacing--30);
}

.wp-block-bigbite-query-filter-taxonomy.is-style-post-terms-pill .wp-element-button.active {
  color: var(--wp--preset--color--base);
}

/*# sourceMappingURL=shared.css.map*/