/* Blog detail: newsletter article + sticky side columns */

.blog_internal {
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 280px);
  padding-bottom: 48px;
}

.blog_internal > .container > .row {
  align-items: stretch;
}

.blog_internal > .container > .row > .ob-blog-sidebar-col {
  min-width: 0;
}

@media (min-width: 992px) {
  .ob-blog-sidebar-col.ob-blog-sidebar-col--ready {
    position: relative;
    align-self: stretch;
  }

  .ob-blog-sidebar__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--ob-blog-sticky-top, 96px);
    z-index: 25;
    max-height: calc(100vh - var(--ob-blog-sticky-top, 96px) - 12px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
    padding-bottom: 8px;
  }

  .ob-blog-sidebar__sticky::-webkit-scrollbar {
    width: 5px;
  }

  .ob-blog-sidebar__sticky::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 8px;
  }

  .ob-blog-sidebar__sticky .faqs-nav.faqs-nav--is-fixed {
    position: static;
    width: auto;
  }
}

.ob-blog-sidebar__sticky {
  width: 100%;
  max-width: 100%;
}

.ob-blog-sidebar__sticky .all_categories_block.blog-toi {
  display: block;
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  /* box-shadow: 0 10px 32px rgba(0, 2, 72, 0.06); */
  padding: 18px 16px 14px;
  margin-bottom: 18px;
}

.ob-blog-sidebar__sticky .all_categories_block .all_categories_title {
  font-size: 15px;
  font-weight: 700;
  color: #000248;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff5e14;
}

.ob-blog-sidebar__sticky .all_categories_block .all_categories_track {
  max-height: min(42vh, 360px);
  overflow-y: auto;
  padding-right: 4px;
}

.ob-blog-sidebar__sticky .all_categories_block .all_categories_track .all_categories_track {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.ob-blog-sidebar__sticky .tbl-content,
.ob-blog-sidebar__sticky .faqs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ob-blog-sidebar__sticky .tbl-content li,
.ob-blog-sidebar__sticky .faqs-nav li {
  margin: 0 0 6px;
}

.ob-blog-sidebar__sticky .faqs-nav__item,
.ob-blog-sidebar__sticky .tbl-content a {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #475569;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.ob-blog-sidebar__sticky .faqs-nav__item:hover,
.ob-blog-sidebar__sticky .tbl-content a:hover,
.ob-blog-sidebar__sticky .faqs-nav__item.is-active,
.ob-blog-sidebar__sticky .tbl-content li.is-active a {
  background: #fff4ed;
  color: #000248;
}

.ob-blog-sidebar__sticky .share_blog {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  /* box-shadow: 0 10px 32px rgba(0, 2, 72, 0.06); */
  padding: 16px;
}

.ob-blog-sidebar__sticky .blog-cta-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(165deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  /* box-shadow: 0 12px 36px rgba(0, 2, 72, 0.08); */
  padding: 22px 16px;
  margin-bottom: 0;
}

.ob-blog-sidebar__sticky .blog-cta-form form,
.ob-blog-sidebar__sticky .blog-cta-form .form-group,
.ob-blog-sidebar__sticky .blog-cta-form .form-control,
.ob-blog-sidebar__sticky .blog-cta-form .form-control--select,
.ob-blog-sidebar__sticky .blog-cta-form .form-input,
.ob-blog-sidebar__sticky .blog-cta-form select.js-country-select,
.ob-blog-sidebar__sticky .blog-cta-form .btn-hero-primary {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control.form-areas {
  min-height: 7rem;
}

.ob-blog-sidebar__sticky .blog-cta-form .bcta-title,
.ob-blog-sidebar__sticky .blog-cta-form .bcta-subtitle {
  padding-right: 0;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select {
  position: relative;
  height: 3rem;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select select.form-input,
.ob-blog-sidebar__sticky .blog-cta-form .form-control--select select.js-country-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  padding: 22px 32px 8px 12px;
}

/* CTA fields — clearer boxes so inputs read as fillable fields */
.ob-blog-sidebar__sticky .blog-cta-form .form-group {
  margin-bottom: 12px;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control,
.ob-blog-sidebar__sticky .blog-cta-form .form-control.form-areas {
  position: relative;
  height: 3rem;
  border: 1px solid #c5d0de;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control.form-areas {
  height: auto;
  min-height: 7rem;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control:focus-within {
  border-color: #ff5e14;
  box-shadow: 0 0 0 3px rgba(255, 94, 20, 0.12);
}

.ob-blog-sidebar__sticky .blog-cta-form .form-input {
  background: transparent;
  color: #1e293b;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  padding: 22px 12px 8px;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control.form-areas .form-input {
  background: transparent;
  margin-top: 0;
  min-height: 5.5rem;
  padding: 26px 12px 10px;
  height: auto;
}

/* Fixed top labels — avoids overlap with typed text */
.ob-blog-sidebar__sticky .blog-cta-form .form-label {
  top: 6px;
  left: 13px;
  z-index: 2;
  pointer-events: none;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control:focus-within .form-label {
  color: #ff5e14;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select {
  border: 1px solid #c5d0de;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select:focus-within {
  border-color: #ff5e14;
  box-shadow: 0 0 0 3px rgba(255, 94, 20, 0.12);
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select select.form-input,
.ob-blog-sidebar__sticky .blog-cta-form .form-control--select select.js-country-select {
  background-color: transparent;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select select.form-input:valid,
.ob-blog-sidebar__sticky .blog-cta-form .form-control--select select.js-country-select:valid {
  color: #1e293b;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select .form-label {
  top: 6px;
  left: 13px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  z-index: 2;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select:focus-within .form-label {
  color: #ff5e14;
}

.ob-blog-sidebar__sticky .blog-cta-form .form-control--select select.is-invalid {
  color: #d61313;
}

.ob-blog-sidebar__sticky .blog-cta-form .invalid-feedback {
  margin-top: 4px;
  font-size: 12px;
}

/* Newsletter-style center column */
.ob-blog-newsletter {
  max-width: 740px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0, 2, 72, 0.07);
  padding: 28px 24px 36px;
}

@media (min-width: 1200px) {
  .ob-blog-newsletter {
    padding: 36px 40px 44px;
  }
}

.ob-blog-newsletter .future_mobile_title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.25;
  color: #000248;
  margin-bottom: 18px;
}

.ob-blog-newsletter .featured-bimg {
  margin: 0 0 22px;
  border-radius: 12px;
  overflow: hidden;
}

.ob-blog-newsletter .featured-bimg img {
  width: 100%;
  height: auto;
  display: block;
}

.ob-blog-newsletter .more_guides_title {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f7;
}

.ob-blog-newsletter .blog-content-text {
  font-size: 1.0625rem;
  line-height: 1.78;
  color: #334155;
}

.ob-blog-newsletter .blog-content-text h2,
.ob-blog-newsletter .blog-content-text h3,
.ob-blog-newsletter .blog-content-text h4 {
  color: #000248;
  line-height: 1.35;
  margin-top: 1.6em;
  margin-bottom: 0.65em;
  scroll-margin-top: calc(var(--ob-blog-sticky-top, 96px) + 24px);
}

.ob-blog-newsletter .blog-content-text p {
  margin-bottom: 1.15em;
}

.ob-blog-newsletter .blog-content-text ul,
.ob-blog-newsletter .blog-content-text ol {
  margin-bottom: 1.15em;
  padding-left: 1.35em;
}

.ob-blog-newsletter .blog-content-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1em 0;
}

.ob-blog-newsletter .blog-content-text table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 0.95rem;
}

.ob-blog-newsletter .user_detail {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #eef2f7;
}

@media (max-width: 991.98px) {
  .ob-blog-newsletter {
    box-shadow: none;
    border: 0;
    padding: 0;
    max-width: none;
  }

  .ob-blog-sidebar__sticky {
    position: static;
    max-height: none;
    overflow: visible;
    z-index: auto;
  }
}


@media (min-width:1200px) and (max-width:1599.98px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}