@media (min-width:1200px) {
  .id-1032 .content-inner {
    max-width: 1000px;
  }
}

@media (min-width:1200px) {
  .id-1038 .content-inner {
    max-width: 1000px;
  }
}

/* Zvýraznění záložky Hodnocení produktů (#ratingTab) */
.shp-tabs-holder ul.shp-tabs li a[href*="#ratingTab"] {
  font-weight: 600;
  color: #333;
  background-color: #f1f1f1;
  border-top: 2px solid #ccc;
  border-radius: 4px 4px 0 0;
  padding: 10px 16px;
  transition: all 0.2s ease;
}

/* Hover efekt – lehké ztmavení */
.shp-tabs-holder ul.shp-tabs li a[href*="#ratingTab"]:hover {
  background-color: #e9e9e9;
  color: #000;
  border-top-color: #999;
}