/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 00:34:47 */
/* Nadpis "Související materiály" */
.yarpp-related-block h3 {
  font-size: 25px;
  font-weight: normal !important;
  margin-bottom: 15px;
}

/* Seznam a odrážky (tečky) */
.yarpp-related-block ul {
  list-style-type: disc !important;
  margin-left: 20px; 
  padding-left: 0;
}

/* Položky seznamu a odkazy */
.yarpp-related-block ul li,
.yarpp-related-block ul li a,
.yarpp-no-related {
  font-weight: normal !important;
  text-decoration: none;
}

/* Podtržení odkazu při najetí */
.yarpp-related-block ul li a:hover {
  text-decoration: underline;
}

/* Datum v závorce */
.yarpp-date {
  font-weight: normal !important;
  color: #666;
  margin-left: 4px;
}

/* Mezery mezi položkami */
.yarpp-related-block ul li {
  margin-bottom: 8px;
}

.yarpp-related-block ul {
  margin-left: 50px !important; /* Původních 20px + tvých 15px navíc */
}
