.elementor-745 .elementor-element.elementor-element-8841c86{--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-745 .elementor-element.elementor-element-edbe576{--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;}/* Start custom CSS for html, class: .elementor-element-1eb3237 *//* Main Container Scope */
.sp-post {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2c3e50;
  background-color: #ffffff;
  line-height: 1.65;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.sp-post * {
  box-sizing: border-box;
}

/* Typography Defaults */
.sp-post h1, 
.sp-post h2, 
.sp-post h3 {
  color: #1a252f;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
}

.sp-hero h1.sp-title {
  font-size: 2.25rem;
  margin-bottom: 16px;
  color: #111827;
}

.sp-post h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f4f8;
}

.sp-post h3 {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1e293b;
}

.sp-post p {
  margin-bottom: 16px;
}

.sp-post strong {
  color: #0f172a;
}

/* Category & Hero */
.sp-category {
  display: inline-block;
  background-color: rgba(68, 162, 245, 0.12);
  color: #44a2f5;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.sp-lead {
  font-size: 1.15rem;
  color: #475569;
}

/* Intro Callout Box */
.sp-intro-card {
  background-color: #f8fafc;
  border-left: 4px solid #44a2f5;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}

.sp-divider {
  border: 0;
  height: 1px;
  background: #e2e8f0;
  margin: 40px 0;
}

.sp-section {
  margin-bottom: 36px;
}

/* Grid Layouts */
.sp-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.sp-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* General Cards */
.sp-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-card:hover {
  box-shadow: 0 4px 12px rgba(68, 162, 245, 0.08);
  border-color: #cbd5e1;
}

.sp-tag {
  display: inline-block;
  font-size: 0.8rem;
  background: #f1f5f9;
  color: #334155;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Lists */
.sp-post ul, 
.sp-post ol {
  padding-left: 20px;
  margin-bottom: 16px;
}

.sp-post li {
  margin-bottom: 8px;
}

.sp-check-list {
  list-style: none;
  padding-left: 0 !important;
}

.sp-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.sp-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #44a2f5;
  font-weight: bold;
  font-size: 1.1rem;
}

.sp-numbered-list {
  padding-left: 20px !important;
}

.sp-numbered-list li::marker {
  color: #44a2f5;
  font-weight: bold;
}

/* Tables */
.sp-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.sp-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}

.sp-table th {
  background-color: #f8fafc;
  color: #1e293b;
  padding: 12px 16px;
  font-weight: 700;
  border-bottom: 2px solid #e2e8f0;
}

.sp-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}

.sp-table tbody tr:hover {
  background-color: rgba(68, 162, 245, 0.03);
}

/* Highlight Box */
.sp-highlight-box {
  background-color: rgba(68, 162, 245, 0.08);
  border-left: 4px solid #44a2f5;
  padding: 16px;
  border-radius: 0 6px 6px 0;
  margin: 20px 0;
}

.sp-highlight-box p {
  margin: 0;
}

/* Disclaimers */
.sp-disclaimer {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 16px;
}

/* Timeline Component */
.sp-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.sp-timeline-step {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #44a2f5;
  border-radius: 6px;
  padding: 14px;
  text-align: center;
}

.sp-step-badge {
  font-size: 0.8rem;
  font-weight: 700;
  color: #44a2f5;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sp-step-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
}

/* Flowchart Block */
.sp-flow-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  text-align: center;
}

.sp-flow-steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.sp-flow-item {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 140px;
}

.sp-flow-num {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #44a2f5;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 6px;
}

.sp-flow-arrow {
  color: #44a2f5;
  font-weight: bold;
  font-size: 1.4rem;
}

/* Summary Box */
.sp-summary-box {
  background: #ffffff;
  border: 2px solid #44a2f5;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(68, 162, 245, 0.1);
}

.sp-summary-box h2 {
  color: #44a2f5;
  border-bottom: none;
  padding-bottom: 0;
}

/* Mobile Adjustments */
@media (max-width: 600px) {
  .sp-flow-steps {
    flex-direction: column;
  }
  
  .sp-flow-arrow {
    transform: rotate(90deg);
  }

  .sp-hero h1.sp-title {
    font-size: 1.75rem;
  }
}/* End custom CSS */