.elementor-1527 .elementor-element.elementor-element-c6d0ea4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .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-1527 .elementor-element.elementor-element-7859fa9 .elementor-heading-title{font-family:"DM Sans", Sans-serif;font-size:56px;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-1527 .elementor-element.elementor-element-090366c{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 0px;font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;line-height:1.5em;}.elementor-1527 .elementor-element.elementor-element-58c9d3a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;--e-share-buttons-primary-color:var( --e-global-color-primary );}.elementor-1527 .elementor-element.elementor-element-58c9d3a .elementor-share-btn:hover{--e-share-buttons-primary-color:var( --e-global-color-569ff30 );}.elementor-1527 .elementor-element.elementor-element-2fe8fbf{--display:flex;--min-height:480px;--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-1527 .elementor-element.elementor-element-2fe8fbf:not(.elementor-motion-effects-element-type-background), .elementor-1527 .elementor-element.elementor-element-2fe8fbf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1527 .elementor-element.elementor-element-d704cd8{--display:flex;}.elementor-1527 .elementor-element.elementor-element-b619acb{--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;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );} .elementor-1527 .elementor-element.elementor-element-58c9d3a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );} .elementor-1527 .elementor-element.elementor-element-58c9d3a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for html, class: .elementor-element-eda23f6 *//* Base article typography */
.extension-article {
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  color: #000000;
  max-width: 100%;
}

/* Headings */
.extension-article h2,
.extension-article h3,
.extension-article h4 {
  font-family: "Work Sans", Arial, sans-serif;
  color: #0066FF;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 18px;
}

.extension-article h2 {
  font-size: 36px;
  margin-top: 0;
}

.extension-article h3 {
  font-size: 32px;
  margin-top: 42px;
}

.extension-article h4 {
  font-size: 26px;
  margin-top: 34px;
}

/* Paragraphs */
.extension-article p {
  margin-bottom: 18px;
}

/* LLM / summary excerpt */
.llm-excerpt {
  background: rgba(0, 102, 255, 0.10);
  padding: 22px 24px;
  border-radius: 6px;
  margin-bottom: 34px;
  color: #111111;
}

.llm-excerpt strong {
  display: block;
  font-family: "Work Sans", Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Guide box (In this guide) */
.article-nav {
  background: #F3F5F8;
  padding: 20px 22px;
  border-radius: 6px;
  margin-bottom: 34px;
  cursor: pointer;
}

.article-nav strong {
  display: block;
  font-family: "Work Sans", Arial, sans-serif;
  color: #0066FF;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.article-nav ul {
  margin: 0;
  padding-left: 18px;
}

.article-nav li {
  margin-bottom: 8px;
}

.article-nav a {
  color: #0066FF;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
}

.article-nav a:hover {
  text-decoration: underline;
}

/* Guide toggle header */
.guide-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guide-header strong {
  margin: 0;
  line-height: 1;
}

.guide-toggle-btn {
  font-weight: 600;
}

.guide-content {
  margin-top: 10px;
}

.guide-collapsed .guide-content {
  display: none;
}

/* Anchor offset for sticky headers */
.extension-article h2,
.extension-article h3 {
  scroll-margin-top: 120px;
}

/* Pull quotes */
.pull-quote {
  background: #D9DEE6;
  border-left: 4px solid #0066FF;
  padding: 18px 20px;
  margin: 26px 0 28px 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #0066FF;
}

/* Lists */
.extension-article ul {
  margin-left: 22px;
  margin-bottom: 20px;
}

.extension-article li {
  margin-bottom: 10px;
}

.extension-article ul.bullet-gap {
  margin-bottom: 20px;
}

/* TABLE STYLING – generic tables */
.extension-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px 0;
  font-size: 15px;
}

.extension-article table th {
  background: #0066FF;
  color: #ffffff;
  padding: 14px;
  text-align: left;
  font-family: "Work Sans", Arial, sans-serif;
}

.extension-article table td {
  padding: 14px;
  border: 1px solid #D9DEE6;
}

.extension-article table tr:nth-child(even) {
  background: #F3F5F8;
}

.extension-article table tr:nth-child(odd) {
  background: #ffffff;
}

/* Cost table wrapper: horizontal scrolling on small screens */
.cost-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cost-table-wrap table {
  min-width: 600px; /* adjust as needed */
}

/* Optional: if you want the cost table to have no borders but keep zebra striping,
   target it with a class on the table, e.g. <table class="cost-table"> */

/*
.extension-article table.cost-table th,
.extension-article table.cost-table td {
  border: none;
}

.extension-article table.cost-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.extension-article table.cost-table tbody tr:nth-child(even) {
  background: #F3F5F8;
}
*/

/* FAQ items */
.faq-item {
  background: rgba(0, 102, 255, 0.10);
  padding: 20px 22px;
  border-radius: 6px;
  margin-bottom: 18px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.12);
}

.faq-item h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #0066FF;
  font-family: "Work Sans", Arial, sans-serif;
}

.faq-item p {
  margin: 0;
}
.faq-item h4 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #0066FF;
  font-family: "Work Sans", Arial, sans-serif;
}

.faq-item p {
  margin: 0;
}/* End custom CSS */