/* Centrování popisků obrázků (captions) */
figure figcaption, 
.figure-caption, 
.caption,
div.quarto-figure > figure > figcaption {
  text-align: center !important;
  width: 100%;
}
