:root {
  --oe-navy: #071629;
  --oe-blue: #1f75ff;
  --oe-light-blue: #eef6ff;
  --oe-bg: #eef4fb;
  --oe-card: #ffffff;
  --oe-border: #dce8f5;
  --oe-text: #102033;
  --oe-muted: #5f6f82;
  --oe-radius: 14px;
  --oe-shadow: 0 10px 30px rgba(7, 22, 41, 0.08);
}

.oe-blog {
  background: var(--oe-bg);
  color: var(--oe-text);
  font-family: inherit;
}

.oe-container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.oe-blog-hero {
  padding: 56px 0 64px;
  background: #ffffff;
}

.oe-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.oe-breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--oe-muted);
  margin-bottom: 14px;
}

.oe-breadcrumb a {
  color: var(--oe-muted);
  text-decoration: none;
}

/* .oe-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  background: #e9f3ff;
  color: var(--oe-blue);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
} */
.oe-tag {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    background: #e9f1ff !important;
    color: var(--oe-blue);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px;
    border-radius: 100px;
    border: 1px solid #c2d7fe;
}

.oe-hero-content h1 {
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 70px!important;
  letter-spacing: -0.04em;
  color: var(--oe-navy);
  font-weight:500!important;
  
}

.oe-author-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
}

.oe-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.oe-author-name {
  margin: 0;
  font-weight: 700;
  margin-bottom:8px;
}

.oe-meta {
  display: flex;
  gap: 8px;
  color: var(--oe-muted);
  font-size: 13px;
  margin-top:6px;
}

.oe-share-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 20px;
  font-size: 14px;
}

.oe-share-row a,
.oe-share-row button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--oe-border);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--oe-text);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  font-size: 12px;
}

.oe-copy-link {
  width: auto !important;
  padding: 0 12px;
  border-radius: 999px !important;
}

.oe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: 0.2s ease;
}

.oe-btn-primary {
  background: var(--oe-blue);
  color: #fff;
  padding: 13px 20px;
}

.oe-btn-primary,
.oe-btn-primary:visited {
  color: #ffffff;
}

.oe-btn-primary:hover,
.oe-btn-primary:focus {
  color: #ffffff;
  background: #005fd6;
}

.oe-btn-small {
  background: var(--oe-blue);
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  text-align:center!important;
}

.oe-btn-light {
  background: #ffffff;
  color: var(--oe-blue);
  padding: 12px 18px;
}

.oe-hero-image-wrap {
  border-radius: var(--oe-radius);
  overflow: hidden;
  background: #e9f6ff;
}

.oe-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.oe-blog-body-section {
  padding: 42px 0 56px;
}

.oe-blog-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: start;
}

.oe-left-sidebar,
.oe-right-sidebar {
  position: sticky;
  top: 24px;
}

.oe-toc-card,
.oe-reading-stats,
.oe-sidebar-share,
.oe-sidebar-cta,
.oe-related-card,
.oe-key-takeaways,
.oe-author-box {
  background: var(--oe-card);
  border: 1px solid var(--oe-border);
  border-radius: var(--oe-radius);
  box-shadow: var(--oe-shadow);
}

.oe-toc-card {
  padding: 18px;
}

.oe-toc-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--oe-navy);
  margin-bottom: 12px;
}

.oe-toc {
  display: grid;
  gap: 10px;
}

.oe-toc a {
  color: var(--oe-muted);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.oe-toc a.is-h3 {
  padding-left: 12px;
  font-size: 12px;
}

.oe-blog-main {
  min-width: 0;
}

.oe-key-takeaways {
  background: #ffffff;
  border: 2px solid #1f75ff;
  border-radius: 0;
  box-shadow: none;
  padding: 32px 48px;
  margin-bottom: 42px;
}

.oe-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #102033;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 28px;
}

.oe-card-heading .oe-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1f75ff 0%, #0a2a58 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex: 0 0 auto;
}

.oe-key-takeaways ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oe-key-takeaways li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  color: #102033;
  font-size: 16px;
  line-height: 1.55;
}

.oe-key-takeaways li:last-child {
  margin-bottom: 0;
}

.oe-key-takeaways li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1f75ff;
  color: #ffffff;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  .oe-key-takeaways {
    padding: 24px 20px;
  }

  .oe-card-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .oe-card-heading .oe-icon {
    width: 38px;
    height: 38px;
  }

  .oe-key-takeaways li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
}

.oe-post-content {
  background: transparent;
}

.oe-post-content h2 {
  margin: 42px 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--oe-navy);
}

.oe-post-content h3 {
  margin: 28px 0 10px;
  font-size: 26px;
  line-height: 1.2;
  color: var(--oe-navy);
}

.oe-post-content p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--oe-text);
  margin: 0 0 18px;
}

.oe-post-content a {
  color: var(--oe-blue);
}

.oe-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.oe-post-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  background: #eaf4ff;
  border-left: 4px solid var(--oe-blue);
  border-radius: 8px;
  color: var(--oe-text);
}

.oe-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.oe-post-content th {
  background: var(--oe-blue);
  color: #fff;
}

.oe-post-content th,
.oe-post-content td {
  border: 1px solid var(--oe-border);
  padding: 14px;
  text-align: left;
}

.oe-mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #ffffff;
  border-left:2.85px solid #246FFA;
/*   border: 1px solid var(--oe-border); */
  padding: 24px;
  margin: 42px 0;
}

.oe-mid-cta p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.oe-gradient-cta {
  text-align: center;
  padding: 42px 28px;
  margin: 48px 0;
  border-radius: var(--oe-radius);
  background: linear-gradient(
    135deg,
    #246ffa 0%,
    #2369e9 7%,
    #2262d8 14%,
    #205cc7 21%,
    #1f56b7 29%,
    #1e4fa6 36%,
    #1c4996 43%,
    #1b4387 50%,
    #193d77 57%,
    #183768 64%,
    #16315a 71%,
    #142b4c 79%,
    #13253f 86%,
    #111f33 93%,
    #101927 100%
  );
  color: #fff;
}

.oe-gradient-cta h2 {
  margin: 0 0 12px;
  font-size: 32px;
  color: #fff;
  font-weight:500;
}

.oe-gradient-cta p {
  max-width: 540px;
  margin: 0 auto 20px;
  color: #fff!important;
  font-size:16px;
}

.oe-faq-section {
  margin: 54px 0;
  text-align: center;
}

.oe-faq-section h2 {
  font-size: 34px;
  margin-bottom: 8px;
  
}

.oe-section-subtitle {
  color: var(--oe-muted);
  margin-bottom: 24px;
}

.oe-faq-list {
  display: grid;
  gap: 10px;
  text-align: left;
}

.oe-faq-list details {
  background: #ffffff;
  border: 1px solid var(--oe-border);
  border-radius: 10px;
  padding: 16px 18px;
}

.oe-faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.oe-faq-list p {
  margin: 12px 0 0;
  color: var(--oe-muted);
  line-height: 1.65;
}

.oe-author-box {
  display: flex;
  gap: 18px;
  padding: 28px;
  margin: 48px 0 0;
}

.oe-author-box-img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  flex: 0 0 auto;
}

.oe-author-box h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.oe-author-box p {
  margin: 0;
  color: var(--oe-muted);
  line-height: 1.65;
}

.oe-author-links {
  margin-top: 12px;
}

.oe-author-links a {
  color: var(--oe-blue);
  font-weight: 700;
  text-decoration: none;
}

.oe-reading-stats,
.oe-sidebar-share,
.oe-sidebar-cta,
.oe-related-card {
  padding: 18px;
  margin-bottom: 18px;
}

.oe-sidebar-title {
  margin: 0 0 14px;
  color: var(--oe-muted);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}

.oe-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.oe-stats-grid div {
  background: #f3f8fd;
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
}

.oe-stats-grid strong {
  display: block;
  font-size: 28px;
  color: var(--oe-navy);
}

.oe-stats-grid span {
  display: block;
  color: var(--oe-muted);
  font-size: 12px;
}

.oe-sidebar-share {
  display: grid;
  gap: 10px;
}

.oe-sidebar-share a,
.oe-sidebar-share button {
  width: 100%;
  border: 1px solid var(--oe-border);
  background: #ffffff;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  text-decoration: none;
  color: var(--oe-text);
  font-weight: 700;
  cursor: pointer;
}

.oe-sidebar-cta {
  background: linear-gradient(
    135deg,
    #246ffa 0%,
    #2369e9 7%,
    #2262d8 14%,
    #205cc7 21%,
    #1f56b7 29%,
    #1e4fa6 36%,
    #1c4996 43%,
    #1b4387 50%,
    #193d77 57%,
    #183768 64%,
    #16315a 71%,
    #142b4c 79%,
    #13253f 86%,
    #111f33 93%,
    #101927 100%
  );
  color: #ffffff;
  border-radius: 14px;
  padding: 28px 28px 24px;
  margin-bottom: 22px;
  box-shadow: 0 18px 34px rgba(7, 22, 41, 0.24);
}

.oe-sidebar-cta::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.18);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='16' height='15' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M8 3V7' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 3V7' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 10H20' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  display: inline-flex;
  margin-bottom: 24px;
}

.oe-sidebar-cta .oe-sidebar-title {
  color: #ffffff !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 12px;
}

.oe-sidebar-cta p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 22px;
}

.oe-sidebar-cta .oe-btn-light {
  width: 100%;
  min-height: 52px;
  background: #ffffff;
  color: #1f75ff !important;
  border-radius: 999px;
  padding: 8px 20px!important;
  font-size: 18px;
  font-weight: 500;
}

.oe-sidebar-cta .oe-btn-light:hover,
.oe-sidebar-cta .oe-btn-light:focus {
  background: #ffffff;
  color: #1f75ff !important;
}

.oe-related-post {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--oe-border);
  text-decoration: none;
}

.oe-related-post span {
  color: #246FFA!important;
  font-weight: 700;
  line-height: 1.35;
}

.oe-related-post small {
  color: var(--oe-muted);
}

.oe-recognition-section {
  padding: 56px 0 80px;
}

.oe-recognition-section h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 34px;
}

.oe-recognition-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 0;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.oe-recognition-card {
  background: #0d92b3;
  color: #fff;
  border-radius: 12px;
  padding: 34px 24px;
  text-align: center;
  min-height: 170px;
  display: grid;
  place-items: center;
}

.oe-recognition-featured {
  background: #0684bc;
  min-height: 260px;
  transform: scale(1.08);
  z-index: 1;
  box-shadow: var(--oe-shadow);
}

.oe-recognition-card h3,
.oe-recognition-card p {
  margin: 0;
}

@media (max-width: 1100px) {
  .oe-blog-layout {
    grid-template-columns: 1fr 260px;
  }

  .oe-left-sidebar {
    display: none;
  }
}

@media (max-width: 900px) {
  .oe-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .oe-blog-layout {
    grid-template-columns: 1fr;
  }

  .oe-right-sidebar {
    position: static;
  }

  .oe-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .oe-recognition-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .oe-recognition-featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .oe-container {
    width: min(100% - 24px, 1320px);
  }

  .oe-blog-hero {
    padding: 34px 0 42px;
  }

  .oe-hero-content h1 {
    font-size: 38px;
  }

  .oe-mid-cta,
  .oe-author-box {
    flex-direction: column;
  }

  .oe-stats-grid {
    grid-template-columns: 1fr;
  }

  .oe-gradient-cta h2,
  .oe-faq-section h2,
  .oe-recognition-section h2 {
    font-size: 28px;
  }

  .oe-post-content p {
    font-size: 16px;
  }
}
.oe-blog-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}

.oe-key-takeaways {
  grid-column: 1 / 3;
  grid-row: 1;
  background: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 16px;
  box-shadow: none;
  padding: 28px 32px;
  margin-bottom: 0;
}

.oe-right-sidebar {
  grid-column: 3;
  grid-row: 1 / span 2;
  position: sticky;
  top: 24px;
}

.oe-left-sidebar {
  grid-column: 1;
  grid-row: 2;
  position: sticky;
  top: 24px;
}

.oe-blog-main {
  grid-column: 2;
  grid-row: 2;
}

.oe-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #102033;
}

.oe-card-heading .oe-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1f75ff 0%, #0a2a58 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex: 0 0 auto;
}

.oe-key-takeaways ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oe-key-takeaways li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  color: #102033;
  font-size: 15px;
  line-height: 1.55;
}

.oe-key-takeaways li:last-child {
  margin-bottom: 0;
}

.oe-key-takeaways li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1f75ff;
  color: #ffffff;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .oe-blog-layout {
    grid-template-columns: 1fr 280px;
  }

  .oe-key-takeaways {
    grid-column: 1 / 2;
  }

  .oe-left-sidebar {
    display: none;
  }

  .oe-blog-main {
    grid-column: 1;
  }

  .oe-right-sidebar {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .oe-blog-layout {
    grid-template-columns: 1fr;
  }

  .oe-key-takeaways,
  .oe-blog-main,
  .oe-right-sidebar {
    grid-column: 1;
    grid-row: auto;
  }

  .oe-right-sidebar {
    position: static;
  }
}
.oe-sidebar-cta a.oe-btn.oe-btn-light {
  min-height: 0 !important;
  height: auto !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.2 !important;
  font-size:16px!important;
}
.oe-blog,
.oe-blog * {
  font-family: "Area Normal", Arial, sans-serif !important;
}
.oe-related-card {
  background: #ffffff;
  border: 1px solid #d8dde6;
  border-radius: 18px;
  box-shadow: none;
  padding: 32px 28px;
  margin-bottom: 22px;
}

.oe-related-card .oe-sidebar-title {
  color: #0f1923 !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 28px;
}

.oe-related-post {
  display: block;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-top: 0;
  border-bottom: 1px solid rgba(15, 25, 35, 0.14);
  text-decoration: none;
}

.oe-related-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.oe-related-post::before {
  content: "DATA QUALITY";
  display: block;
  color: #246ffa;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 10px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.oe-related-post span {
  display: block;
  color: #0f1923 !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}

.oe-related-post small {
  display: block;
  color: rgba(15, 25, 35, 0.6) !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 10px;
  line-height: 1.32;
  font-weight: 400;
}

.oe-related-card {
  background: #ffffff;
  border: 1px solid #d8dde6;
  border-radius: 18px;
  box-shadow: none;
  padding: 32px 28px;
  margin-bottom: 22px;
}

.oe-related-card .oe-sidebar-title {
  color: #0f1923 !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 28px;
}

.oe-related-post {
  display: block;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-top: 0;
  border-bottom: 1px solid rgba(15, 25, 35, 0.14);
  text-decoration: none;
}

/* Important: removes the duplicate DATA QUALITY label */
.oe-related-post::before {
  content: none !important;
  display: none !important;
}

.oe-related-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.oe-related-category {
  display: block;
  color: #246ffa !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 10px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.oe-related-title {
  display: block;
  color: #0f1923 !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none !important;
}

.oe-related-time {
  display: block;
  color: rgba(15, 25, 35, 0.6) !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 10px;
  line-height: 1.32;
  font-weight: 400;
}
span.oe-related-category {
    color: #246FFA !important;
    letter-spacing:1.5px!important;
    font-weight:400!important;
}

.oe-breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 28px;
}

.oe-breadcrumb a {
  color: rgba(15, 25, 35, 0.6) !important;
  text-decoration: none;
}

.oe-breadcrumb span {
  color: #0f1923;
}

.oe-breadcrumb span:first-of-type {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    color: #0F1923 !important;
}

.oe-toc-card {
  background: #ffffff;
  border: 1px solid #d8dde6;
  border-radius: 18px;
  box-shadow: none;
  padding: 22px 22px 24px;
}

.oe-toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.oe-toc-header span:first-child {
  color: #0f1923;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.oe-toc-progress {
  color: #246ffa;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.oe-toc-progress-track {
  width: 100%;
  height: 8px;
  background: #eef3fb;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px;
}

.oe-toc-progress-bar {
  width: 0%;
  height: 100%;
  background: #246ffa;
  border-radius: 999px;
  transition: width 0.2s ease;
}

.oe-toc {
  display: grid;
  gap: 8px;
}

.oe-toc a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f1923;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.oe-toc a::before {
  content: "›";
  color: #0f1923;
  font-size: 18px;
  line-height: 1;
}

.oe-toc a.is-active {
  background: #eaf2ff;
  color: #246ffa;
}

.oe-toc a.is-active::before {
  content: "⌄";
  color: #246ffa;
  font-size: 16px;
}

.oe-toc a:hover {
  background: #f3f7ff;
  color: #246ffa;
}
.oe-blog-layout {
  grid-template-columns: 300px minmax(0, 1fr) 280px !important;
}

.oe-left-sidebar {
  width: 300px !important;
  max-width: 300px !important;
  position: sticky;
  top: 160px;
  align-self: start;
}

.oe-toc-card {
  width: 100% !important;
}
.oe-toc a {
  display: grid !important;
  grid-template-columns: 16px 1fr;
  column-gap: 10px;
  align-items: start;
}

.oe-toc a::before {
  display: block;
  width: 16px;
  text-align: center;
  line-height: 1.35;
  margin-top: 0;
}
.oe-toc a {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.oe-toc a::before {
  font-size: 14px !important;
  line-height: 1.35 !important;
}
a.oe-btn.oe-btn-light {
    font-size: 14px !important;
}
.oe-dynamic-faq-section {
  margin: 72px 0;
  text-align: center;
}

.oe-dynamic-faq-section h2 {
  color: #0f1923;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}

.oe-dynamic-faq-section .oe-section-subtitle {
  color: rgba(15, 25, 35, 0.6);
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 34px;
}

.oe-dynamic-faq-section .oe-faq-list {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
  text-align: left;
}

.oe-dynamic-faq-section .oe-faq-item {
  background: #ffffff;
  border: 1px solid #d8dde6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15, 25, 35, 0.06);
  padding: 0;
  overflow: hidden;
}

.oe-dynamic-faq-section .oe-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  color: #0f1923;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 15px;
  line-height: 2.35!important;
  font-weight: 500;
  padding: 18px 54px 18px 20px;
}

.oe-dynamic-faq-section .oe-faq-item summary::-webkit-details-marker {
  display: none;
}

.oe-dynamic-faq-section .oe-faq-item summary::after {
  content: "⌄";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #246ffa;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.oe-dynamic-faq-section .oe-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.oe-dynamic-faq-section .oe-faq-answer {
  color: rgba(15, 25, 35, 0.68);
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.65;
  padding: 0 54px 22px 20px;
}

.oe-dynamic-faq-section .oe-faq-answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(15, 25, 35, 0.68);
}
.oe-dynamic-faq-section .oe-faq-item summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 16px 28px 16px 24px !important;
}

.oe-dynamic-faq-section .oe-faq-item summary::after {
  content: "⌄" !important;
  position: static !important;
  transform: none !important;
  margin-left: auto !important;
  color: #246ffa !important;
  font-size: 18px !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

.oe-dynamic-faq-section .oe-faq-item summary {
  position: relative !important;
  display: block !important;
  padding: 18px 56px 18px 24px !important;
}

.oe-dynamic-faq-section .oe-faq-item summary::after {
  content: "⌄" !important;
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #246ffa !important;
  font-size: 18px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.oe-dynamic-faq-section .oe-faq-item[open] summary::after {
  content: "⌃" !important;
  transform: translateY(-50%) !important;
}
.oe-dynamic-faq-section .oe-faq-item summary {
  position: relative !important;
  display: block !important;
  padding: 18px 64px 18px 24px !important;
  min-height: 64px !important;
  line-height: 1.35 !important;
}

.oe-dynamic-faq-section .oe-faq-item summary::-webkit-details-marker {
  display: none !important;
}

.oe-dynamic-faq-section .oe-faq-item summary::after {
  content: "" !important;
  position: absolute !important;
  right: 28px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateY(-50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L9 11L13 7' stroke='%23246FFA' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 18px 18px !important;
  margin: 0 !important;
}

.oe-dynamic-faq-section .oe-faq-item[open] summary::after {
  content: "" !important;
  transform: translateY(-50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L9 7L13 11' stroke='%23246FFA' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/*  Media Query Mobile */
@media (max-width: 767px) {
  .oe-blog,
  .oe-blog * {
    box-sizing: border-box;
  }

  .oe-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .oe-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .oe-hero-content,
  .oe-hero-image {
    width: 100% !important;
    max-width: 100% !important;
  }

  .oe-hero-content h1 {
    max-width: 100% !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
  }

  .oe-hero-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .body-wrapper,
  #main-content,
  .oe-blog {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .oe-blog-hero {
    width: 100% !important;
    max-width: 100% !important;
    padding: 32px 0 48px !important;
    overflow: hidden !important;
  }

  .oe-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .oe-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 28px !important;
  }

  .oe-hero-content,
  .oe-hero-image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .oe-hero-content h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 34px !important;
    line-height: 1.14 !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 24px !important;
  }

  .oe-hero-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .oe-blog-layout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .oe-left-sidebar,
  .oe-right-sidebar {
    display: none !important;
  }

  .oe-post-main,
  .oe-post-content {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Safer overflow fix that does not break sticky */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.body-wrapper,
#main-content {
  max-width: 100%;
  overflow-x: clip;
}

/* Keep sticky working */
.oe-blog,
.oe-blog-body-section,
.oe-container,
.oe-blog-layout {
  overflow: visible !important;
}
.oe-left-sidebar {
  position: sticky !important;
  top: 160px !important;
  align-self: start !important;
  height: fit-content !important;
}

.oe-right-sidebar {
  position: sticky !important;
  top: 160px !important;
  align-self: start !important;
  height: fit-content !important;
}
@media screen and (max-width: 900px) {
  .oe-left-sidebar,
  .oe-right-sidebar {
    display: none !important;
    position: static !important;
  }
}

/* Remove white background and borders from rich-text tables */
/* .oe-post-content table,
.oe-post-content table *,
.oe-post-content table tbody,
.oe-post-content table tr,
.oe-post-content table td,
.oe-post-content table th {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
} */

/* Remove spacing/card look around tables */
.oe-post-content table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
}

/* Remove padding if the table still looks like a box */
.oe-post-content table td,
.oe-post-content table th {
  padding: 0 !important;
}
/* Final override for HubSpot rich text table inline styles */
.oe-post-content table[style],
.oe-post-content table,
.oe-post-content table tbody,
.oe-post-content table tr,
.oe-post-content table td[style],
.oe-post-content table th[style],
.oe-post-content table td,
.oe-post-content table th {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove the white card/box feeling */
.oe-post-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* Keep spacing readable */
.oe-post-content table td,
.oe-post-content table th {
  padding: 0 0 18px 0 !important;
}
/* Blog content table style */
.oe-post-content table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin: 28px 0 !important;
  box-shadow: none !important;
}

/* Header row */
.oe-post-content table thead,
.oe-post-content table thead tr,
.oe-post-content table tr:first-child {
  background: #246ffa !important;
}

/* Header cells */
.oe-post-content table th,
.oe-post-content table tr:first-child td {
  background: #246ffa !important;
  color: #ffffff !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-align: center !important;
  padding: 18px 16px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
}

/* Header rounded corners */
.oe-post-content table tr:first-child td:first-child,
.oe-post-content table th:first-child {
  border-top-left-radius: 8px !important;
}

.oe-post-content table tr:first-child td:last-child,
.oe-post-content table th:last-child {
  border-top-right-radius: 8px !important;
  border-right: 0 !important;
}

/* Body cells */
.oe-post-content table td {
  background: #ffffff !important;
  color: #0f1923 !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-align: left !important;
  padding: 20px 18px !important;
  border: 0 !important;
  border-right: 1px solid #e6edf5 !important;
  border-bottom: 1px solid #e6edf5 !important;
  min-height: 56px !important;
}

/* Body row height */
.oe-post-content table tr {
  height: 56px !important;
}

/* Last column and last row cleanup */
.oe-post-content table td:last-child {
  border-right: 0 !important;
}

.oe-post-content table tr:last-child td {
  border-bottom: 0 !important;
}

/* Make text inside table behave */
.oe-post-content table p,
.oe-post-content table span,
.oe-post-content table div {
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
}

/* Mobile table scroll */
@media screen and (max-width: 767px) {
  .oe-post-content table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .oe-post-content table tbody,
  .oe-post-content table thead,
  .oe-post-content table tr {
    width: 100% !important;
  }

  .oe-post-content table th,
  .oe-post-content table td {
    min-width: 140px !important;
  }
}
/* Final blog table design */
.oe-post-content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin: 28px 0 !important;
  box-shadow: none !important;
}

/* Reset inline HubSpot table styles */
.oe-post-content table,
.oe-post-content table tbody,
.oe-post-content table tr,
.oe-post-content table td,
.oe-post-content table th,
.oe-post-content table p,
.oe-post-content table span,
.oe-post-content table div {
  background-image: none !important;
  box-shadow: none !important;
}

/* First row as blue header */
.oe-post-content table tbody > tr:first-child > td,
.oe-post-content table tbody > tr:first-child > th,
.oe-post-content table thead th,
.oe-post-content table thead td {
  background: #246ffa !important;
  background-color: #246ffa !important;
  color: #ffffff !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-align: center !important;
  padding: 18px 16px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
}

/* Header text inside p/span */
.oe-post-content table tbody > tr:first-child > td *,
.oe-post-content table tbody > tr:first-child > th *,
.oe-post-content table thead th *,
.oe-post-content table thead td * {
  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  margin: 0 !important;
}

/* Body cells */
.oe-post-content table tbody > tr:not(:first-child) > td,
.oe-post-content table tbody > tr:not(:first-child) > th {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #0f1923 !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-align: left !important;
  padding: 20px 18px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid #e6edf5 !important;
  border-bottom: 1px solid #e6edf5 !important;
}

/* Body text inside p/span */
.oe-post-content table tbody > tr:not(:first-child) > td *,
.oe-post-content table tbody > tr:not(:first-child) > th * {
  color: inherit !important;
  background: transparent !important;
  background-color: transparent !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
}

/* Remove last column border */
.oe-post-content table tr > td:last-child,
.oe-post-content table tr > th:last-child {
  border-right: 0 !important;
}

/* Remove last row bottom border */
.oe-post-content table tbody > tr:last-child > td,
.oe-post-content table tbody > tr:last-child > th {
  border-bottom: 0 !important;
}

/* Rounded header corners */
.oe-post-content table tbody > tr:first-child > td:first-child,
.oe-post-content table thead tr:first-child > th:first-child {
  border-top-left-radius: 8px !important;
}

.oe-post-content table tbody > tr:first-child > td:last-child,
.oe-post-content table thead tr:first-child > th:last-child {
  border-top-right-radius: 8px !important;
}

/* Mobile table scroll */
@media screen and (max-width: 767px) {
  .oe-post-content table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .oe-post-content table td,
  .oe-post-content table th {
    min-width: 140px !important;
  }
}
/* Final styled blog content table */
.oe-post-content table.oe-content-table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin: 28px 0 !important;
  box-shadow: none !important;
}

/* Header row */
.oe-post-content table.oe-content-table tr:first-child td,
.oe-post-content table.oe-content-table tr:first-child th {
  background: #246ffa !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  padding: 18px 16px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/* Header inner text */
.oe-post-content table.oe-content-table tr:first-child td *,
.oe-post-content table.oe-content-table tr:first-child th * {
  color: #ffffff !important;
  background: transparent !important;
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

/* Body cells */
.oe-post-content table.oe-content-table tr:not(:first-child) td,
.oe-post-content table.oe-content-table tr:not(:first-child) th {
  background: #ffffff !important;
  color: #0f1923 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-align: left !important;
  padding: 20px 18px !important;
  border: 0 !important;
  border-right: 1px solid #e6edf5 !important;
  border-bottom: 1px solid #e6edf5 !important;
  min-height: 56px !important;
}

/* Body inner text */
.oe-post-content table.oe-content-table tr:not(:first-child) td *,
.oe-post-content table.oe-content-table tr:not(:first-child) th * {
  color: inherit !important;
  background: transparent !important;
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Last column */
.oe-post-content table.oe-content-table tr td:last-child,
.oe-post-content table.oe-content-table tr th:last-child {
  border-right: 0 !important;
}

/* Last row */
.oe-post-content table.oe-content-table tr:last-child td,
.oe-post-content table.oe-content-table tr:last-child th {
  border-bottom: 0 !important;
}

/* Rounded top corners */
.oe-post-content table.oe-content-table tr:first-child td:first-child,
.oe-post-content table.oe-content-table tr:first-child th:first-child {
  border-top-left-radius: 8px !important;
}

.oe-post-content table.oe-content-table tr:first-child td:last-child,
.oe-post-content table.oe-content-table tr:first-child th:last-child {
  border-top-right-radius: 8px !important;
}

/* Mobile scroll */
@media screen and (max-width: 767px) {
  .oe-post-content table.oe-content-table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .oe-post-content table.oe-content-table td,
  .oe-post-content table.oe-content-table th {
    min-width: 140px !important;
  }
}
/* Final table cell background and border style */
.oe-post-content table.oe-content-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Header */
.oe-post-content table.oe-content-table tr:first-child td,
.oe-post-content table.oe-content-table tr:first-child th {
  background: #246ffa !important;
  color: #ffffff !important;
  text-align: center !important;
  padding: 18px 16px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-bottom: 1px solid #e6edf5 !important;
}

/* Body cells */
.oe-post-content table.oe-content-table tr:not(:first-child) td,
.oe-post-content table.oe-content-table tr:not(:first-child) th {
  background: #ffffff !important;
  color: #0f1923 !important;
  padding: 20px 18px !important;
  border-right: 1px solid #e6edf5 !important;
  border-bottom: 1px solid #e6edf5 !important;
}

/* Inner text */
.oe-post-content table.oe-content-table td *,
.oe-post-content table.oe-content-table th * {
  background: transparent !important;
  margin: 0 !important;
  color: inherit !important;
}

/* Remove right border from last column */
.oe-post-content table.oe-content-table tr td:last-child,
.oe-post-content table.oe-content-table tr th:last-child {
  border-right: 0 !important;
}

/* Remove bottom border from last row */
.oe-post-content table.oe-content-table tr:last-child td,
.oe-post-content table.oe-content-table tr:last-child th {
  border-bottom: 0 !important;
}

/* Rounded top corners */
.oe-post-content table.oe-content-table tr:first-child td:first-child,
.oe-post-content table.oe-content-table tr:first-child th:first-child {
  border-top-left-radius: 8px !important;
}

.oe-post-content table.oe-content-table tr:first-child td:last-child,
.oe-post-content table.oe-content-table tr:first-child th:last-child {
  border-top-right-radius: 8px !important;
}

/* Tablet breakpoint: 768px and below */
@media screen and (max-width: 768px) {
  .oe-blog-layout {
    display: block !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .oe-container {
    width: auto !important;
    max-width: none !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .oe-key-takeaways,
  .oe-blog-main,
  .oe-post-content,
  .oe-gradient-cta,
  .oe-mid-cta,
  .oe-author-box,
  .oe-dynamic-faq-section {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .oe-left-sidebar,
  .oe-right-sidebar {
    display: none !important;
    position: static !important;
  }
}

/* TL;DR block above key takeaways */
.oe-tldr-block {
  grid-column: 1 / 3;
  grid-row: 1;
  background: linear-gradient(
    135deg,
    #246ffa 0%,
    #2369e9 7%,
    #2262d8 14%,
    #205cc7 21%,
    #1f56b7 29%,
    #1e4fa6 36%,
    #1c4996 43%,
    #1b4387 50%,
    #193d77 57%,
    #183768 64%,
    #16315a 71%,
    #142b4c 79%,
    #13253f 86%,
    #111f33 93%,
    #101927 100%
  );
  border-radius: 18px;
  padding: 38px 42px;
  margin-bottom: 24px;
  box-shadow: 0 18px 34px rgba(7, 22, 41, 0.16);
}

.oe-tldr-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 20px;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 28px;
}

.oe-tldr-block p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

/* Move key takeaways below TL;DR */
.oe-key-takeaways {
  grid-row: 2 !important;
}

/* Move the rest of the layout down */
.oe-left-sidebar {
  grid-row: 3 !important;
}

.oe-blog-main {
  grid-row: 3 !important;
}

.oe-right-sidebar {
  grid-row: 1 / span 3 !important;
}

/* Tablet and mobile */
@media screen and (max-width: 1100px) {
  .oe-tldr-block {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 30px 28px;
    margin-bottom: 24px;
  }

  .oe-key-takeaways,
  .oe-blog-main,
  .oe-left-sidebar,
  .oe-right-sidebar {
    grid-row: auto !important;
  }
}

@media screen and (max-width: 480px) {
  .oe-tldr-block {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .oe-tldr-label {
    font-size: 13px;
    padding: 7px 16px;
    margin-bottom: 22px;
  }

  .oe-tldr-block p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.card-slider-section.module_16899211293463 {
    padding: 40px 0px 100px 0px !important;
}
@media (max-width:767px) {
  .card-slider-section.module_16899211293463 {
    padding: 40px 0px 60px 0px!important;
}
}
.oe-dynamic-faq-section .oe-faq-item summary {
    display: block !important;
    line-height: 2.35 !important;
    min-height: 64px !important;
    padding: 18px 64px 18px 24px !important;
    position: relative !important;
}

/* Fix overflowing Schedule a demo / preformatted text inside blog content */
.oe-post-content pre,
.oe-post-content pre * {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  max-width: 100% !important;
}

/* Fix spacing between list items inside blog content */
.oe-post-content ul,
.oe-post-content ol {
  margin: 20px 0 28px !important;
  padding-left: 28px !important;
}

.oe-post-content li {
  margin-bottom: 16px !important;
  padding-left: 4px !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: #102033 !important;
}

.oe-post-content li:last-child {
  margin-bottom: 0 !important;
}

/* Fix HubSpot spans inside list items */
.oe-post-content li p,
.oe-post-content li span {
  margin: 0 !important;
  line-height: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  white-space: normal !important;
}
.oe-post-content li {
    color: #102033 !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    margin-bottom: 2px!important;
    padding-left: 4px !important;
}

/* Enable right sidebar on tablet and mobile */
@media screen and (max-width: 900px) {
  .oe-right-sidebar {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin-top: 32px !important;
  }

  .oe-sidebar-cta,
  .oe-related-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Tablet layout only: content left, sidebar right */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .oe-blog-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 280px !important;
    gap: 28px !important;
    width: auto !important;
    max-width: none !important;
  }

  .oe-tldr-block,
  .oe-key-takeaways,
  .oe-blog-main,
  .oe-post-content,
  .oe-gradient-cta,
  .oe-mid-cta,
  .oe-author-box,
  .oe-dynamic-faq-section {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .oe-left-sidebar {
    display: none !important;
  }

  .oe-right-sidebar {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 / span 10 !important;
    position: sticky !important;
    top: 120px !important;
    width: 100% !important;
    max-width: 280px !important;
    align-self: start !important;
    margin-top: 0 !important;
  }

  .oe-sidebar-cta,
  .oe-related-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Tablet FAQ summary spacing only */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .oe-dynamic-faq-section .oe-faq-item summary {
    display: block !important;
    line-height: 1.35!important;
    min-height: 64px !important;
    padding: 18px 64px 18px 24px !important;
    position: relative !important;
  }
}
@media(max-width:767px) {
  .oe-dynamic-faq-section .oe-faq-item summary {
    display: block !important;
    line-height: 1.35!important;
    min-height: 64px !important;
    padding: 18px 64px 18px 24px !important;
    position: relative !important;
}
}

/* Left-align content table text */
.oe-post-content table.oe-content-table td,
.oe-post-content table.oe-content-table th,
.oe-post-content table.oe-content-table p,
.oe-post-content table.oe-content-table span,
.oe-post-content table.oe-content-table strong {
  text-align: left!important;
}

/* If this specific table uses oe-content-table but first row is being centered */
.oe-post-content table.oe-content-table tr:first-child td,
.oe-post-content table.oe-content-table tr:first-child th {
  text-align: left!important;
  line-height:24px!important;
}
/* Mobile related post title size */
@media screen and (max-width: 767px) {
  .oe-related-title {
    font-size: 14px!important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
  }
}
/* Mobile table horizontal scroll fix */
@media screen and (max-width: 767px) {
  .oe-post-content {
    overflow-x: hidden !important;
  }

  .oe-post-content table.oe-content-table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .oe-post-content table.oe-content-table tbody {
    display: table !important;
    width: max-content !important;
    min-width: 100% !important;
  }

  .oe-post-content table.oe-content-table tr {
    display: table-row !important;
  }

  .oe-post-content table.oe-content-table td,
  .oe-post-content table.oe-content-table th {
    display: table-cell !important;
    min-width: 180px !important;
    white-space: nowrap !important;
  }
}
.oe-post-content blockquote {
    background: #ffff!important;
    border-left: 4px solid var(--oe-blue);
    color: var(--oe-text);
    border-radius:0px!important;
    margin: 28px 0;
    padding: 18px 22px;
    padding-bottom: 6px!important;
}
/* Blut Table Overlap Issue 
/* Fix mobile table text wrapping */
/* @media screen and (max-width: 767px) {
  .oe-post-content table.oe-content-table,
  .oe-post-content table.oe-content-table tbody,
  .oe-post-content table.oe-content-table tr,
  .oe-post-content table.oe-content-table td,
  .oe-post-content table.oe-content-table th,
  .oe-post-content table.oe-content-table p,
  .oe-post-content table.oe-content-table span,
  .oe-post-content table.oe-content-table strong,
  .oe-post-content table.oe-content-table a {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .oe-post-content table.oe-content-table {
    overflow-x: hidden !important;
  }

  .oe-post-content table.oe-content-table td,
  .oe-post-content table.oe-content-table th {
    min-width: 0 !important;
    max-width: 100% !important;
  } */
}

/* TOC Headings Gap */
/* Decrease spacing between TOC headings */
.oe-toc {
    display: grid;
    gap: 2px!important;
}


.oe-toc a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin-bottom: 0 !important;
}
/* Decrease padding between related posts */
/* Decrease spacing inside Related Posts */
/* Desktop related posts spacing fix */
.oe-right-sidebar .oe-related-card {
  padding: 24px 24px !important;
}

.oe-right-sidebar .oe-related-card .oe-sidebar-title {
  margin-bottom: 18px !important;
}

.oe-right-sidebar .oe-related-card .oe-related-post {
  padding-top: 0 !important;
  padding-bottom: 12px !important;
  margin-bottom: 12px !important;
  gap: 0 !important;
}

.oe-right-sidebar .oe-related-card .oe-related-category {
  margin-bottom: 4px !important;
}

.oe-right-sidebar .oe-related-card .oe-related-title {
  margin-bottom: 4px !important;
}

.oe-right-sidebar .oe-related-card .oe-related-time {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.oe-right-sidebar .oe-related-card .oe-related-post:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.oe-related-card {
    padding: 24px 24px 24px 24px!important;
}
/* Related posts spacing final override */
.oe-right-sidebar .oe-related-card {
  padding: 24px 24px 24px 24px !important;
}

.oe-right-sidebar .oe-related-card .oe-sidebar-title {
  margin-bottom: 16px !important;
}

.oe-right-sidebar .oe-related-card .oe-related-post {
  padding-bottom: 12px !important;
  margin-bottom: 12px !important;
}

.oe-right-sidebar .oe-related-card .oe-related-post:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.oe-right-sidebar .oe-related-card .oe-related-category {
  margin-bottom: 4px !important;
}

.oe-right-sidebar .oe-related-card .oe-related-title {
  margin-bottom: 4px !important;
}

.oe-right-sidebar .oe-related-card .oe-related-time {
  margin-bottom: 0 !important;
}


/* Final override: tables skipped by keyword should NOT get blue/white styling */
.oe-post-content table.oe-plain-table,
.oe-post-content table.oe-plain-table *,
.oe-post-content table.oe-plain-table thead,
.oe-post-content table.oe-plain-table tbody,
.oe-post-content table.oe-plain-table tr,
.oe-post-content table.oe-plain-table tr:first-child,
.oe-post-content table.oe-plain-table tr:first-child td,
.oe-post-content table.oe-plain-table tr:first-child th,
.oe-post-content table.oe-plain-table td,
.oe-post-content table.oe-plain-table th,
.oe-post-content table.oe-plain-table p,
.oe-post-content table.oe-plain-table span,
.oe-post-content table.oe-plain-table strong,
.oe-post-content table.oe-plain-table div,
.oe-post-content table.oe-plain-table a {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #000!important;
}

.oe-post-content table.oe-plain-table {
  width: auto !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  margin: 24px 0 !important;
}

.oe-post-content table.oe-plain-table td,
.oe-post-content table.oe-plain-table th {
  padding: 0 !important;
  text-align: inherit !important;
  min-width: 0 !important;
}

.oe-post-content table.oe-plain-table p,
.oe-post-content table.oe-plain-table span,
.oe-post-content table.oe-plain-table strong,
.oe-post-content table.oe-plain-table a {
  margin: 0 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}
.oe-post-content table.oe-plain-table p,
.oe-post-content table.oe-plain-table span,
.oe-post-content table.oe-plain-table strong,
.oe-post-content table.oe-plain-table a {
  color: #000000 !important;
}
.oe-post-content table.oe-plain-table, .oe-post-content table.oe-plain-table *, .oe-post-content table.oe-plain-table thead, .oe-post-content table.oe-plain-table tbody, .oe-post-content table.oe-plain-table tr, .oe-post-content table.oe-plain-table tr:first-child, .oe-post-content table.oe-plain-table tr:first-child td, .oe-post-content table.oe-plain-table tr:first-child th, .oe-post-content table.oe-plain-table td, .oe-post-content table.oe-plain-table th, .oe-post-content table.oe-plain-table p, .oe-post-content table.oe-plain-table span, .oe-post-content table.oe-plain-table strong, .oe-post-content table.oe-plain-table div, .oe-post-content table.oe-plain-table a {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    padding: 0px !important;
}
.oe-right-sidebar .oe-related-card{
  padding:24px!important;
}

.oe-post-content table tbody > tr:first-child > td *, .oe-post-content table tbody > tr:first-child > th *, .oe-post-content table thead th *, .oe-post-content table thead td * {
    color: ##3D3C40!important;
    background: transparent !important;
    background-color: transparent !important;
    font-size: 17px !important;
    line-height: 29px !important;
    font-weight: inherit !important;
    margin: 0 !important;
    text-align: left;
    padding:0px!important;
}
.oe-post-content table tbody > tr:first-child > td *, .oe-post-content table tbody > tr:first-child > th *, .oe-post-content table thead th *, .oe-post-content table thead td * {
    color: #000 !important;
    background: transparent !important;
    background-color: transparent !important;
    font-size: 17px !important;
    line-height: 29px !important;
    font-weight: inherit !important;
    margin: 0 !important;
    text-align: left;
    padding: 0px !important;
}
.oe-right-sidebar .oe-related-card {
    padding: 24px 24px 24px 24px !important;
}
/* Fix active TOC icon alignment only */
/* Final fix: align active TOC icon */
/* Final fix: active TOC icon alignment */
/* .oe-toc a {
  display: grid !important;
  grid-template-columns: 16px 1fr !important;
  align-items: center !important;
}

.oe-toc a::before {
  content: "›" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  position: relative !important;
  top: 0 !important;
}

.oe-toc a.is-active::before {
  content: "›" !important;
  transform: rotate(90deg) !important;
  color: #246ffa !important;
  margin-top:-6px!important;
} */
/* Fix Key Takeaways module grid layout */
.oe-key-takeaways-slot {
  grid-column: 1 / 3 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.oe-key-takeaways-slot .oe-key-takeaways {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

/* Keep right sidebar in the right column */
.oe-right-sidebar {
  grid-column: 3 !important;
  grid-row: 1 / span 3 !important;
}

/* Keep TOC and main content below Key Takeaways */
.oe-left-sidebar {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

.oe-blog-main {
  grid-column: 2 !important;
  grid-row: 2 !important;
}
/* Fix Key Takeaways rich text bullet style */
.oe-key-takeaways-content ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.oe-key-takeaways-content li {
  position: relative !important;
  list-style: none !important;
  padding-left: 26px !important;
  margin-bottom: 18px !important;
  color: #102033 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.oe-key-takeaways-content li::marker {
  display: none !important;
  content: "" !important;
}

.oe-key-takeaways-content li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #1f75ff !important;
  color: #ffffff !important;
  font-size: 9px !important;
  line-height: 14px !important;
  text-align: center !important;
  font-weight: 700 !important;
}

.oe-key-takeaways-content li:last-child {
  margin-bottom: 0 !important;
}

.oe-key-takeaways-content p {
  margin: 0 !important;
  color: #102033 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}
/* Fix Blog Sidebar CTA module text styling */
.oe-sidebar-cta .oe-sidebar-cta-text,
.oe-sidebar-cta .oe-sidebar-cta-text p,
.oe-sidebar-cta .oe-sidebar-cta-text span,
.oe-sidebar-cta .oe-sidebar-cta-text div {
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  margin: 0 0 22px !important;
}

.oe-sidebar-cta .oe-sidebar-cta-text p:last-child {
  margin-bottom: 0 !important;
}

/* Keep Sidebar CTA title same as old design */
.oe-sidebar-cta .oe-sidebar-title {
  color: #ffffff !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
}

/* Keep button same as old design */
.oe-sidebar-cta .oe-btn-light {
  width: 100% !important;
  min-height: 52px !important;
  background: #ffffff !important;
  color: #1f75ff !important;
  border-radius: 999px !important;
  padding: 8px 20px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
}
/* Fix editable gradient CTA rich text */
.oe-gradient-cta-text,
.oe-gradient-cta-text p,
.oe-gradient-cta-text span,
.oe-gradient-cta-text div {
  max-width: 540px !important;
  margin: 0 auto 20px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* Fix editable inline CTA rich text */
.oe-mid-cta-text,
.oe-mid-cta-text p,
.oe-mid-cta-text span,
.oe-mid-cta-text div {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #102033 !important;
}

/* Keep inline CTA button aligned */
.oe-mid-cta .oe-btn-small {
  min-width: 190px !important;
}
.oe-mid-cta .oe-btn-small {
    min-width: 190px !important;
    color: #fff !important;
}
/* Editable Blog FAQ module */
.oe-blog-faq-section {
  margin: 72px 0 !important;
  text-align: center !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.oe-blog-faq-section h2 {
  color: #0f1923 !important;
  font-family: "Area Normal", Arial, sans-serif !important;
  font-size: 40px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 8px !important;
}

.oe-blog-faq-section .oe-section-subtitle {
  color: rgba(15, 25, 35, 0.6) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 0 34px !important;
}

.oe-blog-faq-section .oe-faq-list {
  width: min(760px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: 12px !important;
  text-align: left !important;
}

.oe-blog-faq-section .oe-faq-item {
  background: #ffffff !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(15, 25, 35, 0.06) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.oe-blog-faq-section .oe-faq-item summary {
  list-style: none !important;
  cursor: pointer !important;
  position: relative !important;
  display: block !important;
  color: #0f1923 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  padding: 18px 64px 18px 24px !important;
  min-height: 64px !important;
}

.oe-blog-faq-section .oe-faq-item summary::-webkit-details-marker {
  display: none !important;
}

.oe-blog-faq-section .oe-faq-item summary::after {
  content: "" !important;
  position: absolute !important;
  right: 28px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateY(-50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L9 11L13 7' stroke='%23246FFA' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 18px 18px !important;
}

.oe-blog-faq-section .oe-faq-item[open] summary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L9 7L13 11' stroke='%23246FFA' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.oe-blog-faq-section .oe-faq-answer {
  color: rgba(15, 25, 35, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  padding: 0 54px 22px 20px !important;
}

.oe-blog-faq-section .oe-faq-answer p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: rgba(15, 25, 35, 0.68) !important;
}
/* Editable Blog FAQ module */
.oe-blog-faq-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin: 72px 0 !important;
  text-align: center !important;
}

.oe-blog-faq-section h2 {
  color: #0f1923 !important;
  font-size: 40px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 8px !important;
}

.oe-blog-faq-section .oe-section-subtitle {
  color: rgba(15, 25, 35, 0.6) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 0 34px !important;
}

.oe-blog-faq-section .oe-faq-list {
  width: min(760px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: 12px !important;
  text-align: left !important;
}

.oe-blog-faq-section .oe-faq-item {
  display: block !important;
  background: #ffffff !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(15, 25, 35, 0.06) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.oe-blog-faq-section .oe-faq-item summary {
  list-style: none !important;
  cursor: pointer !important;
  position: relative !important;
  display: block !important;
  color: #0f1923 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  padding: 18px 64px 18px 24px !important;
  min-height: 64px !important;
}

.oe-blog-faq-section .oe-faq-item summary::-webkit-details-marker {
  display: none !important;
}

.oe-blog-faq-section .oe-faq-answer {
  display: block !important;
  color: rgba(15, 25, 35, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  padding: 0 54px 22px 24px !important;
}

.oe-blog-faq-section .oe-faq-answer p {
  margin: 0 !important;
  color: rgba(15, 25, 35, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}