.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 );}/* Start custom CSS for text-editor, class: .elementor-element-65408ae *//* General */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
  background: #fff;
  color: #333;
}

h1, h2, h3 {
  color: #f57d19;
  margin-top: 20px;
}

section {
  padding: 20px;
  margin: auto;
  max-width: 1100px;
}

/* Header */
.header {
  background: #f57d19;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo { font-weight: bold; font-size: 20px; }
.header .navbar a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}
.header .navbar a:hover { text-decoration: underline; }

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
table th {
  background: #f57d19;
  color: #fff;
}

/* Footer */
.footer {
  background: #f57d19;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    text-align: center;
  }
  .navbar {
    margin-top: 10px;
  }
  table th, table td {
    font-size: 14px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  body { font-size: 14px; }
  h1 { font-size: 22px; }
  h2 { font-size: 18px; }
  h3 { font-size: 16px; }
  .header .logo { font-size: 18px; }
  table th, table td { font-size: 12px; }
}/* End custom CSS */