/* scoped: si-blog-BlogArticleSection */

  .blog-article:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    padding: 60px 0 80px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    box-sizing: border-box;
  }

  .article-content:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    padding-left: 200px;
  }

  .article-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 688px;
    height: 322px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .article-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 688px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .article-text .article-h2:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #181A2A;
    margin: 0;
  }

  .article-text .article-block:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .article-text .article-h3:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #181A2A;
    margin: 0;
  }

  .article-text .article-list:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
    padding-left: 20px;
    list-style: disc;
  }

  .article-text .article-list li + li:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    margin-top: 6px;
  }

  .article-text .article-body:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #272727;
    margin: 0;
  }

  .article-text .did-you-know:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 689px;
    height: 216px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    border-radius: 8px;
    background: #272727;
  }

  .article-text .dyk-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 168px;
    height: 168px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .article-text .dyk-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 441px;
    height: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .article-text .dyk-title:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
  }

  .article-text .dyk-body:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 441px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFDFD;
    margin: 0;
  }

  .article-text .quick-safety-tip:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 689px;
    height: 231px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    border-radius: 8px;
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
  }

  .article-text .qst-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 426px;
    height: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .article-text .qst-title:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
  }

  .article-text .qst-body:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 406px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFEFE;
    margin: 0;
  }

  .article-text .qst-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 183px;
    height: 183px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .article-text .protect-card:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 656px;
    height: 178px;
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .article-text .protect-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 178px;
    height: 178px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .article-text .protect-body:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .article-text .protect-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
  }

  /* ── Sidebar ── */
  .sidebar:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 266px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sidebar-socials:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 120px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sidebar-socials a:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){ display: flex; }

  .recent-title:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
  }

  .recent-posts:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 266px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .recent-post:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 247px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none;
  }

  .recent-thumb:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 50px;
    height: 50px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .recent-thumb--placeholder:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #E0E0E0;
    flex-shrink: 0;
  }

  .recent-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
  }

  .recent-post:hover .recent-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){ color: #D62121; }



  html.is-mobile .blog-article:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    flex-direction: column;
    padding: 32px 24px 60px;
    gap: 40px;
    max-width: 430px;
  }

  html.is-mobile .article-content:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    padding-left: 0;
    width: 100%;
    order: 2;
  }

  html.is-mobile .article-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 430px;
    height: 231px;
    max-width: 100%;
    object-fit: cover;
  }

  html.is-mobile .article-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 300px;
    margin: 0 auto;
  }

  html.is-mobile .sidebar:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 100%;
    gap: 16px;
    order: 1;
  }

  html.is-mobile .sidebar-socials:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 120px;
    height: 30px;
    gap: 8px;
  }

  html.is-mobile .recent-title:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
  }

  html.is-mobile .recent-posts:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 100%;
    gap: 16px;
  }

  html.is-mobile .recent-post:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 247px;
    height: 50px;
    gap: 16px;
    align-items: center;
    overflow: hidden;
  }

  html.is-mobile .recent-thumb:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  /* Card 1 - did-you-know */
  html.is-mobile .did-you-know:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 300px !important;
    height: auto !important;
    gap: 16px !important;
    border-radius: 8px !important;
    flex-direction: column !important;
    padding: 24px !important;
    box-sizing: border-box !important;
  }

  html.is-mobile .dyk-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 252px !important;
    height: 252px !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
  }

  html.is-mobile .dyk-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 100% !important;
    height: auto !important;
  }

  html.is-mobile .dyk-body:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 100% !important;
  }

  /* Card 2 - quick-safety-tip */
  html.is-mobile .quick-safety-tip:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 300px !important;
    height: auto !important;
    gap: 32px !important;
    border-radius: 8px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
  }

  html.is-mobile .qst-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 252px !important;
    height: 252px !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
  }

  html.is-mobile .qst-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 100% !important;
    height: auto !important;
  }

  html.is-mobile .qst-body:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 100% !important;
  }

  /* Card 3 - protect-card */
  html.is-mobile .protect-card:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 300px !important;
    height: auto !important;
    gap: 32px !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  html.is-mobile .protect-image:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 178px !important;
    height: 178px !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
  }

  html.is-mobile .protect-text:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-size: 40px !important;
    text-align: center !important;
  }

  html.is-mobile .article-text .article-h2:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-size: 26px !important;
  }

  html.is-mobile .article-text .article-h3:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-size: 20px !important;
  }

  html.is-mobile .article-text iframe:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    width: 370px !important;
    height: 208px !important;
    border-radius: 8px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  /* WordPress / Elementor content from headless CMS */
  .wp-post-content:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    color: #272727;
  }

  .wp-post-content p:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *),
  .wp-post-content li:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 12px;
  }

  .wp-post-content h1:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *),
  .wp-post-content h2:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *),
  .wp-post-content h3:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *),
  .wp-post-content h4:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #181A2A;
    margin: 8px 0 12px;
    line-height: 1.15;
  }

  .wp-post-content img:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .wp-post-content .elementor-section:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    margin: 0;
  }

  .wp-post-content .elementor-widget-container > *:last-child:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    margin-bottom: 0;
  }

  .recent-empty:where(.si-blog-BlogArticleSection, .si-blog-BlogArticleSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
  }
