/* ArezzoMT2 v168 - menu prezentacji dopasowane do realnych sekcji
   Poprawka: linki w bocznym menu prowadzą teraz do faktycznych nagłówków z prezentacji.
*/

.az168-side {
  width: 306px !important;
  padding: 20px 17px 16px !important;
}

body.az126-presentation-page,
body.az125-presentation-page {
  padding-left: 306px !important;
}

.az168-side .az167-logo {
  min-height: 66px !important;
  margin-bottom: 14px !important;
}

.az168-side .az167-logo img {
  max-width: 174px !important;
  max-height: 64px !important;
}

.az168-nav .az167-nav-group {
  margin-bottom: 11px !important;
  padding-bottom: 10px !important;
}

.az168-nav .az167-nav-title {
  margin-bottom: 7px !important;
  font-size: 10px !important;
  letter-spacing: .18em !important;
}

.az168-nav .az167-nav-group a {
  min-height: 28px !important;
  margin-bottom: 4px !important;
  padding: 0 9px 0 22px !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  border-radius: 7px !important;
}

.az168-nav .az167-nav-group a::before {
  left: 8px !important;
  border-top-width: 3.5px !important;
  border-bottom-width: 3.5px !important;
  border-left-width: 5px !important;
}

.az168-nav .az167-nav-group a.is-active {
  color: #fff4dd !important;
  border-color: rgba(255, 63, 86, .42) !important;
  background: linear-gradient(180deg, rgba(72, 26, 41, .72), rgba(20, 12, 21, .82)) !important;
}

.az168-actions {
  gap: 8px !important;
  padding-top: 12px !important;
}

.az168-actions a {
  min-height: 36px !important;
  font-size: 9.5px !important;
}

.az126-presentation-page .azp-wrap {
  width: min(1120px, calc(100% - 34px)) !important;
}

/* Telefon/tablet */
@media (max-width: 820px) {
  body.az126-presentation-page,
  body.az125-presentation-page {
    padding-left: 0 !important;
    padding-top: 124px !important;
  }

  .az168-side {
    width: 100% !important;
    height: 124px !important;
    padding: 9px 12px !important;
  }

  .az168-side .az167-logo {
    min-height: 38px !important;
    margin-bottom: 0 !important;
  }

  .az168-side .az167-logo img {
    max-height: 38px !important;
    max-width: 145px !important;
  }

  .az168-nav {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-top: 8px !important;
  }

  .az168-nav .az167-nav-group {
    display: contents !important;
  }

  .az168-nav .az167-nav-title {
    display: none !important;
  }

  .az168-nav .az167-nav-group a {
    flex: 0 0 auto !important;
    min-height: 31px !important;
    margin: 0 !important;
    padding: 0 10px 0 20px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
  }

  .az168-actions {
    display: none !important;
  }
}
