.elementor-7044 .elementor-element.elementor-element-67b2ef4{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7044 .elementor-element.elementor-element-9bf0004{font-family:"Roboto", Sans-serif;font-weight:400;line-height:1rem;}/* Start custom CSS for text-editor, class: .elementor-element-9bf0004 *//* Base article container */
.simonly-article {
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #f9fafb;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1rem;
}

/* Headings */
.simonly-article h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  border-bottom: 3px solid #000;
  padding-bottom: 0.4rem;
}

.simonly-article h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #000;
  border-left: 5px solid #000;
  padding-left: 0.6rem;
}

.simonly-article h3 {
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
  color: #000;
}

/* Paragraphs */
.simonly-article p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 1rem;
}

/* Lists */
.simonly-article ul,
.simonly-article ol {
  margin-left: 1.4rem;
  margin-bottom: 1.2rem;
  color: #000;
  font-size: 1rem;
}

.simonly-article ul li,
.simonly-article ol li {
  margin-bottom: 0.5rem;
}

.simonly-article ol li ul li {
  list-style-type: disc;
  margin-left: 1.2rem;
}

/* Tables */
.simonly-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1rem;
  color: #000;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
  border-radius: 6px;
  overflow: hidden;
}

.simonly-article thead {
  background-color: #000;
  color: white;
}

.simonly-article thead th {
  padding: 12px 15px;
  font-weight: 600;
  text-align: left;
}

.simonly-article tbody tr {
  background-color: #fff;
  transition: background-color 0.25s ease;
}

.simonly-article tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

.simonly-article tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #eaeaea;
}

.simonly-article tbody tr:hover {
  background-color: #eaeaea;
}

/* Blockquotes */
.simonly-article blockquote {
  border-left: 5px solid #000;
  background: #f2f2f2;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #000;
  border-radius: 4px;
}

/* Links */
.simonly-article a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.simonly-article a:hover,
.simonly-article a:focus {
  text-decoration: none;
}

/* Horizontal Rule */
.simonly-article hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 2rem 0;
}

/* Images */
.simonly-article img {
  max-width: 100%;
  height: auto;
  margin: 0rem 0;
  border-radius: 0px;
}

/* Code Blocks */
.simonly-article pre,
.simonly-article code {
  font-family: 'Courier New', Courier, monospace;
  background: #f4f4f4;
  padding: 0.5rem;
  border-radius: 4px;
  overflow-x: auto;
  color: #000;
}

/* Callout Note */
.simonly-article .note {
  background: #fff8e1;
  border-left: 5px solid #ffcc00;
  padding: 1rem;
  margin: 1.5rem 0;
  color: #665c00;
  border-radius: 4px;
}

/* Responsive styles */
@media (max-width: 600px) {
  .simonly-article {
    padding: 15px;
  }

  .simonly-article h1 {
    font-size: 1.8rem;
  }

  .simonly-article h2 {
    font-size: 1.4rem;
  }

  .simonly-article h3 {
    font-size: 1.1rem;
  }

  .simonly-article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/* End custom CSS */