.node-digital-map {
  text-align: center;

  & a {
    display: block;
  }

  & img {
    display: block;
    width: 100%;
    height: auto;
  }

  .logo-image {
    aspect-ratio: 3/2;
    border: 2px solid rgba(0,0,0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
      display: block;
      width: 70%;
      height: auto;
    }
  }

  & h2 {
    font-size: 1em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.75em 0;
    border-bottom: 1px solid #cdcdcd;
  }

  & .product-type {
    
    & > * {
      display: inline-block;
    }

    & > span {
      color: #2f2d2e;
      padding-right: 0.5em;
      font-weight: 700;
    }
    
    & .field--name-field-product-type  {
      font-size: 1.25em;
      line-height: 1.2em;
      padding: 0.5em 0;
      color: #2f2d2e;
      font-weight: 700;
    }
  }

  & .view {
    display: inline-block;
    position: relative;
    padding: 1em 3em;
    background: #1baac8;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.25s;
    width: 100%;
    padding: 0.5em;
  }
}


.paragraph--type--lake-search-form {
  max-width: 1000px;
  margin: auto;
  padding: 1.875rem 0.9375rem;

  @media screen and (min-width: 60em) {
    padding: 2.5rem 1.25rem;
  }

  @media screen and (min-width: 80em) {
    padding: 3.75rem 1.875rem;
  }

  @media screen and (min-width: 100em) {
    padding: 5rem 2.5rem;
  }
}

.paragraph--type--lake-search-form .views-exposed-form {
  display: block!important;
  position: relative;
  padding: 0!important;

  & .form-item {
    padding-left: 0!important;
    padding-right: 0!important;

    @media screen and (min-width: 640px) {
      padding-right: 200px!important;
    }

    @media screen and (min-width: 960px) {
      padding-right: 300px!important;
    }
  }

  & .form-actions {
    display: block!important;
    padding: 0!important;
    width: 100%;

    @media screen and (min-width: 640px) {
      position: absolute;
      right: 0;
      top: 0;
      width: 200px;
    }
    @media screen and (min-width: 960px) {
      width: 300px;
    }

    & button {
      height: 60px;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%;
      text-align: center;
    }
  }
}



.not-front .node-banner,
.not-front .paragraph--type--banner {
  height: 40vh;

  @media screen and (min-width: 60em) {
    min-height: 700px;

    & .content {
      margin-top: 60px;
    }
  }
}