/* Úpravy sekcie hodnocení */
.hodnoceni .vote-header { display: block !important; width: 100%; }
.hodnoceni .vote-pic { display: none; }
.hodnoceni .vote-summary { margin-top: 0; }

/* Farba hviezdičiek - zlatá */
.star.star-on::before,
.rate-star-stars .star.star-on::before { color: #F5A623 !important; }

/* Skryje nadpisy na konkrétnych stránkach */
.in-lokalni-vyroba article.pageArticleDetail header h1,
.in-materialy--ktere-si-zamilujete article.pageArticleDetail header h1,
.in-variabilni-moda article.pageArticleDetail header h1,
.in-jak-to-funguje article.pageArticleDetail header h1,
.in-o-estampade article.pageArticleDetail header h1 {
  display: none !important;
}

/* Skryje nadpis na homepage */
.in-index .welcome h1,
.in-index .welcome .h1 {
  display: none !important;
}