.view-listing-page-gare{
  div.hero {
    padding: 0 0px 32px 0px;

    p.title {
      font-weight: 700;
      font-size: 48px;
      line-height: 56px;
      letter-spacing: -2px;
      color: #262626;
    }

    p.subtitle {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0;
      color: #2F475E;
    }

    @media (max-width: 767.98px) {
      padding: 0;
    }
  }

  .view-content.row {
    background-color: #E9EEF6;
    padding: 0 72px 40px 72px;

    @media (max-width: 767.98px) {
      padding: 0 12px 40px 12px;
    }
  }

  div.view-search {
    justify-content: flex-start;
    width: 100%;
  }

  .form-item-search-api-fulltext {
    flex: 1 1 auto;
    min-width: 0; /* evita overflow nei flex */
    margin-right: 0;

    &::before {
      content: '';
      display: block;
      position: absolute;
      left: 12px;
      top: 8px;
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%3E%3Cg%3E%3Cpath%20d%3D%22M21.9%2C21.1L16%2C15.3c1.3-1.5%2C2-3.4%2C2-5.3c0-4.4-3.6-8-8-8s-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8c1.9%2C0%2C3.8-0.7%2C5.3-2l5.8%2C5.9L21.9%2C21.1z%20M10%2C17c-3.9%2C0-7-3.1-7-7s3.1-7%2C7-7s7%2C3.1%2C7%2C7S13.9%2C17%2C10%2C17z%22/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none;
    }

    label.active {
      font-size: 24px !important;
      line-height: 32px;
      font-weight: 600;
      padding-left: 0;
      color: #262626 !important;
      padding-bottom: 30px;
    }

    input[name="search_api_fulltext"] {
      padding-left: 2.5rem;
      padding-top: 2px;
    }
  }

  .views-exposed-form {
    .form-submit {
      background-color: #B61F16;
      color: white;
      border-radius: 0 3px 3px 0;
      height: 40px;
      width: 70px;
      padding: 0 10px;
    }

    .form-submit:hover, .form-submit:focus {
      background-color: #B61F16;
      box-shadow: none;
      color: white;
    }
  }

  .form-item-sort-order .sort-order-exposed, #open-filters-modal {
    border: 2px solid #2C446A;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: transparent;
    color: #2C446A;
  }

  #open-filters-modal {
    width: 60px;
    height: 2.5rem;
    box-sizing: border-box;
  }

  header {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #2F475E;

    span {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0;
    }
  }

  #filters-exposed-left {
    .select-wrapper {
      margin-top: 25px;
    }

    .fieldset-legend, .select-wrapper label {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #191919;
      display: contents;
    }

    label.active.option {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #262626;
      margin-bottom: 0;
    }
  }
}