.drupal-performance-blog-banner {
  min-height: 760px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 42%, rgba(0, 91, 255, 0.18), transparent 30%),
    radial-gradient(circle at 8% 95%, rgba(0, 73, 255, 0.1), transparent 27%),
    linear-gradient(120deg, #010718 0%, #02091d 46%, #020c24 100%);
  isolation: isolate;
}

.drupal-performance-blog-banner::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 240px;
  left: -100px;
  bottom: -130px;
  z-index: -1;
  opacity: 0.18;
  pointer-events: none;
  background-image: radial-gradient(
    circle,
    rgba(22, 135, 255, 0.85) 1.3px,
    transparent 1.6px
  );
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    #000 0%,
    rgba(0, 0, 0, 0.7) 45%,
    transparent 75%
  );
  mask-image: radial-gradient(
    ellipse at center,
    #000 0%,
    rgba(0, 0, 0, 0.7) 45%,
    transparent 75%
  );
}

/* Breadcrumb */
.drupal-performance-breadcrumb {
  position: relative;
  z-index: 3;
}

.drupal-performance-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider: "";
  gap: 0;
}

.drupal-performance-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.3;
}

.drupal-performance-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.drupal-performance-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  margin: 0 17px;
  padding: 0;
  float: none;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
}

.drupal-performance-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s ease;
}

.drupal-performance-breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}

.drupal-performance-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.92);
}

/* Badge */
.drupal-performance-banner-badge {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: #ff5a00;
  background: rgba(4, 11, 29, 0.78);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.drupal-performance-banner-badge i {
  font-size: 20px;
}

/* Heading */
.drupal-performance-banner-title h1 {
  max-width: 690px;
  margin: 0;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.17;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.drupal-performance-banner-title h1 span {
  color: #ff5a00;
}

.drupal-performance-title-line {
  width: 112px;
  height: 3px;
  display: block;
  border-radius: 20px;
  background: linear-gradient(90deg, #ff5a00, #ff7800);
}

/* Description */
.drupal-performance-banner-description {
  max-width: 580px;
}

.drupal-performance-banner-description p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.72;
}

/* Article Meta */
.drupal-performance-meta {
  row-gap: 18px;
}

.drupal-performance-meta-item {
  min-width: 0;
  gap: 13px;
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}

.drupal-performance-meta-item::after {
  content: "";
  width: 1px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  background: rgba(255, 255, 255, 0.23);
  transform: translateY(-50%);
}

.drupal-performance-meta-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5a00;
  font-size: 27px;
}

.drupal-performance-meta-item > span {
  color: rgba(255, 255, 255, 0.91);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

/* Author */
.drupal-performance-author {
  min-width: 0;
  gap: 14px;
}

.drupal-performance-author-image {
  width: 62px;
  min-width: 62px;
  height: 62px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: #ffffff;
}

.drupal-performance-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.drupal-performance-author-copy {
  min-width: 0;
}

.drupal-performance-author-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.drupal-performance-author-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.3;
}

/* Share Box */
.drupal-performance-share-box {
  max-width: 680px;
  min-height: 86px;
  padding: 16px 22px;
  gap: 20px;
  border: 1px solid rgba(55, 105, 177, 0.3);
  border-radius: 14px;
  background: linear-gradient(
    120deg,
    rgba(4, 16, 42, 0.87),
    rgba(3, 12, 32, 0.77)
  );
}

.drupal-performance-share-label {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.drupal-performance-socials a {
  width: 49px;
  min-width: 49px;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 94, 31, 0.38);
  border-radius: 50%;
  color: #ffffff;
  font-size: 19px;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.drupal-performance-socials a:hover {
  border-color: #ff5a00;
  color: #ffffff;
  background: rgba(255, 90, 0, 0.12);
  transform: translateY(-2px);
}

.drupal-performance-share-divider {
  width: 1px;
  height: 45px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}

.drupal-performance-save {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}

.drupal-performance-save i {
  color: #ff5a00;
  font-size: 23px;
}

.drupal-performance-save:hover {
  color: #ffffff;
}

/* Right Visual */
.drupal-performance-banner-image-wrap {
  max-width: 790px;
  margin-left: auto;
}

.drupal-performance-banner-image-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 8%;
  z-index: -1;
  border-radius: 40%;
  background: rgba(0, 78, 255, 0.16);
  filter: blur(52px);
}

.drupal-performance-banner-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Scroll Indicator */
.drupal-performance-scroll a {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 100, 30, 0.45);
  border-radius: 50%;
  color: #ff5a00;
  background: rgba(3, 12, 32, 0.8);
  font-size: 19px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.drupal-performance-scroll a:hover {
  color: #ff5a00;
  border-color: #ff5a00;
  background: rgba(255, 90, 0, 0.08);
  transform: translateY(3px);
}

/* =========================================================
   Drupal Performance Blog Banner Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .drupal-performance-banner-image-wrap {
    max-width: 720px;
  }

  .drupal-performance-share-box {
    gap: 17px;
  }

  .drupal-performance-socials a {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}

@media (max-width: 1399.98px) {
  .drupal-performance-blog-banner {
    min-height: auto;
  }

  .drupal-performance-breadcrumb .breadcrumb-item {
    font-size: 14px;
  }

  .drupal-performance-banner-badge {
    padding: 9px 13px;
    border-radius: 12px;
    font-size: 14px;
  }

  .drupal-performance-banner-badge i {
    font-size: 17px;
  }

  .drupal-performance-banner-title h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .drupal-performance-title-line {
    width: 90px;
  }

  .drupal-performance-banner-description p {
    font-size: 15px;
  }

  .drupal-performance-meta-item {
    padding-right: 18px;
    margin-right: 18px;
  }

  .drupal-performance-meta-item > span {
    font-size: 14px;
  }

  .drupal-performance-meta-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .drupal-performance-author-image {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .drupal-performance-author-copy strong {
    font-size: 14px;
  }

  .drupal-performance-author-copy span {
    font-size: 12px;
  }

  .drupal-performance-share-label,
  .drupal-performance-save {
    font-size: 14px;
  }

  .drupal-performance-socials a {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .drupal-performance-banner-image {
    max-height: 620px;
  }
}

@media (max-width: 1199.98px) {
  .drupal-performance-breadcrumb {
    margin-bottom: 35px !important;
  }

  .drupal-performance-meta-item {
    padding-right: 14px;
    margin-right: 14px;
  }

  .drupal-performance-banner-image-wrap {
    max-width: 650px;
  }

  .drupal-performance-share-box {
    padding: 15px 18px;
  }
}

@media (max-width: 991.98px) {
  .drupal-performance-banner-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .drupal-performance-banner-image-wrap {
    max-width: 760px;
    margin: 10px auto 0;
  }

  .drupal-performance-banner-image {
    max-height: none;
  }

  .drupal-performance-share-box {
    max-width: 100%;
  }

  .drupal-performance-scroll {
    margin-top: 25px !important;
  }
}

@media (max-width: 767.98px) {
  .drupal-performance-breadcrumb {
    margin-bottom: 28px !important;
  }

  .drupal-performance-breadcrumb .breadcrumb {
    row-gap: 9px;
  }

  .drupal-performance-breadcrumb .breadcrumb-item {
    font-size: 12px;
  }

  .drupal-performance-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 10px;
    font-size: 8px;
  }

  .drupal-performance-banner-badge {
    margin-bottom: 20px !important;
    font-size: 12px;
  }

  .drupal-performance-banner-title h1 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .drupal-performance-banner-description p {
    font-size: 15px;
    line-height: 1.65;
  }

  .drupal-performance-meta {
    align-items: flex-start !important;
  }

  .drupal-performance-meta-item {
    width: 50%;
    margin: 0;
    padding: 8px 10px 8px 0;
  }

  .drupal-performance-meta-item:first-child::after {
    display: block;
  }

  .drupal-performance-meta-item:nth-child(2)::after {
    display: none;
  }

  .drupal-performance-author {
    width: 100%;
    margin-top: 10px;
  }

  .drupal-performance-meta-item > span {
    font-size: 13px;
  }

  .drupal-performance-author-copy strong {
    font-size: 14px;
  }

  .drupal-performance-author-copy span {
    font-size: 12px;
  }

  .drupal-performance-share-box {
    padding: 18px;
    gap: 15px;
  }

  .drupal-performance-share-label {
    width: 100%;
  }

  .drupal-performance-socials {
    flex-wrap: wrap;
  }

  .drupal-performance-share-divider {
    height: 40px;
  }

  .drupal-performance-save {
    font-size: 14px;
  }

  .drupal-performance-banner-image {
    max-height: 500px;
  }

  .drupal-performance-scroll a {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 17px;
  }
}

@media (max-width: 575.98px) {
  .drupal-performance-breadcrumb .breadcrumb-item:last-child {
    width: 100%;
    padding-top: 3px;
  }

  .drupal-performance-breadcrumb .breadcrumb-item:last-child::before {
    display: none;
  }

  .drupal-performance-banner-title h1 {
    font-size: 32px;
  }

  .drupal-performance-banner-description {
    margin-bottom: 20px !important;
  }

  .drupal-performance-meta-item {
    width: 100%;
    padding: 9px 0;
  }

  .drupal-performance-meta-item::after {
    display: none !important;
  }

  .drupal-performance-author {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .drupal-performance-share-box {
    align-items: flex-start !important;
    border-radius: 12px;
  }

  .drupal-performance-socials {
    width: 100%;
  }

  .drupal-performance-socials a {
    width: 43px;
    min-width: 43px;
    height: 43px;
  }

  .drupal-performance-share-divider {
    display: none;
  }

  .drupal-performance-save {
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .drupal-performance-banner-image {
    max-height: 390px;
  }

  .drupal-performance-scroll {
    margin-top: 15px !important;
  }
}

/* =========================================================
   04. Blog Article Content
   ========================================================= */

.blog-article-content {
  background:
    radial-gradient(
      circle at 52% 20%,
      rgba(13, 110, 253, 0.025),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
}

/* =========================================================
   Left Sidebar
   ========================================================= */

.blog-article-left-sidebar {
  position: sticky;
  top: 25px;
}

.blog-article-sidebar-title {
  color: #071333;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.blog-article-toc-nav {
  position: relative;
  padding-left: 1px;
  border-left: 2px solid #e3eaf4;
}

.blog-article-toc-link {
  min-width: 0;
  min-height: 40px;
  padding: 9px 0 9px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  color: #26345d;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-article-toc-link span {
  min-width: 22px;
  color: #34405c;
  font-weight: 700;
}

.blog-article-toc-link strong {
  min-width: 0;
  font-weight: 500;
  overflow-wrap: break-word;
}

.blog-article-toc-link:hover,
.blog-article-toc-link.active {
  color: #075be8;
}

.blog-article-toc-link.active::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  background: #0d6efd;
}

.blog-article-toc-link.active span {
  width: 22px;
  min-width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  background: #0d6efd;
  font-size: 11px;
}

.blog-article-toc-link.active strong {
  color: #075be8;
  font-weight: 700;
}

/* Sub Navigation */
.blog-article-toc-subnav {
  margin: 0 0 8px 26px;
  padding-left: 15px;
  border-left: 1px solid #dce6f5;
}

.blog-article-toc-subnav a {
  min-width: 0;
  padding: 6px 0;
  display: flex;
  gap: 10px;
  color: #53617d;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}

.blog-article-toc-subnav a span {
  min-width: 24px;
}

.blog-article-toc-subnav a:hover {
  color: #075be8;
}

/* Download Card */
.blog-article-download-card {
  padding: 18px 15px;
  border: 1px solid #dce8fa;
  border-radius: 11px;
  background: linear-gradient(145deg, #f7faff 0%, #ffffff 100%);
  box-shadow: 0 12px 28px rgba(17, 40, 80, 0.04);
}

.blog-article-download-icon {
  width: 43px;
  min-width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #075be8;
  background: #eaf2ff;
  font-size: 22px;
}

.blog-article-download-copy {
  min-width: 0;
}

.blog-article-download-copy h4 {
  margin: 0 0 8px;
  color: #071333;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.blog-article-download-copy p {
  margin: 0;
  color: #34405c;
  font-size: 12px;
  line-height: 1.7;
}

.blog-article-download-btn {
  width: 100%;
  min-height: 44px;
  margin-top: 18px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #d3e1f8;
  border-radius: 7px;
  color: #075be8;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}

.blog-article-download-btn:hover {
  color: #075be8;
  border-color: #a9c8fa;
  background: #f7faff;
}

/* Share Icons */
.blog-article-social {
  width: 39px;
  min-width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.blog-article-social:hover {
  transform: translateY(-2px);
}

.blog-article-social-facebook {
  color: #ffffff;
  background: #0968e9;
}

.blog-article-social-x {
  color: #071333;
  background: #f3f5f8;
}

.blog-article-social-linkedin {
  color: #ffffff;
  background: #087caf;
}

.blog-article-social-link {
  color: #075be8;
  background: #eef4ff;
}

/* =========================================================
   Main Article
   ========================================================= */

.blog-article-main {
  min-width: 0;
  padding: 0 12px;
}

.blog-article-section {
  min-width: 0;
}

.blog-article-section-bordered {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #dce4ee;
}

/* Section Kicker */
.blog-article-section-kicker {
  color: #075be8;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.blog-article-section-kicker span {
  position: relative;
}

.blog-article-section-kicker span::after {
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 10px;
  background: #0d6efd;
}

/* Main Heading */
.blog-article-section > h2 {
  margin: 0;
  color: #071333;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.blog-article-subheading {
  color: #071333;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

/* Article Text */
.blog-article-lead {
  color: #26345d;
  font-size: 18px;
  line-height: 1.55;
}

.blog-article-lead a {
  color: #075be8;
  font-weight: 600;
  text-decoration: none;
}

/* Quote */
.blog-article-quote {
  min-width: 0;
  padding: 18px 20px;
  border-radius: 9px;
  background: linear-gradient(100deg, #f2f7ff 0%, #f7faff 100%);
}

.blog-article-quote-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #0053d6);
  font-size: 20px;
}

.blog-article-quote-copy {
  min-width: 0;
}

.blog-article-quote-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #071333;
  font-size: 15px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 700;
}

.blog-article-quote-copy span {
  display: block;
  color: #34405c;
  font-size: 13px;
  line-height: 1.45;
}

/* =========================================================
   Performance Challenges
   ========================================================= */

.blog-performance-challenges {
  margin-top: 4px;
}

.blog-performance-challenge {
  min-width: 0;
  padding: 10px 17px 0;
  position: relative;
}

.blog-performance-challenge::after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
  right: 0;
  background: #dfe6ef;
}

.blog-performance-challenges
  > div:last-child
  .blog-performance-challenge::after {
  display: none;
}

.blog-performance-challenge-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 31px;
}

.blog-performance-orange {
  color: #ff6200;
  background: #fff3eb;
  border: 1px solid #ffe0cd;
}

.blog-performance-purple {
  color: #8535d1;
  background: #f4ebfc;
  border: 1px solid #ead9fa;
}

.blog-performance-green {
  color: #15985c;
  background: #eaf7ef;
  border: 1px solid #d6f0e0;
}

.blog-performance-blue {
  color: #075be8;
  background: #edf4ff;
  border: 1px solid #d9e7ff;
}

.blog-performance-challenge h4 {
  margin: 0 0 10px;
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.blog-performance-challenge p {
  margin: 0;
  color: #34405c;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

/* Pro Tip */
.blog-article-pro-tip {
  min-width: 0;
  padding: 18px;
  border: 1px solid #ffd6b8;
  border-radius: 10px;
  background: linear-gradient(100deg, #fff9f4 0%, #fffdfb 100%);
}

.blog-article-pro-tip-icon {
  width: 49px;
  min-width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 19px;
}

.blog-article-pro-tip-copy {
  min-width: 0;
}

.blog-article-pro-tip-copy h4 {
  margin: 0 0 4px;
  color: #ff5a00;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.blog-article-pro-tip-copy p {
  margin: 0;
  color: #26345d;
  font-size: 14px;
  line-height: 1.5;
}

/* =========================================================
   Right Sidebar
   ========================================================= */

.blog-article-right-sidebar {
  position: sticky;
  top: 25px;
}

.blog-article-side-card,
.blog-article-help-card {
  padding: 22px;
  border: 1px solid #e0e7f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.045);
}

.blog-article-side-card-title {
  min-width: 0;
}

.blog-article-side-card-title h3 {
  color: #071333;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.blog-article-side-title-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
}

.blog-article-side-title-blue {
  color: #075be8;
  background: #edf4ff;
}

.blog-article-side-title-green {
  color: #13955b;
  background: #eaf8ef;
}

/* On This Page */
.blog-article-page-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blog-article-page-points li {
  min-width: 0;
}

.blog-article-page-points li > span {
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #075be8;
  background: #edf4ff;
  font-size: 8px;
}

.blog-article-page-points p {
  margin: 0;
  color: #26345d;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Help Card */
.blog-article-help-card {
  border-color: #ffd9bd;
  background: linear-gradient(145deg, #fffaf6 0%, #ffffff 100%);
}

.blog-article-help-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #ff5a00;
  background: #fff0e5;
  font-size: 23px;
}

.blog-article-help-card h3 {
  margin: 0;
  color: #071333;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.blog-article-help-card > p {
  margin: 0 0 20px;
  color: #26345d;
  font-size: 13px;
  line-height: 1.6;
}

.blog-article-help-btn {
  width: 100%;
  min-height: 48px;
  padding: 11px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 10px 22px rgba(255, 90, 0, 0.2);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

.blog-article-help-btn:hover {
  color: #ffffff;
}

/* Key Insight */
.blog-article-insight strong {
  display: block;
  margin-bottom: 8px;
  color: #075be8;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.blog-article-insight p {
  margin: 0 0 14px;
  color: #26345d;
  font-size: 13px;
  line-height: 1.55;
}

.blog-article-insight span {
  color: #34405c;
  font-size: 12px;
  line-height: 1.4;
}

.blog-article-insight span b {
  color: #075be8;
}

/* Related */
.blog-article-related h4 {
  margin: 0 0 16px;
  color: #071333;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.blog-article-related a {
  color: #075be8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}

/* =========================================================
   Blog Article Content Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .blog-article-main {
    padding: 0;
  }

  .blog-article-side-card,
  .blog-article-help-card {
    padding: 19px;
  }

  .blog-performance-challenge {
    padding-left: 12px;
    padding-right: 12px;
  }

  .blog-performance-challenge-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 28px;
  }
}

@media (max-width: 1399.98px) {
  .blog-article-section-kicker {
    font-size: 14px;
  }

  .blog-article-section > h2 {
    font-size: 32px;
  }

  .blog-article-subheading {
    font-size: 26px;
  }

  .blog-article-lead {
    font-size: 15px;
  }

  .blog-article-sidebar-title {
    font-size: 12px;
  }

  .blog-article-toc-link {
    padding-left: 9px;
    gap: 8px;
    font-size: 12px;
  }

  .blog-article-toc-subnav {
    margin-left: 18px;
    padding-left: 10px;
  }

  .blog-article-toc-subnav a {
    font-size: 11px;
  }

  .blog-article-download-card {
    padding: 14px;
  }

  .blog-article-quote-copy strong {
    font-size: 14px;
  }

  .blog-article-quote-copy span {
    font-size: 12px;
  }

  .blog-performance-challenge h4 {
    font-size: 15px;
  }

  .blog-performance-challenge p {
    font-size: 12px;
  }

  .blog-article-help-card h3 {
    font-size: 16px;
  }

  .blog-article-help-card > p,
  .blog-article-page-points p,
  .blog-article-insight p,
  .blog-article-related h4 {
    font-size: 12px;
  }

  .blog-article-insight strong {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .blog-article-right-sidebar {
    position: static;
  }

  .blog-article-right-sidebar {
    margin-top: 10px;
  }

  .blog-article-side-card,
  .blog-article-help-card {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .blog-article-left-sidebar {
    position: static;
  }

  .blog-article-toc {
    padding: 22px;
    border: 1px solid #dfe8f3;
    border-radius: 12px;
    background: #f9fbff;
  }

  .blog-article-toc-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    border-left: 0;
  }

  .blog-article-toc-link {
    width: calc(50% - 9px);
    padding: 8px 0;
  }

  .blog-article-toc-link.active::before {
    display: none;
  }

  .blog-article-toc-group {
    width: 100%;
  }

  .blog-article-toc-group > .blog-article-toc-link {
    width: 100%;
  }

  .blog-article-toc-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
    margin: 3px 0 8px 30px;
  }

  .blog-article-toc-subnav a {
    width: calc(50% - 10px);
  }

  .blog-article-download-card,
  .blog-article-sidebar-share {
    max-width: 500px;
  }

  .blog-article-main {
    margin-top: 10px;
  }

  .blog-article-section-bordered {
    margin-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .blog-article-section-kicker {
    font-size: 12px;
  }

  .blog-article-section > h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .blog-article-subheading {
    font-size: 22px;
    line-height: 1.25;
  }

  .blog-article-lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .blog-article-toc-link {
    width: 100%;
    font-size: 13px;
  }

  .blog-article-toc-subnav {
    display: block;
    margin-left: 24px;
  }

  .blog-article-toc-subnav a {
    width: 100%;
    font-size: 12px;
  }

  .blog-article-quote {
    align-items: flex-start !important;
    padding: 16px;
  }

  .blog-article-quote-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 17px;
  }

  .blog-article-quote-copy strong {
    font-size: 14px;
  }

  .blog-article-quote-copy span {
    font-size: 13px;
  }

  .blog-performance-challenge {
    padding: 20px 15px;
  }

  .blog-performance-challenge::after {
    width: calc(100% - 30px);
    height: 1px;
    top: auto;
    right: 15px;
    bottom: 0;
  }

  .blog-performance-challenges
    > div:nth-child(2)
    .blog-performance-challenge::after {
    display: none;
  }

  .blog-performance-challenges
    > div:nth-child(4)
    .blog-performance-challenge::after {
    display: none;
  }

  .blog-performance-challenge h4 {
    font-size: 16px;
  }

  .blog-performance-challenge p {
    font-size: 14px;
  }

  .blog-article-pro-tip {
    align-items: flex-start !important;
  }

  .blog-article-pro-tip-copy h4 {
    font-size: 16px;
  }

  .blog-article-pro-tip-copy p {
    font-size: 14px;
  }

  .blog-article-side-card,
  .blog-article-help-card {
    padding: 20px;
  }

  .blog-article-help-card h3 {
    font-size: 18px;
  }

  .blog-article-help-card > p,
  .blog-article-page-points p,
  .blog-article-insight p,
  .blog-article-related h4 {
    font-size: 14px;
  }

  .blog-article-insight strong {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  .blog-article-toc {
    padding: 17px;
  }

  .blog-article-download-card {
    margin-top: 30px !important;
  }

  .blog-article-sidebar-share {
    margin-top: 30px !important;
  }

  .blog-article-quote,
  .blog-article-pro-tip {
    gap: 12px !important;
  }

  .blog-performance-challenges > div .blog-performance-challenge::after {
    display: block;
  }

  .blog-performance-challenges
    > div:last-child
    .blog-performance-challenge::after {
    display: none;
  }

  .blog-performance-challenge-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .blog-article-help-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
  }
}
