/* =========================================================
   LAYOUT.CSS
   Globalni drobne upravy + bezpecne utility
   (Classic sablona)
   ========================================================= */

/* --- Filtry / vyber parametru (kategorie, znacky) --- */
#param-filter-hover{
  background:#fe5708 !important;
  color:#fff !important;
  font-weight:700 !important;
  border:1px solid #fe5708 !important;
}

.brandsFilter .topic,
.brandsFilter .topic:hover a,
#column-l-in #categories .brandsFilter.categories.expanded .topic a{
  background:#fe5708 !important;
  color:#fff !important;
  font-weight:700 !important;
  border:1px solid #fe5708 !important;
}

.brandsFilter.categories.expandable>ul>.active>a{
  background-color:#fbb421;
  color:#222;
}

/* --- Utility: vynucene zobrazeni (pouzivej opatrne) --- */
.showIt{display:block !important;}

/* --- Bezpecny styl nadpisu sekce (trida sama o sobe, bez global selektoru) --- */
.section-title--green{
  color:#2eca70;
  font-size:28px;
  font-weight:700;
  margin:40px 0 20px;
  padding-bottom:10px;
  border-bottom:2px solid #2eca70;
}
