.sh-landing-page {
  background-color: var(--color-neutral-light);
}
.sh-landing-page__banner {
  background-color: var(--color-neutral-white);
  position: relative;
  padding: 4rem 1.3rem 5.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.8rem;
}
.sh-landing-page__banner_title {
  max-width: 621px;
  font-size: 3.6rem;
}
.sh-landing-page__banner_introduction {
  max-width: 554px;
  font-weight: 300;
  font-size: 1.6rem;
}
.sh-landing-page__banner_buttons {
  display: flex;
  gap: 11px;
  flex-direction: column;
}
.sh-landing-page__banner_buttons .va-button {
  text-align: center;
}
.sh-landing-page__banner_tabs {
  position: absolute;
  top: calc(100% - 1rem);
  background-color: var(--color-neutral-white);
  padding: 1.9rem 1.9rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-radius: 1rem;
}
.sh-landing-page__banner_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 13.3rem;
  height: 4.7rem;
  border-radius: 0.8rem;
  border: none;
  outline: none;
  background-color: var(--color-neutral-white);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  cursor: pointer;
}
.sh-landing-page__banner_tab,
.sh-landing-page__banner_tab:hover,
.sh-landing-page__banner_tab:focus,
.sh-landing-page__banner_tab:visited {
  color: var(--color-neutral-black);
}
.sh-landing-page__banner_tab.active {
  box-shadow: 0px 2px 12px 2px rgba(85, 85, 85, 0.24);
}
.sh-landing-page__banner_tab.active svg {
  color: var(--color-lp-primary);
}

.sh-landing-page__main {
  padding-top: 9.4rem;
  padding-bottom: 6.5rem;
  display: none;
}
.sh-landing-page__main.active {
  display: block;
}
.sh-landing-page__meta {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 6.9rem;
}

.sh-landing-page__meta-item {
  border-radius: 12px;
  background-color: var(--color-neutral-white);
  box-shadow: var(--shadow-interface);
  width: 100%;
  padding: 2rem 1.4rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-landing-page__meta-item_icon {
  height: 3.2rem;
  width: 3.2rem;
  font-size: 3.2rem;
  line-height: 100%;
  width: 32px;
}
.sh-landing-page__meta-item_title-wrapper {
  display: flex;
  gap: 0.8rem;
}

.sh-landing-page__meta-item_description {
  font-weight: 300;
}

/* DATASETS LIST */
.hidden {
  display: none !important;
}

.dataset-list-container * {
  box-sizing: border-box;
}

.dataset-list-container {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
}

.dataset-list-header {
  margin: 16px 0;
}

.dataset-list-footer {
  margin: 24px 0;
  text-align: center;
}

#dataset-list-load-more-button {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  color: #f5b200;
  padding: 12px 24px;
  border: 2px solid #f5b200;
  border-radius: 4px;
  cursor: pointer;
}

#dataset-list-filter {
  width: 100%;
  border: 2px solid var(--color-neutral-dark-100);
  border-radius: 4px;
  font-size: 18px;
  line-height: 28px;
  background: url(../images/magnifying-glass.png) no-repeat left;
  background-size: 24px;
  background-position-x: 16px;
  background-color: var(--color-neutral-white);
  padding: 8px;
  padding-left: 48px;
}

#dataset-list-filter::placeholder {
  color: var(--color-neutral-dark-400);
}

.dataset-item {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  word-break: break-word;
}

.dataset-item-content-wrapper {
  padding: 17px 24px;
}

.dataset-item + .dataset-item {
  margin-top: 24px;
}

.dataset-item-img-container {
  position: relative;
}

.dataset-item-img {
  width: 100%;
}

.dataset-item-img-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.dataset-item-img-overlay__hover {
  display: block !important;
  cursor: pointer;
}

.dataset-item-img-overlay img {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dataset-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 4px;
  margin-top: 1em;
}

.dataset-item-subtitle {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.dataset-item-datatype,
.dataset-item-coverage {
  line-height: 24px;
  margin: 0;
}

.dataset-item-description,
.dataset-item-soil-properties {
  margin: 1em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dataset-item-description {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.dataset-item-soil-properties {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.dataset-item-warning {
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #fff9e8;
  color: #c24a00;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.dataset-item-warning a {
  color: #c24a00;
}

.dataset-item-warning + .dataset-item-warning {
  margin-top: 1em;
}

.dataset-item-warning img {
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  padding-right: 4px;
  transform: translateY(2px);
}

a.dataset-item-pagelink {
  display: block;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  background-color: var(--color-lp-primary);
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
}

a.dataset-item-pagelink:hover {
  text-decoration: none;
}
/* END DATASETS LIST */

.sh-landing-page__filters {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.sh-landing-page-filter__title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.9rem;
}
.sh-landing-page-filter__title > span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  padding-top: 0.2rem;
}
.sh-landing-page-filter__title > span > span {
  position: relative;
}
.sh-landing-page-filter__title > span > span:after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 2px);
  background-color: var(--color-lp-primary);
  top: 30px;
  right: 2px;
}
.sh-landing-page-filter__content {
  font-size: 1.6rem;
  line-height: 150%;
}

.sh-landing-page-filter__content > * {
  margin-bottom: 2.4rem;
}
.sh-landing-page-filter__content *:last-child {
  margin-bottom: 0;
}
.sh-landing-page-filter__content ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 2rem;
}
.sh-landing-page-filter__content li {
  margin-bottom: 2rem;
}
.sh-landing-page-filter__content a {
  color: var(--color-neutral-black);
}

footer {
  background: var(--color-brand-dark-green-1000);
  color: var(--color-neutral-white);
}
.footer-top {
  padding: 3.1rem 0 3.7rem;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.7rem;
}
.footer-link,
.footer-link:hover,
.footer-link:focus,
.footer-link:visited {
  color: var(--color-neutral-white);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 1.7rem 0 2rem;
  border-top: 1px solid var(--color-brand-dark-green-600);
  gap: 1.4rem;
}
.footer-copy {
  font-weight: 300;
  text-align: center;
}
.footer-socials {
  display: flex;
  gap: 2.1rem;
}

@media screen and (max-width: 768px) {
  .sh-landing-page__banner_buttons .va-button {
    width: 100%;
  }
  .sh-landing-page__banner_tabs {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .sh-landing-page__banner {
    text-align: center;
    align-items: center;
  }
  .sh-landing-page__banner_buttons {
    justify-content: center;
    gap: 2.4rem;
    flex-direction: row;
  }
  .sh-landing-page__banner_title {
    font-size: 5.8rem;
  }
  .sh-landing-page__banner_introduction {
    font-size: 2.4rem;
  }
  .sh-landing-page__meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sh-landing-page__meta-item {
    width: calc(50% - 1rem);
    max-width: 29.7rem;
    height: 182px;
    padding: 2rem 2.4rem 1.3rem;
  }
  .sh-landing-page__meta-item_icon {
    height: 4rem;
    width: 4rem;
    font-size: 4rem;
  }
  .sh-landing-page__meta-item_title-wrapper {
    flex-direction: column;
    gap: 1.2rem;
  }
  .sh-landing-page__main {
    padding-bottom: 11.9rem;
  }

  /* DATASETS LIST */
  #dataset-list-filter {
    width: 353px;
    display: block;
    margin-left: auto;
  }

  .dataset-item-content-wrapper {
    display: flex;
    padding: 25px 35px;
  }

  img.dataset-item-img,
  .dataset-item-img-overlay {
    width: 310px;
    /* height: 255px; */
  }

  .dataset-item-content {
    padding-left: 36px;
  }

  .dataset-item-title {
    margin-top: 0;
  }

  .dataset-item-coverage,
  .dataset-item-datatype {
    display: inline;
  }

  .dataset-item-coverage + .dataset-item-datatype {
    margin-left: 26px;
  }

  a.dataset-item-pagelink {
    display: inline-block;
    padding: 8px 20px;
    margin-top: 16px;
  }
  /* END DATASETS LIST */

  .sh-landing-page-filter__content {
    padding-left: 5.9rem;
    max-width: 93.3rem;
  }
  .sh-landing-page__filters {
    gap: 4.5rem;
  }
  .sh-landing-page-filter__title > span {
    font-size: 32px;
    line-height: 130%;
  }
  .sh-landing-page-filter__title > span > span:after {
    top: 37px;
  }
  .footer-top {
    padding: 19.7rem 0 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 5.7rem;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: row;
    padding: 1.7rem 0 5.3rem;
  }
}

@media screen and (min-width: 768px) {
  .sh-landing-page__meta {
    justify-content: center;
  }
}

@media screen and (min-width: 1168px) {
  .sh-landing-page__meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sh-landing-page__meta-item {
    width: calc(25% - 1.5rem);
  }
}
