.elementor-5370 .elementor-element.elementor-element-afff3b3{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2c9d5d9 *//* Espaciado general en noticias/blog */
.single-post .entry-content p {
  margin-bottom: 18px;
  line-height: 1.7;
}

.single-post .entry-content h3 {
  margin-top: 38px;
  margin-bottom: 18px;
  line-height: 1.3;
}

.single-post .entry-content h4 {
  margin-top: 28px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-top: 12px;
  margin-bottom: 28px;
  padding-left: 24px;
  line-height: 1.7;
}

.single-post .entry-content li {
  margin-bottom: 8px;
}

/* Tabla OEP */
.single-post .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 36px;
  font-size: 15px;
}

.single-post .entry-content th,
.single-post .entry-content td {
  padding: 12px 14px;
  line-height: 1.5;
  vertical-align: middle;
}

.single-post .entry-content th {
  font-weight: 700;
  text-align: center;
}

.single-post .entry-content td:first-child {
  font-weight: 600;
}

/* Responsive móvil */
@media (max-width: 768px) {
  .single-post .entry-content table {
    font-size: 14px;
  }

  .single-post .entry-content th,
  .single-post .entry-content td {
    padding: 10px 8px;
  }
}/* End custom CSS */