:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
[x-cloak] {
  display: none !important;
}

.posts-filter .fade-transition {
  transition: opacity 200ms ease;
}
.posts-filter .fade-enter {
  opacity: 0;
}
.posts-filter .fade-enter-active {
  opacity: 1;
}
.posts-filter .fade-leave {
  opacity: 1;
}
.posts-filter .fade-leave-active {
  opacity: 0;
}
.posts-filter .posts-count {
  font-family: var(--wp--preset--font-family--secondary);
  color: #9DBEB7;
}
.posts-filter .posts-count strong {
  font-weight: 400;
}
.posts-filter .posts-filter-controls {
  margin: 0 0 6rem 0;
}
.posts-filter .posts-filter-controls .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.posts-filter .posts-filter-controls input {
  height: 4.2rem;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-16);
  padding: 0 40px 0 2rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23F5007B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m14.822 15.134-3.378-3.378m0 0a6.222 6.222 0 1 0-8.799-8.8 6.222 6.222 0 0 0 8.8 8.8Z'/%3E%3C/svg%3E");
  background-position: calc(100% - 2rem) 50%;
  background-repeat: no-repeat;
  border: 1px solid #6D6969;
  border-radius: 30rem;
}
.posts-filter .posts-filter-controls input:focus, .posts-filter .posts-filter-controls input:active {
  border: 1px solid #A3A3A3;
  outline: none;
}
.posts-filter .posts-filter-controls .dropdown {
  position: relative;
}
.posts-filter .posts-filter-controls .dropdown button {
  width: 100%;
  height: 4.2rem;
  font-size: var(--wp--preset--font-size--font-16);
  padding: 0 2rem;
  background-color: transparent;
  border: 1px solid #6D6969;
  border-radius: 30rem;
  transition: border 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .dropdown button span {
  display: block;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
  overflow: hidden;
}
.posts-filter .posts-filter-controls .dropdown button:after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%23F5007B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M11 1 6.022 6.078 1 1'/%3E%3Cpath stroke='%23F5007B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m11 5-4.978 5.078L1 5'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  right: 2rem;
  transition: transform 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .dropdown button:focus, .posts-filter .posts-filter-controls .dropdown button:active {
  border: 1px solid #A3A3A3;
  outline: none;
}
.posts-filter .posts-filter-controls .dropdown button:focus:after {
  transform: scaleY(-1);
}
.posts-filter .posts-filter-controls .dropdown button:hover {
  cursor: pointer;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu {
  width: 100%;
  min-width: 222px;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  list-style: none;
  margin: 1.2rem 0 0 0;
  padding: 1.5rem 0;
  color: #CED0D3;
  background: linear-gradient(180deg, #181818 0%, #272727 100%);
  border-radius: 5px;
  position: absolute;
  z-index: 5;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0.6rem 1.6rem;
  border-radius: 3px;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li:before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  margin-top: 0.4ch;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='15' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.338 15.445 7.108-6.969-7.108-7.03' stroke='%23CED0D3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.015 8.48H.912' stroke='%23CED0D3' stroke-linecap='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg width='15' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.338 15.445 7.108-6.969-7.108-7.03' stroke='%23CED0D3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.015 8.48H.912' stroke='%23CED0D3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  background: rgba(206, 208, 211, 0.4);
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li.all {
  color: #ACD1C9;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li:hover, .posts-filter .posts-filter-controls .dropdown .dropdown-menu li:active, .posts-filter .posts-filter-controls .dropdown .dropdown-menu li:focus {
  gap: 1.25rem;
  cursor: pointer;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li:hover:before, .posts-filter .posts-filter-controls .dropdown .dropdown-menu li:active:before, .posts-filter .posts-filter-controls .dropdown .dropdown-menu li:focus:before {
  background: #ACD1C9;
}
.posts-filter .posts-filter-controls .filter-reset {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  font-size: var(--wp--preset--font-size--font-17);
  line-height: 1;
  color: #CED0D3;
  cursor: pointer;
  transition: color 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .filter-reset svg {
  margin-top: -2px;
  transition: transform 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .filter-reset:hover svg, .posts-filter .posts-filter-controls .filter-reset:focus-visible svg {
  transform: scale(1.1);
}
@media (min-width: 600px) {
  .posts-filter .posts-filter-controls .inner {
    flex-direction: row;
  }
  .posts-filter .posts-filter-controls .inner .posts-filter-label {
    width: 100%;
  }
  .posts-filter .posts-filter-controls .inner > div {
    width: calc(50% - 0.5rem);
  }
  .posts-filter .posts-filter-controls .inner > div.search-bar {
    width: 100%;
  }
}
@media (min-width: 782px) {
  .posts-filter .posts-filter-controls .inner > div {
    width: calc(28% - 0.8rem);
  }
  .posts-filter .posts-filter-controls .inner > div.search-bar {
    width: calc(44% - 0.8rem);
  }
}
@media (min-width: 900px) {
  .posts-filter .posts-filter-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
  }
  .posts-filter .posts-filter-controls .posts-count {
    margin: 0;
    order: 10;
  }
  .posts-filter .posts-filter-controls .inner {
    width: calc(100% - 150px);
    align-items: center;
  }
  .posts-filter .posts-filter-controls .inner > div.dd-tags {
    width: 28%;
  }
  .posts-filter .posts-filter-controls .inner > div.dd-years {
    width: 20%;
  }
  .posts-filter .posts-filter-controls .inner > div.search-bar {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .posts-filter .posts-filter-controls {
    position: sticky;
    top: 10px;
    z-index: 9;
  }
  .posts-filter .posts-filter-controls:before {
    content: "";
    display: block;
    background: rgba(24, 24, 24, 0.9);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 10px;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -12px;
    right: -12px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
  }
  .posts-filter .posts-filter-controls.is-sticky:before {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .posts-filter .posts-filter-controls .inner {
    width: calc(66.66% - 3rem);
  }
  .posts-filter .posts-filter-controls .inner > div.dd-tags {
    width: 30%;
  }
  .posts-filter .posts-filter-controls .inner > div.dd-years {
    width: 24%;
  }
  .posts-filter .posts-filter-controls .inner > div.search-bar {
    width: 43%;
  }
}
.posts-filter .load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.5ch 3rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #181818;
  border: 1px solid rgba(163, 163, 163, 0.3);
  display: flex;
  justify-content: center;
  margin: var(--wp--preset--spacing--m) auto var(--wp--preset--spacing--m) auto;
}
.posts-filter .load-more:hover, .posts-filter .load-more:active, .posts-filter .load-more:focus {
  border-color: #fff;
}
.posts-filter .posts-listing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6rem;
}
.posts-filter .posts-listing .excerpt {
  display: block;
}
.posts-filter .posts-listing .excerpt__thumb {
  margin: 0 0 2rem 0;
}
.posts-filter .posts-listing .excerpt__thumb img {
  width: 100%;
  aspect-ratio: 1/0.675;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.posts-filter .posts-listing .excerpt__body h3 {
  font-size: var(--wp--preset--font-size--font-21);
  margin: 1.5rem 0 !important;
  color: #ACD1C9;
  transition: color 0.35s ease-in-out;
}
.posts-filter .posts-listing .excerpt__body .meta {
  font-size: var(--wp--preset--font-size--font-16);
  margin: 0;
  color: #fff;
}
.posts-filter .posts-listing .excerpt__body > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  color: #CED0D3;
  overflow: hidden;
}
.posts-filter .posts-listing .excerpt__body .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-filter .posts-listing .excerpt__body .post-tags li {
  margin: 0;
  padding: 0.5ch 1.5ch;
  color: #CED0D3;
  background: #0A0A0A;
  border: 1px solid rgba(109, 105, 105, 0.3);
  border-radius: 5px;
}
.posts-filter .posts-listing .excerpt__body .btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 3rem;
  transition: gap 0.35s ease-in-out;
}
.posts-filter .posts-listing .excerpt__body .btn em {
  display: inline-block;
  width: 0;
  font-size: 1.5rem;
  font-style: normal;
  text-transform: uppercase;
  white-space: nowrap;
  color: #9DBEB7;
  overflow: hidden;
  opacity: 0;
  transition: width 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.posts-filter .posts-listing .excerpt:hover .excerpt__body .btn, .posts-filter .posts-listing .excerpt:active .excerpt__body .btn, .posts-filter .posts-listing .excerpt:focus .excerpt__body .btn {
  gap: 1rem;
}
.posts-filter .posts-listing .excerpt:hover .excerpt__body .btn em, .posts-filter .posts-listing .excerpt:active .excerpt__body .btn em, .posts-filter .posts-listing .excerpt:focus .excerpt__body .btn em {
  width: 8rem;
  opacity: 1;
}
@media (min-width: 782px) {
  .posts-filter .posts-listing {
    flex-direction: row;
    gap: 4rem;
  }
  .posts-filter .posts-listing > .post-item {
    width: calc(50% - 2rem);
  }
  .posts-filter .posts-listing > .post-item a {
    height: 100%;
    padding-bottom: 7rem;
    position: relative;
  }
  .posts-filter .posts-listing > .post-item .btn {
    position: absolute;
    left: 0;
  }
  .posts-filter .posts-listing > .post-item:not(:first-of-type) .excerpt__thumb img {
    aspect-ratio: 1/0.65;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .posts-filter .posts-listing > .post-item:not(:first-of-type) .excerpt__body .btn {
    bottom: 0;
  }
  .posts-filter .posts-listing > .post-item:first-of-type {
    width: 100%;
    background: linear-gradient(180deg, #181818 0%, #272727 100%);
    border: 1px solid rgba(109, 105, 105, 0.3);
    border-radius: 10px;
  }
  .posts-filter .posts-listing > .post-item:first-of-type .excerpt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding-bottom: 0;
  }
  .posts-filter .posts-listing > .post-item:first-of-type .excerpt__thumb {
    margin-bottom: 0;
  }
  .posts-filter .posts-listing > .post-item:first-of-type .excerpt__thumb img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center right;
       object-position: center right;
  }
  .posts-filter .posts-listing > .post-item:first-of-type .excerpt__body {
    padding: 4rem 4rem 12rem 0;
    position: relative;
  }
  .posts-filter .posts-listing > .post-item:first-of-type .excerpt__body > p {
    -webkit-line-clamp: 6;
  }
  .posts-filter .posts-listing > .post-item:first-of-type .excerpt h3 {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: var(--wp--preset--font-size--font-28);
    font-weight: 400;
    line-height: 1.34;
  }
  .posts-filter .posts-listing > .post-item:first-of-type .excerpt .btn {
    bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .posts-filter .posts-listing {
    gap: 9rem;
  }
  .posts-filter .posts-listing > .post-item {
    width: calc(33.33% - 6rem);
  }
  .posts-filter .posts-listing > .post-item:first-of-type {
    width: calc(66.66% - 3rem);
  }
}