.elementor-414235 .elementor-element.elementor-element-4ed7756a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-270c1860 *//* Bendras straipsnio turinio plotis */
.entry-content,
.post-content,
.article-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Lentelė lygiuojama su tekstu */
.entry-content table,
.post-content table,
.article-content table {
  width: 100%;
  max-width: 1180px;
  margin: 32px auto;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Lentelės langeliai */
.entry-content th,
.entry-content td,
.post-content th,
.post-content td,
.article-content th,
.article-content td {
  padding: 16px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

/* Mobiliai versijai */
@media (max-width: 768px) {
  .entry-content,
  .post-content,
  .article-content {
    padding: 0 16px;
  }

  .entry-content table,
  .post-content table,
  .article-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/* End custom CSS */