/* COMPLIANZ: text nech berie Elementor Global "Text" font */
#cmplz-document,
#cmplz-document p,
#cmplz-document li,
#cmplz-document ul {
  font-family: var(--e-global-typography-text-font-family, "Questrial"), Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: #374151 !important;
}

/* COMPLIANZ: headingy nech berú Elementor Global "Primary" font */
#cmplz-document h1,
#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4 {
  font-family: var(--e-global-typography-primary-font-family, "Poppins"), Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #0a1f1c !important;
  line-height: 1.2 !important;

  /* toto je to, čo chceš: väčší odstup NAD headingom */
  margin-top: 1.75rem !important;
}

/* aby prvý heading neodskočil zbytočne dole */
#cmplz-document > h1:first-child,
#cmplz-document > h2:first-child,
#cmplz-document > h3:first-child,
#cmplz-document > h4:first-child{
  margin-top: 0 !important;
}

/* ZJEDNOTENIE veľkosti nadpisov */
#cmplz-document h2 { font-size: 1.75rem !important; margin-bottom: 0.75rem !important; }
#cmplz-document h3 { font-size: 1.375rem !important; margin-bottom: 0.5rem !important; }

/* Linky */
#cmplz-document a{
  color: var(--e-global-color-primary) !important;
  text-decoration: underline !important;
}

#cmplz-document a:hover,
#cmplz-document a:focus{
  color: var(--e-global-color-secondary) !important;
}
/* COMPLIANZ: podbody 5.1, 5.2, 7.1... (subtitle) */
#cmplz-document .cmplz-subtitle{
  font-family: var(--e-global-typography-primary-font-family, "Poppins"), Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #0a1f1c !important;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}