body.single-post {
  background: #eef8fc !important;
}

/* Rescue icon fonts from aggressive theme/Elementor font overrides. */
.eicon,
[class^="eicon-"],
[class*=" eicon-"],
#elementor-panel .eicon,
#elementor-panel [class^="eicon-"],
#elementor-panel [class*=" eicon-"],
.elementor-editor-active .eicon,
.elementor-editor-active [class^="eicon-"],
.elementor-editor-active [class*=" eicon-"] {
  font-family: eicons !important;
}

.dashicons,
.dashicons-before::before,
#wpadminbar .ab-icon,
#wpadminbar .ab-icon::before {
  font-family: dashicons !important;
}

.fa,
.fas,
.far,
.fab,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.ti,
[class^="ti-"],
[class*=" ti-"] {
  font-family: "tabler-icons" !important;
}

.ytm-bsc-wrap {
  box-sizing: border-box;
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ytm-bsc-wrap *,
.ytm-bsc-wrap *::before,
.ytm-bsc-wrap *::after {
  box-sizing: border-box;
}

.ytm-bsc-wrap p,
.ytm-bsc-wrap li,
.ytm-bsc-wrap a,
.ytm-bsc-wrap span,
.ytm-bsc-wrap input,
.ytm-bsc-wrap button,
.ytm-bsc-wrap blockquote {
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ytm-bsc-wrap h1,
.ytm-bsc-wrap h2,
.ytm-bsc-wrap h3,
.ytm-bsc-wrap h4,
.ytm-bsc-wrap h5,
.ytm-bsc-wrap h6 {
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 800 !important;
}

.ytm-bsc-wrap {
  background: #eef8fc;
  color: #111827;
  width: 100%;
  padding: 38px 24px 72px;
}

.ytm-bsc-article {
  background: #fff;
  border: 1px solid #dfe8f0;
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(31, 41, 55, 0.06);
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
}

.ytm-bsc-head {
  border-bottom: 1px solid #e5edf4;
  padding: 44px 48px 30px;
}

.ytm-bsc-chip {
  align-items: center;
  background: #e6f1fb;
  border-radius: 999px;
  color: #185fa5;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  min-height: 30px;
  padding: 0 14px;
  text-decoration: none;
}

.ytm-bsc-title {
  color: #101729;
  font-size: 42px;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  max-width: 820px;
}

.ytm-bsc-excerpt {
  color: #4b5b73;
  font-size: 17px;
  line-height: 1.75;
  margin: 18px 0 0;
 
}

.ytm-bsc-meta {
  align-items: center;
  color: #74849a;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
  margin-top: 22px;
}

.ytm-bsc-dot {
  background: #9fb0c4;
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  width: 4px;
}

.ytm-bsc-featured {
  margin: 34px 48px 0 !important;
  overflow: hidden;
  border: 1px solid #e5edf4;
  border-radius: 18px;
  background: #f8fbfe;
}

.ytm-bsc-featured__img {
  display: block;
  height: auto;
  max-height: fit-content;
  object-fit: cover;
  width: 100%;
}

.ytm-bsc-layout {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 760px) 250px;
  padding: 38px 48px 68px;
}

.ytm-bsc-content {
  color: #22304a;
  font-size: 17px;
  line-height: 1.78;
  min-width: 0;
}

.ytm-bsc-content .ytm-bl-wrap,
.ytm-bsc-content .ytm-bl-container,
.ytm-bsc-content .ytm-bl-grid,
.ytm-bsc-content .ytm-bl-card,
.ytm-bsc-content .ytm-bl-featured,
.ytm-bsc-content .ytm-bl-pagination,
.ytm-bsc-content .ytm-bl-results-bar,
.ytm-bsc-content .ytm-bl-filters-wrap,
.ytm-bsc-content .post-navigation,
.ytm-bsc-content .navigation,
.ytm-bsc-content .sidebar,
.ytm-bsc-content aside {
  display: none !important;
}

.ytm-bsc-content > *:first-child {
  margin-top: 0;
}

.ytm-bsc-content h2,
.ytm-bsc-content h3,
.ytm-bsc-content h4 {
  color: #111827;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 2em 0 0.7em;
}

.ytm-bsc-content h2 {
  border-bottom: 1px solid #e5edf4;
  font-size: 24px;
  padding-bottom: 10px;
}

.ytm-bsc-content h3 {
  font-size: 20px;
}

.ytm-bsc-content p,
.ytm-bsc-content ul,
.ytm-bsc-content ol {
  margin: 0 0 1.25em;
}

.ytm-bsc-content ul,
.ytm-bsc-content ol {
  padding-left: 1.4em;
}

.ytm-bsc-content li {
  margin-bottom: 0.55em;
}

.ytm-bsc-content a {
  color: #185fa5;
  font-weight: 700;
}

.ytm-bsc-content img,
.ytm-bsc-content iframe {
  border-radius: 12px;
  height: auto;
  max-width: 100%;
}

.ytm-bsc-content iframe {
  aspect-ratio: 16 / 9;
  display: block;
  width: 100%;
}

.ytm-bsc-content blockquote {
  border-left: 4px solid #185fa5;
  color: #475569;
  margin: 30px 0;
  padding: 8px 0 8px 22px;
}

.ytm-static-article .ytm-bsc-content section + section {
  border-top: 1px solid #e5edf4;
  margin-top: 30px;
  padding-top: 6px;
}

.ytm-static-article .ytm-bsc-content strong {
  color: #111827;
  font-weight: 800;
}

.ytm-bsc-toc {
  background: #fff;
  border: 1px solid #dde7f0;
  border-radius: 12px;
  height: fit-content;
  padding: 26px 24px;
  position: sticky;
  top: 24px;
}

.ytm-bsc-toc h2 {
  border-bottom: 1px solid #e5edf4;
  color: #185fa5;
  font-size: 12px;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.ytm-bsc-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ytm-bsc-toc li {
  margin: 0;
  padding: 0;
}

.ytm-bsc-toc li.is-sub {
  padding-left: 14px;
}

.ytm-bsc-toc a,
.ytm-bsc-toc p {
  color: #59687f;
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 7px 0;
  text-decoration: none;
}

.ytm-bsc-toc a::before {
  color: #a7b4c4;
  content: "•";
  margin-right: 8px;
}

@media (max-width: 980px) {
  .ytm-bsc-layout {
    display: block;
  }

  .ytm-bsc-toc {
    display: none;
  }
}

@media (max-width: 720px) {
  .ytm-bsc-wrap {
    padding: 18px 14px 52px;
  }

  .ytm-bsc-head,
  .ytm-bsc-layout {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ytm-bsc-featured {
    margin-left: 22px;
    margin-right: 22px;
  }

  .ytm-bsc-title {
    font-size: 30px;
  }
}
