@charset "UTF-8";
/*!
 * Baza Wiedzy — Styles
 * Compiled from sass/plugins/betterdocs.scss → css/plugins/betterdocs.css
 */
.doc-hero {
  background: url(../../images/footer_background.jpg) top left no-repeat, linear-gradient(145deg, #316861 0%, rgb(29.4, 62.4, 58.2) 100%);
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .doc-hero {
    padding: 60px 0 55px;
  }
}
@media screen and (max-width: 600px) {
  .doc-hero {
    padding: 40px 0 50px;
  }
}
.doc-hero__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.doc-hero__title {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 16px;
}
.doc-hero__subtitle {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
  font-size: 1.125rem;
}
@media screen and (max-width: 600px) {
  .doc-hero__subtitle {
    font-size: 1rem;
  }
}
.doc-hero__search {
  max-width: 660px;
  margin: 0 auto;
}

body.header-view-minimal .doc-hero {
  display: none;
}

.doc-search-form {
  width: 100%;
}
.doc-search-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 50px;
  padding: 8px 8px 8px 20px;
  -webkit-box-shadow: 0 8px 32px rgba(49, 104, 97, 0.25);
          box-shadow: 0 8px 32px rgba(49, 104, 97, 0.25);
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .doc-search-form__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 16px;
    padding: 12px;
    gap: 8px;
  }
}
.doc-search-form__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #316861;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doc-search-form__icon svg {
  width: 20px;
  height: 20px;
}
.doc-search-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none !important;
  background: transparent !important;
  padding: 8px 0 !important;
  font-size: 1rem;
  color: #2B2B2B;
  outline: none;
  border-radius: 0 !important;
  min-width: 0;
}
.doc-search-form__input:focus {
  border: none !important;
  background: transparent !important;
  outline: none;
}
@media screen and (max-width: 600px) {
  .doc-search-form__input {
    width: 100%;
  }
}
.doc-search-form__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px !important;
  padding: 12px 28px !important;
  font-size: 0.9375rem !important;
  min-width: auto !important;
}
@media screen and (max-width: 600px) {
  .doc-search-form__btn {
    width: 100%;
  }
}

.doc-categories-section {
  padding: 80px 0 60px;
  scroll-margin-top: 92px;
}
.doc-categories-section__title {
  text-align: center;
  margin-bottom: 48px;
  color: rgb(32.6666666667, 69.3333333333, 64.6666666667);
  font-size: 1.75rem;
}

.doc-categories-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .doc-categories-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .doc-categories-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.doc-category-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(49, 104, 97, 0.12);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
  height: 100%;
}
.doc-category-card__inner:hover, .doc-category-card__inner:focus {
  -webkit-box-shadow: 0 8px 30px rgba(49, 104, 97, 0.15);
          box-shadow: 0 8px 30px rgba(49, 104, 97, 0.15);
  border-color: rgba(49, 104, 97, 0.35);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
}
.doc-category-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(49, 104, 97, 0.25);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #316861;
}
.doc-category-card__icon svg,
.doc-category-card__icon img {
  width: 42px;
  height: 42px;
}
.doc-category-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.doc-category-card__name {
  font-size: 1rem;
  color: #2B2B2B;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin: 0;
  font-weight: 600 !important;
}
.doc-category-card__inner:hover .doc-category-card__name {
  color: #316861;
}
.doc-category-card__desc {
  color: #969696;
  line-height: 1.4;
  margin: 0;
}
.doc-category-card__count {
  display: inline-block;
  font-size: 0.8125rem;
  color: rgb(228.6850393701, 178.7736220472, 1.8149606299);
  font-weight: 600;
  background: rgba(253, 198, 3, 0.15);
  padding: 2px 10px;
  border-radius: 20px;
  margin-top: auto;
}
.doc-category-card__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  color: #316861;
  margin-top: 4px;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.doc-category-card__arrow svg {
  width: 16px;
  height: 16px;
}
.doc-category-card__inner:hover .doc-category-card__arrow {
  color: #316861;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.doc-cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .doc-cards-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .doc-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.doc-card__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(49, 104, 97, 0.1);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  -webkit-transition: border-color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.2s;
  transition: border-color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.2s;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s, -webkit-box-shadow 0.25s, -webkit-transform 0.2s;
}
.doc-card__inner:hover {
  -webkit-box-shadow: 0 6px 24px rgba(49, 104, 97, 0.13);
          box-shadow: 0 6px 24px rgba(49, 104, 97, 0.13);
  border-color: rgba(49, 104, 97, 0.28);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.doc-card__cat {
  margin-bottom: 10px;
}
.doc-card__cat-link {
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #316861;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.doc-card__cat-link:hover {
  text-decoration: underline;
}
.doc-card__title {
  font-size: 1rem;
  margin: 0 0 10px;
  line-height: 1.45;
}
.doc-card__title a {
  position: relative;
  z-index: 1;
  color: #2B2B2B;
  text-decoration: none;
}
.doc-card__title a:hover {
  color: #316861;
}
.doc-card__excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #969696;
  margin-bottom: 16px;
  line-height: 1.55;
}
.doc-card__link {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #316861;
  text-decoration: none;
  -webkit-transition: gap 0.2s;
  transition: gap 0.2s;
}
.doc-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transform: none;
          transform: none;
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
}
.doc-card__link svg {
  width: 14px;
  height: 14px;
}
.doc-card__link:hover {
  gap: 10px;
  color: rgb(32.6666666667, 69.3333333333, 64.6666666667);
}
.doc-card__mobile-link {
  display: none;
}
@media screen and (max-width: 820px) {
  .doc-card__mobile-link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 16px;
  }
}

.doc-recent-section {
  padding: 0 0 80px;
  background: rgb(230.7333333333, 243.5666666667, 241.9333333333);
}
.doc-recent-section .doc-card__inner {
  background: #ffffff;
}
.doc-recent-section__title {
  text-align: center;
  margin-bottom: 48px;
  padding-top: 60px;
  color: rgb(32.6666666667, 69.3333333333, 64.6666666667);
  font-size: 1.75rem;
}

.doc-cta-section {
  padding: 80px 0;
}

.doc-cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 60px 40px;
  border: 1px solid rgba(49, 104, 97, 0.12);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .doc-cta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 24px;
  }
}

.doc-cta-icon {
  width: 64px;
  height: 64px;
  background: rgb(203, 230.5, 227);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #316861;
  margin-bottom: 20px;
}
.doc-cta-icon svg {
  width: 28px;
  height: 28px;
}

.doc-cta-inner__title {
  font-size: 1.5rem;
  color: #2B2B2B;
}

.doc-cta-inner__text {
  color: #969696;
  max-width: 480px;
}

.doc-breadcrumbs {
  list-style: none;
  margin: 0 0 28px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doc-breadcrumbs li.item {
  font-size: 0.875rem;
  color: #969696;
}
.doc-breadcrumbs li.item a {
  color: #316861;
  text-decoration: none;
}
.doc-breadcrumbs li.item a:hover {
  text-decoration: underline;
}
.doc-breadcrumbs li.item.item-current {
  color: #2B2B2B;
  font-weight: 500;
}
.doc-breadcrumbs li.separator {
  font-size: 0.875rem;
  color: #D9D9D9;
}

.doc-single-main {
  background: #ffffff;
}

.doc-single__header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(203, 230.5, 227);
}
.doc-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.doc-single__cat a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #316861;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: rgb(203, 230.5, 227);
  padding: 4px 12px;
  border-radius: 20px;
}
.doc-single__cat a:hover {
  background: rgb(178.7333333333, 219.0666666667, 213.9333333333);
}
.doc-single__title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #2B2B2B;
  line-height: 1.3;
  margin: 0;
}
.doc-single__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 300px;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .doc-single__body {
    -ms-grid-columns: 1fr 32px 260px;
    grid-template-columns: 1fr 260px;
    gap: 32px;
  }
}
@media screen and (max-width: 820px) {
  .doc-single__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.doc-single__content {
  min-width: 0;
}
.doc-single__content h2,
.doc-single__content h3 {
  margin-top: 2em;
  scroll-margin-top: 100px;
}
.doc-single__toc-desktop {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 820px) {
  .doc-single__toc-desktop {
    display: none;
  }
}
.doc-single__categories-widget {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #E1E1E1;
}
@media screen and (max-width: 820px) {
  .doc-single__categories-widget {
    display: none;
  }
}
.doc-single__categories-title {
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #969696;
  margin-bottom: 12px;
}

.doc-toc {
  background: rgb(213.4, 235.4, 232.6);
  border-left: 3px solid #316861;
  border-radius: 0 12px 12px 0;
  padding: 20px 20px 20px 20px;
}
.doc-toc__title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(32.6666666667, 69.3333333333, 64.6666666667);
  margin: 0 0 12px;
}
.doc-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc-counter;
}
.doc-toc__item {
  margin-bottom: 6px;
  counter-increment: toc-counter;
}
.doc-toc__item a {
  font-size: 0.9rem;
  color: #2B2B2B;
  text-decoration: none;
  display: block;
  padding: 2px 0;
  border-radius: 4px;
  -webkit-transition: color 0.2s, padding-left 0.2s;
  transition: color 0.2s, padding-left 0.2s;
}
.doc-toc__item a::before {
  content: counter(toc-counter) ". ";
  color: #316861;
  font-weight: 600;
}
.doc-toc__item a:hover {
  color: #316861;
  padding-left: 4px;
}
.doc-toc__item--h3 {
  margin-left: 16px;
  font-size: 0.85rem;
}
.doc-toc__item--h3 a::before {
  display: none;
}
.doc-toc__item--h3 a {
  color: #4D4D4A;
}
.doc-toc__item--h3 a::before {
  content: "– ";
  color: #B4B4B4;
}
.doc-toc__item--h3 a:hover {
  color: #316861;
}

.doc-adjacent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #E1E1E1;
  display: none;
}
@media screen and (max-width: 600px) {
  .doc-adjacent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.doc-adjacent__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(49, 104, 97, 0.14);
  border-radius: 14px;
  text-decoration: none;
  color: #2B2B2B;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
}
.doc-adjacent__item:hover {
  border-color: rgba(49, 104, 97, 0.35);
  -webkit-box-shadow: 0 4px 18px rgba(49, 104, 97, 0.12);
          box-shadow: 0 4px 18px rgba(49, 104, 97, 0.12);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.doc-adjacent__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #316861;
}
.doc-adjacent__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.doc-adjacent__item--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.doc-adjacent__item--next span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.doc-adjacent__item--next svg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.doc-adjacent__label {
  font-size: 0.75rem;
  color: #B4B4B4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.doc-adjacent__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2B2B2B;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.doc-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc-categories-list__item {
  border-bottom: 1px solid #F0F0F0;
}
.doc-categories-list__item:last-child {
  border-bottom: none;
}
.doc-categories-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 4px;
  font-size: 0.9rem;
  color: #2B2B2B;
  text-decoration: none;
  -webkit-transition: color 0.2s, padding-left 0.15s;
  transition: color 0.2s, padding-left 0.15s;
}
.doc-categories-list__item a:hover {
  color: #316861;
  padding-left: 6px;
}
.doc-categories-list__item.is-current a {
  color: #316861;
  font-weight: 600;
}
.doc-categories-list__count {
  font-size: 0.8rem;
  color: #B4B4B4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.doc-archive-main {
  padding-bottom: 80px;
}

.doc-cat-hero {
  background: linear-gradient(145deg, #316861 0%, rgb(29.4, 62.4, 58.2) 100%);
  padding: 60px 0 55px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .doc-cat-hero {
    padding: 40px 0 50px;
  }
}
.doc-cat-hero__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.doc-cat-hero__title {
  color: #ffffff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 12px;
  margin-top: 10px;
}
.doc-cat-hero__desc {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.doc-cat-hero__count {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #316861;
  background: #ffffff;
  padding: 4px 14px;
  border-radius: 20px;
}
.doc-cat-hero .doc-breadcrumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.doc-cat-hero .doc-breadcrumbs li.item {
  color: rgba(49, 104, 97, 0.75);
}
.doc-cat-hero .doc-breadcrumbs li.item a {
  color: rgba(49, 104, 97, 0.85);
}
.doc-cat-hero .doc-breadcrumbs li.item a:hover {
  color: #316861;
}
.doc-cat-hero .doc-breadcrumbs li.item.item-current {
  color: #316861;
}
.doc-cat-hero .doc-breadcrumbs li.separator {
  color: rgba(49, 104, 97, 0.4);
}

.doc-cat-articles {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .doc-cat-articles {
    padding-top: 40px;
  }
}

.doc-archive__empty {
  color: #969696;
  grid-column: 1/-1;
  text-align: center;
  padding: 40px;
}

.doc-search-results-main {
  padding-bottom: 80px;
}
.doc-search-results-main .doc-archive__header {
  margin-bottom: 48px;
}
.doc-search-results-main .small-text {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #969696;
  margin-bottom: 4px;
}
.doc-search-results-main .large-text {
  color: #316861;
}

.search-section {
  margin-bottom: 60px;
}
.search-section__title {
  font-size: 1.25rem;
  color: rgb(32.6666666667, 69.3333333333, 64.6666666667);
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(49, 104, 97, 0.15);
}

.doc-search-empty-state {
  margin: 24px 0 8px;
}
.doc-search-empty-state.has-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .doc-search-empty-state.has-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.doc-search-empty-state__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.doc-search-empty-state__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 240px;
}
@media screen and (max-width: 640px) {
  .doc-search-empty-state__image img {
    max-width: 180px;
    margin: 0 auto;
  }
}
.doc-search-empty-state__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 560px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #969696;
  margin: 0;
}

.main-navigation .kb-categories-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.main-navigation .kb-categories-item > a .chevron {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-navigation .kb-categories-item:hover > a .chevron, .main-navigation .kb-categories-item:focus-within > a .chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-navigation .kb-categories-item > .sub-menu {
  min-width: 220px;
}

.doc-related {
  margin-top: 48px;
  padding-top: 32px;
  background: rgba(241, 241, 241, 0.5);
  border-radius: 20px;
  padding: 30px;
}
.doc-related__title {
  letter-spacing: 0.06em;
  color: #316861;
  margin: 0 0 24px;
}
.doc-related .doc-related__title.heading.medium {
  font-size: 30px;
}
.high-contrast .doc-category-card__inner,
.high-contrast .doc-card__inner,
.high-contrast .doc-adjacent__item,
.high-contrast .doc-cta-inner {
  border-width: 2px;
  border-color: currentColor;
}
.high-contrast .doc-toc {
  border-left-width: 4px;
}
.high-contrast .doc-hero {
  background: #000;
}
.high-contrast .doc-hero__title, .high-contrast .doc-hero__subtitle {
  color: #fff;
}

.doc-cat-hero__inner .doc-breadcrumbs li.item {
  color: #D9D9D9;
}
.doc-cat-hero__inner .doc-breadcrumbs li.item a {
  color: #E1E1E1;
}
.doc-cat-hero__inner .doc-breadcrumbs li.item a:hover {
  color: #ffffff;
}
.doc-cat-hero__inner .doc-breadcrumbs li.item.item-current {
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  .betterdocs-category-grid-inner-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px !important;
  }
  .betterdocs-category-grid-inner-wrapper .betterdocs-category-grid-inner {
    width: 100%;
    max-width: 780px;
  }
}