.elementor-4828 .elementor-element.elementor-element-60d9bf4c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-40541124 *//* Uhlazené odstavce */
.text-block{
  max-width: 820px;
  line-height: 1.7;
  font-size: 16px;        /* klidně smaž, když nechceš */
}

/* Mezery mezi odstavci */
.text-block p{
  margin: 0 0 14px 0;
}

/* Poslední odstavec bez mezery dolů */
.text-block p:last-child{
  margin-bottom: 0;
}

/* Odkazy v textu */
.text-block a{
  text-decoration: underline;
  word-break: break-word; /* dlouhé URL se nezničí */
}

/* Jemné zvýraznění lokace/roku, pokud dáš do <strong> */
.text-block strong{
  font-weight: 700;
}/* End custom CSS */