.zen-breadcrumbs {
  ol {
    flex-wrap: nowrap !important;
    padding: 0;
    li:first-child {
      a {
        span {
          font-family: Nunito;
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: normal;
          letter-spacing: 0.7px;
        }
      }
    }
    li {
      min-width: fit-content;
      color: #888888;
      span {
        color: #888888;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
    }
    li:last-child {
      span {
        color: #000;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
    }
  }
}

#navbar-new__bot-mobile {
  display: none;
}

.section_title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
}

.section_subtitle {
  text-align: center;
  margin-bottom: 64px;

  p {
    margin: 0;
  }
}

@media (max-width: 767.99px) {
  .section_title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs_wrap {
    display: flex !important;
  }
}

@media (max-width: 767.99px) {
  .breadcrumbs_wrap {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 767.99px) {
  .hide-mobile {
    display: none !important;
  }
}

#colophon .img-fluid,
#top {
  filter: invert();
}

.btn {
  border: 3px solid black;
  align-items: center;
  height: 64px;
  gap: 8px;
  font-weight: 800;
}

.btn:hover {
  background-image: url("img/pattern-repeat.svg");
  background-size: 18px;
  background-color: white;
  outline: 2px solid black;
  color: black;
}

.btn-black-primary {
  background-color: black;
  color: white;
}

.btn-green-primary {
  border: none;
  background-color: #22e243;
}

/* style do zen-compare--banks.php */
.zen-compare {
  margin-bottom: 75px;
}

.zen-compare .zen-compare__inner {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.zen-compare .zen-compare__title {
  margin: 0 0 8px;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.zen-compare .zen-compare__lead {
  margin: 0 0 42px;
  color: #000;
  font-family: Nunito;
  font-size: 14px;
  line-height: 20px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* tabela */
.zen-compare .zen-compare__table {
  margin: 0px auto;
  margin-bottom: 128px;
  /* width: 352px; */
}

.zen-compare .zbc-head,
.zen-compare .zbc-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  /* width: 352px; 
  height: 50px; */
}

.zen-compare .zbc-head {
  font-weight: bold;
}

.zen-compare .zbc-head .zbc-cell img {
  max-height: 35px;
  display: block;
  margin: 0 auto;
}
.zen-compare .zbc-row {
  padding: 0 48px;
}
.zen-compare .zbc-row:nth-child(even) {
  background: #fff;
  border-radius: 128px;
}

.zen-compare .zbc-row .zbc-label {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: left;
  width: 100%;
  max-width: 87px;
}

.zbc-row-head {
  display: flex;
  gap: 12px;

  align-items: center;
  img {
    width: 110px;
  }

  span {
    color: #22e243 !important;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.zen-compare .zbc-row .zbc-value {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-align: left;
  width: 100%;
  padding-left: 20px;
}

.zen-compare .zen-compare__cta {
  margin: 24px 0 35px;
  margin-top: 40px;
}

.zen-compare .zen-compare__btn {
  display: inline-block;
  border-radius: 64px;
  background: #22e243;
  color: #000;
  font-family: Nunito;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24px;
  padding: 16px 24px;
  text-decoration: none;
}

.zen-compare .zen-compare__link {
  display: block;
  margin: 0 0 21px;
  color: #000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.zen-compare .zen-compare__table {
  position: relative;
  --row-h: 50px; /* wysokość jednego wiersza */
}

.zen-compare .zbc-head .is-highlight {
  position: relative;
  width: 100%;
  padding-right: 25px;
}

.zen-compare .zbc-head .is-highlight::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -6px;
  width: calc(100% + 6px);
  height: 250px;
  border-radius: 6px;
  border: 3px solid #22e243;
  pointer-events: none;
  z-index: 0;
  max-width: 99px;
}

.zen-compare .zbc-head .is-highlight > * {
  position: relative;
  z-index: 1;
}

/* Desktop 
@media (min-width: 824px) { */
.zen-compare .zbc-head .is-highlight::after {
  height: 400px;
}
.zen-compare .zbc-row .zbc-value {
  padding-left: unset;
}
.zen-compare {
  margin: 110px 0px;
  margin-bottom: 0;
  .zen-compare__inner {
    max-width: 1100px;
  }
  .zen-compare__title {
    max-width: none;
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.92px;
  }
  .zen-compare__lead {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    max-width: none;
  }

  .zen-compare__table {
    width: 100%;
  }
  .zbc-head,
  .zbc-row {
    width: 100%;
  }
  .zbc-row .zbc-label {
    font-size: 18px;
    line-height: 24px;
    max-width: 250px;
  }
  .zbc-head,
  .zbc-row {
    min-height: 80px;
    height: auto;
    padding-block: 24px;
  }
  .zbc-row .zbc-value {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .zbc-head .zbc-cell img {
    height: 60px;
    max-height: 60px;
  }
  .zbc-head .is-highlight img {
    height: 30px;
    max-height: 30px;
  }
  .zbc-head .is-highlight::after {
    max-width: calc(100% - 25px);
  }
}
/*
} */

.compare-swiper-details {
  margin-top: 32px;
  .swiper-slide {
    text-align: center;
    > div {
      max-width: 320px;
      margin: auto;
      border-bottom: 1px solid white;
      padding-bottom: 32px;
      margin-bottom: 32px;
    }

    > div:last-child {
      border: none;
    }
  }
}

.cash-swiper {
  padding-top: 0 !important;
}

.cash-deposits-hero {
  margin-top: 48px;
}

@media (max-width: 767.99px) {
  .cash-deposits-hero {
    margin-top: 64px;
  }
}
/* additional map search */

.additional_map_search {
  padding: 0 8px;
  .additional_map_search-wrapper {
    background-color: white;
    margin: auto;
    max-width: 850px;
    display: flex;
    border-radius: 128px;

    > div {
      display: flex;
      background-color: #f0eee7;
      margin: 32px;
      border-radius: 128px;
      flex: 1;
      padding: 24px;
      position: relative;
    }

    input {
      flex: 1;
      background: none;
      border: none;
      padding: 8px;
    }

    #additional_map_search-input::placeholder {
      display: none !important;
      color: transparent !important;
    }

    .additional_map_search-placeholder {
      position: absolute;
      top: 50%;
      left: 64px;
      transform: translateY(-50%);
      width: 240px;
      height: 18px;
      pointer-events: none;
      display: block;
    }

    > div:focus-within .additional_map_search-placeholder {
      display: none;
    }

    .additional_map_search-placeholder--mobile {
      display: none;
    }

    button {
      background: none;
      border: none;
      margin-left: 8px;
      cursor: pointer;
    }
  }
}

@media (max-width: 767.99px) {
  .additional_map_search {
    margin-top: 80px;
    margin-bottom: 120px;
    .additional_map_search-wrapper {
       max-width: 360px;
      > div {
        margin: 8px;
        padding: 8px;
      }

      .additional_map_search-placeholder {
        left: 50px;
      }

      .additional_map_search-placeholder--desktop {
        display: none;
      }

      > div:has(input:placeholder-shown) .additional_map_search-placeholder--mobile {
        display: block;
      }

      input {
        padding: 8px;
      }

      input::placeholder {
        content: "sdf" !important;
      }

      button {
        margin-left: 8px;
      }
    }
  }
}

/* Google Autocomplete dropdown */
.pac-container {
  margin-top: 4px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
