.elementor-4168 .elementor-element.elementor-element-4609484{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-af68ba3 */:root {
  --theme-color: #17a2b8;
  --text-color: #333;
  --light-bg: #f5fbfc;
  --border-color: #d9eef2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text-color);
  background: transparent;
  line-height: 1.7;
}

.article-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  background: transparent;
}

.article-header {
  padding: 0 0 25px;
  margin-bottom: 30px;
  background: transparent;
  border-bottom: 3px solid var(--theme-color);
}

.article-header h1 {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--theme-color);
  font-size: 34px;
  line-height: 1.3;
}

.article-header p {
  margin-bottom: 0;
  font-size: 17px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

.toc {
  padding: 20px 0;
  margin-bottom: 35px;
  background: transparent;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.toc h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-size: 24px;
}

.toc ul {
  margin: 0;
  padding-left: 20px;
}

.toc li {
  margin: 8px 0;
}

section {
  margin-bottom: 38px;
}

section h2 {
  color: var(--theme-color);
  font-size: 26px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border-color);
}

section h3 {
  color: #222;
  font-size: 21px;
  margin-top: 22px;
  margin-bottom: 12px;
}

p {
  margin: 0 0 16px;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: transparent;
}

th,
td {
  padding: 14px 16px;
  border: 1px solid var(--border-color);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--theme-color);
  color: var(--white);
  font-weight: 700;
}

tr:nth-child(even) {
  background: #f8fdfe;
}

ul {
  padding-left: 22px;
}

li {
  margin-bottom: 8px;
}

.keywords {
  padding: 18px 0;
  background: transparent;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .article-container {
    padding: 25px 15px;
  }

  .article-header h1 {
    font-size: 28px;
  }

  .article-header p {
    font-size: 16px;
  }

  section h2 {
    font-size: 23px;
  }

  section h3 {
    font-size: 19px;
  }

  .toc {
    padding: 18px 0;
  }

  table {
    min-width: 680px;
  }

  th,
  td {
    padding: 12px 14px;
  }
}/* End custom CSS */