.elementor-63931 .elementor-element.elementor-element-03d69a7{--display:flex;}.elementor-63931 .elementor-element.elementor-element-03d69a7.e-con{--flex-grow:0;--flex-shrink:0;}.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-63931 .elementor-element.elementor-element-e60c7a9{width:var( --container-widget-width, 119.779% );max-width:119.779%;--container-widget-width:119.779%;--container-widget-flex-grow:0;}.elementor-63931 .elementor-element.elementor-element-e60c7a9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-63931 .elementor-element.elementor-element-389dd69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-63931 .elementor-element.elementor-element-83e6fdd{color:#000000;}.elementor-63931 .elementor-element.elementor-element-139da08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63931 .elementor-element.elementor-element-0c59dd2{color:#000000;}.elementor-63931 .elementor-element.elementor-element-d06e65e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63931 .elementor-element.elementor-element-0391265{color:#000000;}.elementor-63931 .elementor-element.elementor-element-e594699{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63931 .elementor-element.elementor-element-f7d0fa7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63931 .elementor-element.elementor-element-0108e81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63931 .elementor-element.elementor-element-a9dae45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63931 .elementor-element.elementor-element-61ac771{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63931 .elementor-element.elementor-element-edeebdb{font-family:"Roboto", Sans-serif;font-weight:400;}@media(min-width:768px){.elementor-63931 .elementor-element.elementor-element-03d69a7{--width:102.986%;}}/* Start custom CSS for text-editor, class: .elementor-element-0391265 *//* ============================================================
   Flixeasy — blog article styling (.fx-blog wrapper)
   Paste ONCE into Appearance → Customize → Additional CSS.
   Works for every post that uses the .fx-blog wrapper div.
   ============================================================ */

.fx-blog {
  font-size: 16.5px;
  line-height: 1.75;
  color: #3d3833;
}
.fx-blog p {
  margin-bottom: 1.2em;
}

/* Headings */
.fx-blog h2 {
  font-size: 26px;
  font-weight: 600;
  color: #221c15;
  margin: 1.8em 0 0.6em;
  padding-left: 14px;
  border-left: 4px solid #ef8c1a;
  line-height: 1.3;
}
.fx-blog h3 {
  font-size: 19px;
  font-weight: 600;
  color: #221c15;
  margin: 1.4em 0 0.4em;
}

/* Links */
.fx-blog a {
  color: #d97a0d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
.fx-blog a:hover {
  color: #b56409;
}

/* Lists */
.fx-blog ul,
.fx-blog ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
.fx-blog li {
  margin-bottom: 0.5em;
}
.fx-blog ol li::marker {
  color: #ef8c1a;
  font-weight: 600;
}

/* Checklist */
.fx-blog .fx-checklist {
  list-style: none;
  padding-left: 0;
}
.fx-blog .fx-checklist li {
  padding: 10px 14px 10px 40px;
  background: #faf7f2;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}
.fx-blog .fx-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  color: #ef8c1a;
  font-weight: 700;
}

/* Table of contents box */
.fx-blog .fx-toc {
  background: #faf7f2;
  border: 1px solid rgba(24, 21, 18, 0.08);
  border-radius: 14px;
  padding: 20px 24px;
  margin: 1.5em 0 2em;
}
.fx-blog .fx-toc-title {
  font-weight: 600;
  color: #221c15;
  margin-bottom: 8px;
}
.fx-blog .fx-toc ul {
  margin: 0;
  padding-left: 1.2em;
}
.fx-blog .fx-toc li {
  margin-bottom: 4px;
}
.fx-blog .fx-toc a {
  text-decoration: none;
}
.fx-blog .fx-toc a:hover {
  text-decoration: underline;
}

/* Table */
.fx-blog .fx-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0 1.8em;
  font-size: 15px;
}
.fx-blog .fx-table th {
  background: #221c15;
  color: #ffffff;
  text-align: left;
  padding: 10px 14px;
  font-weight: 600;
}
.fx-blog .fx-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(24, 21, 18, 0.08);
}
.fx-blog .fx-table tr:nth-child(even) td {
  background: #faf7f2;
}

/* Inline code */
.fx-blog code {
  background: #f1ece4;
  color: #b5560a;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 14px;
}

/* CTA box */
.fx-blog .fx-cta {
  background: #181512;
  border-radius: 16px;
  padding: 32px 30px;
  text-align: center;
  margin: 2.5em 0 1em;
}
.fx-blog .fx-cta-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fx-blog .fx-cta p:not(.fx-cta-title) {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  max-width: 480px;
  margin: 0 auto 20px;
}
.fx-blog .fx-cta-btn {
  display: inline-block;
  background: #ef8c1a;
  color: #221503 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 30px;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}
.fx-blog .fx-cta-btn:hover {
  background: #f79c33;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 767px) {
  .fx-blog {
    font-size: 15.5px;
  }
  .fx-blog h2 {
    font-size: 22px;
  }
  .fx-blog h3 {
    font-size: 17px;
  }
  .fx-blog .fx-table {
    display: block;
    overflow-x: auto;
  }
  .fx-blog .fx-cta {
    padding: 26px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d6a5de2 *//* ============================================================
   Flixeasy — blog article styling (.fx-blog wrapper)
   Paste ONCE into Appearance → Customize → Additional CSS.
   Works for every post that uses the .fx-blog wrapper div.
   ============================================================ */

.fx-blog {
  font-size: 16.5px;
  line-height: 1.75;
  color: #3d3833;
}
.fx-blog p {
  margin-bottom: 1.2em;
}

/* Headings */
.fx-blog h2 {
  font-size: 26px;
  font-weight: 600;
  color: #221c15;
  margin: 1.8em 0 0.6em;
  padding-left: 14px;
  border-left: 4px solid #ef8c1a;
  line-height: 1.3;
}
.fx-blog h3 {
  font-size: 19px;
  font-weight: 600;
  color: #221c15;
  margin: 1.4em 0 0.4em;
}

/* Links */
.fx-blog a {
  color: #d97a0d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
.fx-blog a:hover {
  color: #b56409;
}

/* Lists */
.fx-blog ul,
.fx-blog ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
.fx-blog li {
  margin-bottom: 0.5em;
}
.fx-blog ol li::marker {
  color: #ef8c1a;
  font-weight: 600;
}

/* Checklist */
.fx-blog .fx-checklist {
  list-style: none;
  padding-left: 0;
}
.fx-blog .fx-checklist li {
  padding: 10px 14px 10px 40px;
  background: #faf7f2;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}
.fx-blog .fx-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  color: #ef8c1a;
  font-weight: 700;
}

/* Table of contents box */
.fx-blog .fx-toc {
  background: #faf7f2;
  border: 1px solid rgba(24, 21, 18, 0.08);
  border-radius: 14px;
  padding: 20px 24px;
  margin: 1.5em 0 2em;
}
.fx-blog .fx-toc-title {
  font-weight: 600;
  color: #221c15;
  margin-bottom: 8px;
}
.fx-blog .fx-toc ul {
  margin: 0;
  padding-left: 1.2em;
}
.fx-blog .fx-toc li {
  margin-bottom: 4px;
}
.fx-blog .fx-toc a {
  text-decoration: none;
}
.fx-blog .fx-toc a:hover {
  text-decoration: underline;
}

/* Table */
.fx-blog .fx-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0 1.8em;
  font-size: 15px;
}
.fx-blog .fx-table th {
  background: #221c15;
  color: #ffffff;
  text-align: left;
  padding: 10px 14px;
  font-weight: 600;
}
.fx-blog .fx-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(24, 21, 18, 0.08);
}
.fx-blog .fx-table tr:nth-child(even) td {
  background: #faf7f2;
}

/* Inline code */
.fx-blog code {
  background: #f1ece4;
  color: #b5560a;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 14px;
}

/* CTA box */
.fx-blog .fx-cta {
  background: #181512;
  border-radius: 16px;
  padding: 32px 30px;
  text-align: center;
  margin: 2.5em 0 1em;
}
.fx-blog .fx-cta-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fx-blog .fx-cta p:not(.fx-cta-title) {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  max-width: 480px;
  margin: 0 auto 20px;
}
.fx-blog .fx-cta-btn {
  display: inline-block;
  background: #ef8c1a;
  color: #221503 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 30px;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}
.fx-blog .fx-cta-btn:hover {
  background: #f79c33;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 767px) {
  .fx-blog {
    font-size: 15.5px;
  }
  .fx-blog h2 {
    font-size: 22px;
  }
  .fx-blog h3 {
    font-size: 17px;
  }
  .fx-blog .fx-table {
    display: block;
    overflow-x: auto;
  }
  .fx-blog .fx-cta {
    padding: 26px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-edeebdb *//* ============================================================
   Flixeasy — blog article styling (.fx-blog wrapper)
   Paste ONCE into Appearance → Customize → Additional CSS.
   Works for every post that uses the .fx-blog wrapper div.
   ============================================================ */

.fx-blog {
  font-size: 16.5px;
  line-height: 1.75;
  color: #3d3833;
}
.fx-blog p {
  margin-bottom: 1.2em;
}

/* Headings */
.fx-blog h2 {
  font-size: 26px;
  font-weight: 600;
  color: #221c15;
  margin: 1.8em 0 0.6em;
  padding-left: 14px;
  border-left: 4px solid #ef8c1a;
  line-height: 1.3;
}
.fx-blog h3 {
  font-size: 19px;
  font-weight: 600;
  color: #221c15;
  margin: 1.4em 0 0.4em;
}

/* Links */
.fx-blog a {
  color: #d97a0d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
.fx-blog a:hover {
  color: #b56409;
}

/* Lists */
.fx-blog ul,
.fx-blog ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
.fx-blog li {
  margin-bottom: 0.5em;
}
.fx-blog ol li::marker {
  color: #ef8c1a;
  font-weight: 600;
}

/* Checklist */
.fx-blog .fx-checklist {
  list-style: none;
  padding-left: 0;
}
.fx-blog .fx-checklist li {
  padding: 10px 14px 10px 40px;
  background: #faf7f2;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}
.fx-blog .fx-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  color: #ef8c1a;
  font-weight: 700;
}

/* Table of contents box */
.fx-blog .fx-toc {
  background: #faf7f2;
  border: 1px solid rgba(24, 21, 18, 0.08);
  border-radius: 14px;
  padding: 20px 24px;
  margin: 1.5em 0 2em;
}
.fx-blog .fx-toc-title {
  font-weight: 600;
  color: #221c15;
  margin-bottom: 8px;
}
.fx-blog .fx-toc ul {
  margin: 0;
  padding-left: 1.2em;
}
.fx-blog .fx-toc li {
  margin-bottom: 4px;
}
.fx-blog .fx-toc a {
  text-decoration: none;
}
.fx-blog .fx-toc a:hover {
  text-decoration: underline;
}

/* Table */
.fx-blog .fx-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0 1.8em;
  font-size: 15px;
}
.fx-blog .fx-table th {
  background: #221c15;
  color: #ffffff;
  text-align: left;
  padding: 10px 14px;
  font-weight: 600;
}
.fx-blog .fx-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(24, 21, 18, 0.08);
}
.fx-blog .fx-table tr:nth-child(even) td {
  background: #faf7f2;
}

/* Inline code */
.fx-blog code {
  background: #f1ece4;
  color: #b5560a;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 14px;
}

/* CTA box */
.fx-blog .fx-cta {
  background: #181512;
  border-radius: 16px;
  padding: 32px 30px;
  text-align: center;
  margin: 2.5em 0 1em;
}
.fx-blog .fx-cta-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fx-blog .fx-cta p:not(.fx-cta-title) {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  max-width: 480px;
  margin: 0 auto 20px;
}
.fx-blog .fx-cta-btn {
  display: inline-block;
  background: #ef8c1a;
  color: #221503 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 30px;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}
.fx-blog .fx-cta-btn:hover {
  background: #f79c33;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 767px) {
  .fx-blog {
    font-size: 15.5px;
  }
  .fx-blog h2 {
    font-size: 22px;
  }
  .fx-blog h3 {
    font-size: 17px;
  }
  .fx-blog .fx-table {
    display: block;
    overflow-x: auto;
  }
  .fx-blog .fx-cta {
    padding: 26px 20px;
  }
}/* End custom CSS */