.elementor-3495 .elementor-element.elementor-element-16fc3226{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-3b28a602 */.article-wrapper {
  --link-color: #F39200;
  --cta-color: #E6007E;
  --section-alt: #f7f7f7;
  color: #222;
}

.article-wrapper .post-section {
  padding: 3rem 1rem;
}

.article-wrapper .container {
  max-width: 880px;
  margin: 0 auto;
}

.article-wrapper h2 {
  margin: 0 0 1.2rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
}

.article-wrapper h3 {
  margin: 0 0 1rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
}

.article-wrapper p {
  margin: 0 0 1rem;
}

.article-wrapper ul,
.article-wrapper ol {
  margin: 0 0 1.5rem;
  padding-left: 1.4rem;
}

.article-wrapper li {
  margin-bottom: .5rem;
}

.article-wrapper a:not(.btn-cta):not(.btn-cta-primary) {
  color: var(--link-color);
  text-decoration: underline;
  text-underline-offset: .15em;
}

.article-wrapper a:focus-visible,
.article-wrapper button:focus-visible,
.article-wrapper summary:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.article-wrapper .post-section.is-odd {
  background: #fff;
}

.article-wrapper .post-section.is-even {
  background: var(--section-alt);
}

.article-wrapper .cta-box {
  margin: 2.5rem 0;
  text-align: center;
}

.article-wrapper .btn-cta,
.article-wrapper .btn-cta-primary {
  display: inline-block;
  padding: .9em 2em;
  border: 2px solid var(--cta-color);
  border-radius: 999px;
  background: var(--cta-color);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.article-wrapper .btn-cta:hover,
.article-wrapper .btn-cta-primary:hover {
  background: #fff;
  color: var(--cta-color);
  text-decoration: none;
}

.article-wrapper .tldr-box {
  padding: 1rem;
  border-left: 4px solid var(--link-color);
  border-radius: .25rem;
  background: #fff8f2;
}

.article-wrapper .faq-item {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid #e6e6e6;
}

.article-wrapper .faq-item summary {
  color: var(--link-color) !important;
  font-weight: 700;
  cursor: pointer;
}

.article-wrapper .answer {
  margin-top: .75rem;
  color: #111;
}

.article-wrapper .table-responsive {
  max-width: 100%;
  margin: 1rem 0;
  overflow-x: auto;
}

.article-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.article-wrapper th,
.article-wrapper td {
  padding: .65rem;
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
}

.article-wrapper th {
  background: #fafafa;
  font-weight: 700;
}

.article-wrapper img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .article-wrapper .post-section {
    padding: 2.25rem 1rem;
  }

  .article-wrapper .container {
    width: 100%;
  }

  .article-wrapper ul,
  .article-wrapper ol {
    padding-left: 1.25rem;
  }
}/* End custom CSS */