h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

.brx-loading-animation {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  --brx-loader-color: var(--secondary) !important  
}

textarea {
 resize: vertical;
 max-height: 200px; /* nebo jakákoliv hodnota podle potřeby */
 overflow-y: auto;
}
