/* Results */

#ic-results {
  background: #d9e1e2;
  position: relative;
  z-index: 1;
  padding: 8rem 0;
}
#contact-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 9.3rem 0;
}
#contact-result h2 {
  text-transform: uppercase;
  color: #00263a;
  text-align: right;
  font-family: "Tenor Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#contact-result .btn-black:hover {
  background-color: var(--color-blue-primary);
  color: #d9e1e2;
}
#ic-resultsList {
  position: relative;
}
#ic-resultsList > div {
  width: 90%;
  max-width: 127rem;
  margin: 0 auto;
}
#ic-areaBanner > article,
#ic-contentMore {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px 40px;
}
#ic-contentMore {
  padding: 0 20px 100px;
}
#ic-areaBanner h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
}
#ic-areaBanner h3 {
  font-family: "Open Sans";
  color: #fff;
  font-weight: 300;
}

/* META */
#ic-areaMeta {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#ic-areaIntro h1 {
  font-size: 2em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#ic-areaIntro h2 {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 300;
}
#wrap-order {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
#wrap-tab--order {
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
#ic-areaIntro h2,
#ic-areaIntro h3,
#ic-areaIntro h4,
#ic-areaIntro h5 {
  font-family: "Open Sans";
}
.ic-resultsMeta {
  width: 90%;
  max-width: 127rem;
  margin: 0 auto 3.8rem auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: wrap row;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
#ic-metaBottom.ic-resultsMeta {
  justify-content: center;
  margin-top: 8rem;
}
#ic-resultsInfo {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 20px;
}

.ic-resultsMeta > article {
  max-width: calc(100% - 300px);
  margin: auto auto auto 0;
}
.ic-resultsMeta.ic-metaBottom > article {
  max-width: none;
}
.ic-resultsMeta h1,
.ic-resultsMeta h2 {
  color: #00263a;
  font-family: "FoundersGrotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.ic-resultsMeta .ic-orderBy {
  margin: auto 0 auto auto;
  min-width: 220px;
}
.ic-resultsMeta .ic-orderBy .options {
  width: 99%;
}
.ic-resultsMeta .ic-orderBy .option.selected {
  display: none;
}

.ic-resultsMeta h5 {
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.02em;
}
.ic-resultsMeta .ic-pagination {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

#ic-areaIntro span:empty + button {
  display: none;
}

#ic-results.ic-recomProps #ic-page {
  display: block;
  max-width: 760px;
  padding: 30px 20px 10px;
  text-align: center;
}
#ic-results.ic-recomProps h1 {
  text-align: center;
}

#ic-results.ic-shortlistPage .ic-resultsMeta > article {
  flex: 1 100%;
  max-width: 100%;
}
#ic-results.ic-shortlistPage h1 {
  margin-bottom: 0;
}
#ic-favShareList {
  flex: 1 80%;
  max-width: calc(100% - 300px);
}
#ic-favShareList h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  line-height: 1;
  margin: 0;
}
#ic-favShareList a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 9px;
  font-size: 1.2em;
  line-height: 1;
}

/* RWD */
@media only screen and (max-width: 1030px) {
  #contact-result {
    flex-direction: column;
    gap: 4rem;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 1000px) {
  #search-results.mt {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 860px) {
  #wrap-tab--order {
    display: none;
  }
  .ic-resultsMeta .ic-orderBy {
    margin: auto 0 auto auto;
    min-width: 170px;
  }
}
@media only screen and (max-width: 540px) {
  #ic-results {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 500px) {
  .ic-resultsMeta h2 {
    width: 50%;
    font-size: 12px;
  }

  #wrap-order {
    width: 50%;
    justify-content: flex-end;
  }
  .ic-resultsMeta #wrap-order {
    width: 50%;
    justify-content: flex-end;
  }
  .ic-resultsMeta .ic-orderBy {
    margin: 0;
    min-width: 166px;
  }
  .ic-resultsMeta {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #contact-result h2 {
    color: #00263a;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: inherit;
  }
}
@media only screen and (max-width: 420px) {
  .ic-resultsMeta {
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto 2rem auto;
    gap: 1rem;
  }
  .ic-resultsMeta #wrap-order {
    justify-content: flex-start;
  }
}
