.elementor-66149 .elementor-element.elementor-element-60cd6bd{--display:flex;}.elementor-66149 .elementor-element.elementor-element-1dbefd9{--spacer-size:10px;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-66149 .elementor-element.elementor-element-39b5240 .elementor-heading-title{color:#252525;}.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-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-66149 .elementor-element.elementor-element-9620c55{text-align:start;}.elementor-66149 .elementor-element.elementor-element-ec94962{--display:flex;}.elementor-66149 .elementor-element.elementor-element-7c41ef6{text-align:start;}.elementor-66149 .elementor-element.elementor-element-3de5a47{--display:flex;}.elementor-66149 .elementor-element.elementor-element-a219e83{text-align:start;}.elementor-66149 .elementor-element.elementor-element-0beff09{--display:flex;}.elementor-66149 .elementor-element.elementor-element-0a9ea69{text-align:start;}.elementor-66149 .elementor-element.elementor-element-fb9519e{--display:flex;}.elementor-66149 .elementor-element.elementor-element-c67e95b{text-align:start;}.elementor-66149 .elementor-element.elementor-element-f344abc{--display:flex;}.elementor-66149 .elementor-element.elementor-element-682105d{text-align:start;}.elementor-66149 .elementor-element.elementor-element-129e3e1{--display:flex;}.elementor-66149 .elementor-element.elementor-element-f85b730{text-align:start;}.elementor-66149 .elementor-element.elementor-element-b570836{--display:flex;}.elementor-66149 .elementor-element.elementor-element-374d810{text-align:start;}/* Start custom CSS for container, class: .elementor-element-60cd6bd *//* ============================================================
   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 container, class: .elementor-element-ec94962 *//* ============================================================
   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 container, class: .elementor-element-3de5a47 *//* ============================================================
   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 container, class: .elementor-element-0beff09 *//* ============================================================
   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 container, class: .elementor-element-fb9519e *//* ============================================================
   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 container, class: .elementor-element-f344abc *//* ============================================================
   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 container, class: .elementor-element-129e3e1 *//* ============================================================
   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 container, class: .elementor-element-b570836 *//* ============================================================
   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 */