.pagina-texto-wrapper {
  padding: 60px 0 100px;
  background-color: var(--color-page);
  color: var(--color-text);
  min-height: 70vh;
}

.wysiwyg-content {
  margin-top: 40px;
  line-height: 1.6;
}

.wysiwyg-content p {
  margin-bottom: 1.5em;
  font-size: 18px;
}

.wysiwyg-content h2, 
.wysiwyg-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.wysiwyg-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1.5em;
}

.wysiwyg-content li {
  margin-bottom: 0.5em;
}

.wysiwyg-content a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.wysiwyg-content a:hover {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 1000px) {
  .pagina-texto-wrapper {
    padding-top: 30px;
  }
}
