.search-title {
  text-align: center;
  padding: 80px 0 60px;

  h1 {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 50px;
    span,
    strong {
      display: inline-block;

    }
    strong {
      font-weight: 400;
      color: $accent;
    }
  }
  p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .search-fields {
    text-align: left;
    @include max-break($break-small) {
      text-align: center;
    }
    .row {
      max-width: 800px;
      margin: 0 auto;
      min-width: 0;
    }
  }
  &.archive-title {
    h1 {
      margin-bottom: 20px;
    }
  }
  &.shop-title {
    padding-top: 0;
  }
  .archive-sub-categories {
    margin-bottom: 10px;
  }
}
.thb-author-page {
  padding: 70px 0 50px;
  text-align: center;

}
.author_grid {
  margin-bottom: 50px;
}
.thb-author-info {
  display: flex;
  flex-direction: column;
  align-items: center;

  .author_grid & {
    text-align: center;
  }
  &:last-child {
    margin-bottom: 0;
  }
  figure {
    width: 116px;
    height: 116px;
    margin: 0 0 30px 0;
    flex-shrink: 0;
    img {
      @extend .object-fit;
      border-radius: 50%;
    }
    >a {
      display: block;
    }
  }
  .thb-author-page-description {
    max-width: 100%;
    .author_grid & {
      padding: 0 15px;

      h4 {
        font-weight: 400;
      }
      p {
        font-size: 13px;
      }
    }
    h4 {
      display: block;
      line-height: 1;
      margin-bottom: 15px;
    }
    p {
      font-size: inherit;
      margin: 0;
    }
  }
}
.thb-author-page-meta {
  margin-top: 20px;
  font-size: 10px;
  text-transform: uppercase;

  .author_grid & {
    text-align: center;
  }
  strong {
    display: none;
    font-weight: 400;
    margin: 0 15px 0 5px;

    @include min-break($break-small) {
      display: inline-block;
    }
  }
  span {
    margin-right: 10px;
  }
  a {
    display: inline-flex;
    padding: 0 6px;
    font-size: 12px;
    &:hover {
      color: $accent;
    }
    @each $profile, $color in $social {
      &.author-link-#{$profile} {
        &:hover {
          color: $color;
        }
      }
    }
  }
}