/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 14:41:16 */
/* frontend – autor bez kliknutí */
.taxonomy-autori.wp-block-post-terms a {
  pointer-events: none;      /* nejde kliknout */
  cursor: default;
  text-decoration: none;     /* bez podtržení */
  color: inherit;            /* stejné jako okolní text */
}
