body.page-template-blogs
  .navigation__checkbox:checked
  + label
  + div
  + nav
  + .site-logo
  svg
  path {
  fill: black;
  animation: AnimInB 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}

body.page-template-blogs header .site-logo svg path {
  animation: AnimOutB 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes AnimInB {
  0%,
  60% {
    fill: #fff;
  }

  62% {
    fill: #000;
  }

  65%,
  100% {
    fill: #000;
  }
}

@keyframes AnimOutB {
  0%,
  60% {
    fill: #000;
  }

  62% {
    fill: #fff;
  }

  65%,
  100% {
    fill: #fff;
  }
}

body.page-template-blogs {
  color: #ffffff;
  background-color: #000000;
}

#filtro .button-group.filter-button-group button {
  padding-bottom: 5px;
  font-size: 16px;
  margin-bottom: 0.6ch;
}

.blog-hero__title {
  font-size: 36.76px;
  line-height: 39.35px;
}

.blog-hero__arrow {
  margin-top: 7px;
  width: 26px;
  height: 26px;
}

.blog-hero__text {
  font-weight: 300;
  font-size: 22.18px;
  line-height: 145%;
}

.blog-line__separator {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 16px 0 40px;
}

.blog-item > .blog-item__link {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-item__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-item__date {
  font-weight: 300;
  font-size: 15px;
  line-height: 110.00000000000001%;
}

.blog-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-item__title {
  font-weight: 600;
  font-style: bold;
  font-size: 22px;
  line-height: 110.00000000000001%;
  margin-bottom: 0;
}

.blog-item__description {
  font-weight: 300;
  font-size: 22px;
  line-height: 110.00000000000001%;
}

.blog-item__author {
  font-weight: 300;
  font-size: 15px;
  line-height: 110.00000000000001%;
}

.blog-item__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-item__filter {
  font-size: 16px;
  padding: 5px 1.4ch 5px;
  line-height: 1.5em;
  letter-spacing: 0.045em;
  border-radius: 20px;
  transition: 0.2s all;
  background: transparent;
  color: white;
  border: 1px solid white;
}

.load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: Helvetica Neue LT Std;
  font-size: 63px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  margin-top: 100px;
  margin-bottom: 80px;
}

.load-more-btn:hover {
  text-decoration: none;
}

.load-more-arrow {
  width: 50px;
  height: 50px;
  transition: filter 0.3s ease;
}

.no-results-message {
  font-family: Helvetica Neue LT Std;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  margin: 40px 0;
}

@media (width < 768px) {
  .blog-hero__title {
    font-size: 22px;
    line-height: 24.21px;
  }

  .blog-hero__arrow {
    width: 15px;
    height: 15px;
  }

  .blog-hero__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 145%;
  }

  .blog-item__title {
    font-size: 20px;
  }

  .blog-item__description {
    font-size: 18px;
  }

  .load-more-btn {
    font-size: 35px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .load-more-arrow {
    width: 18px;
    height: 18px;
  }
}
