.inspect-home-search-wrapper {
  .select2-container {
    width: 100% !important;
  }

  // .inspect-filter-widget {
  //   padding-top: rem(26px);
  // }

  .submit-search {
    display: block;
    width: 100%;
    cursor: pointer;
    min-height: 1px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .inspect-home-search-footer {
    align-self: end;
    @media (max-width: 991px) {
      margin-top: rem(30px);
    }
  }

  .select2-selection__placeholder {
    color: var(--color__text-light, #111827a8);
    font-weight: 500;
    font-size: rem(14px);
  }

  .submit-search {
    margin-top: 1.625rem;
  }
}

.rq-home-banner-content,
.search-header {
  h3 {
    font-size: calc(var(--base__font-size, 16px) - 2px);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: rem(14px);
  }
  p {
    margin-bottom: 0;
  }
}

.inspect-home-search-wrapper {
  .search-layout-two {
    .search-header-body {
      margin-bottom: rem(30px);
    }
  }
}

// cartsy lite support
.page {
  .cartsylite-content-area {
    .entry-content {
      > .inspect-home-search-wrapper {
        overflow: unset;
      }
    }
  }
}

.inspect-vertical-search-wrapper {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 13px 30px -3px rgba(16, 66, 97, 0.08);
  box-shadow: 0 13px 30px -3px rgba(16, 66, 97, 0.08);
  position: relative;

  @media (max-width: 480px) {
    width: 100%;
    padding: 32px 25px 25px;
  }

  @media (max-width: 767px) {
    padding: 32px 30px;
  }
  .search-header {
    margin-bottom: rem(20px);

    h3 {
      color: #2d3748;
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      margin: 0 0 15px;
    }

    p {
      color: #718096;
      font-size: calc(16px - 2px);
      line-height: 24px;
      font-weight: 500;
      margin: 0;
    }
  }

  .search-header-body {
    border-radius: rem(6px);
  }
}
