@charset "UTF-8";
.c-single-post__header {
  margin-bottom: 2rem;
}
.c-single-post .c-single-category-list {
  margin-bottom: 1rem;
}
.c-single-post__header-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: var(--h-fz--xl);
  line-height: 1;
}
.c-single-post__header-date {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--color-text-opacity-50);
  font-size: var(--fz-12);
}

/*

.element {
  // Domyślnie mobile-first
  @include media('up', 'md') { ... }

  // Tylko tablet
  @include media('only', 'md') { ... }

  // Mobile
  @include media('down', 'sm') { ... }
}
*/
.rank-math-breadcrumb {
  margin-bottom: 1rem;
}
.rank-math-breadcrumb p {
  margin: 0;
}
.rank-math-breadcrumb p > * {
  font-weight: 500;
  font-size: var(--fz-12);
  line-height: 1.5;
  color: var(--color-text-opacity-50);
}

.c-related_posts {
  margin: var(--spacing--xl) 0;
}
.c-related_posts__title {
  font-family: var(--wp-preset--font-family--lexend-deca);
  font-size: var(--h-fz--lg);
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: 400;
}
.c-related_posts .b-posts__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 1rem;
}
@media (min-width: 576px) {
  .c-related_posts .b-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991px) {
  .c-related_posts .b-posts__list {
    grid-template-columns: repeat(3, 1fr);
  }
}/*# sourceMappingURL=netivo-woocommerce-single.css.map */