.search-template {
  width: 100%;
  background-color: #fff;
  color: $primary-color;
  font-size: 1.6rem;
  min-height: 610px;
  padding-left: 10px;
  padding-right: 10px;

  > div {
    max-width: $max-width;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-template__results {
  padding-top: 22px;
  padding-bottom: 100px;
  width: 66.66666667%;

  @include md {
    width: 100%;
  }

  > div {
    padding-left: 6px;
    padding-right: 16px;
  }
}

.search-template__header {
  margin-left: 12.5%;
  width: 87.5%;

  @include xs {
    margin-left: 0;
    width: 100%;
  }

  h1 {
    margin: 40px 0;

    span {
      font-style: italic;
      font-weight: 400;
    }
  }
}

.search-template__body {
  .tile-wrapper {
    margin-bottom: 50px;
    opacity: 0;
    transition: all 0.2s;
    visibility: hidden;
    transform: translateY(-15%);

    > div {
      width: 87.5%;
      margin-left: 12.5%;

      @include xs {
        margin-left: 0;
        width: 100%;
      }
    }
  }

  .tite-wrapper__placeholder {
    h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 2.6rem;
      line-height: 3.1rem;
      color: $secondary-color;
      font-weight: 700;
    }

    h1 {
      margin-top: 0;
      font-size: 3.4rem;
      line-height: 3.8rem;
    }
  }

  .tile-wrapper__content {
    p {
      font-size: 1.8rem;
      margin: 0;
    }
  }
}
