section, .section {
  padding-top: clamp(1.5rem, 3vw, 2rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

section.section-container.section-title, .section.section--header {
  padding-bottom: 0;
}

.article-item-wrapper, .file-item-wrapper, .comment-item-wrapper {
  margin-bottom: 0.4rem;
}

.section--header~.perex, .section--header~.section-perex {
  margin-bottom: 0;
}

h1, .h1 {
  margin-bottom: .3em;
}

@media (min-width: 576px) {
  .article-item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}


.navbar {
  max-width: 1420px;
  margin: auto;
}

.article-item {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}

a, .eshop-menu__link--button, button.navbar__menu-link {
  color: var(--bs-primary);
}

.navbar__menu>.navbar__menu-list>.navbar__menu-item>.button.navbar__menu-link, .navbar__menu>.navbar__menu-list>.navbar__menu-item>.navbar__menu-link {
  color: black;
}

.category__title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: .5em;
}

.btn {
  font-weight: 500;
}

.motto__title {
  font-size: 4.5rem;
}

.motto__text {
  font-size: 2.3rem;
}

/* skrytí názvu rubriky ve výpisu článků */
.article-item__details > {
  display: none;
}


