.elementor-4407 .elementor-element.elementor-element-7567409{--display:flex;}/* Start custom CSS for html, class: .elementor-element-180bd0f */<style>
  /* ===== FULL ARTICLE WIDGET FIX ===== */

  /* Outer Elementor widget / post content wrapper */
  .elementor-widget-theme-post-content,
  .elementor-location-single .elementor-widget-theme-post-content,
  .elementor-widget-post-content,
  .elementor-widget-text-editor:has(.bf-article),
  .elementor-widget-container:has(.bf-article){
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 28px !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.12) !important;
    padding: 32px !important;
    overflow: hidden !important;
  }

  /* Main article wrapper */
  .bf-article{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 !important;
    color: #111827 !important;
    font-family: Arial, sans-serif;
    line-height: 1.75;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .bf-article,
  .bf-article *{
    box-sizing: border-box;
  }

  /* Make all text readable by default */
  .bf-article p,
  .bf-article li,
  .bf-article span,
  .bf-article strong,
  .bf-article em{
    color: #374151 !important;
  }

  .bf-article h1,
  .bf-article h2,
  .bf-article h3,
  .bf-article h4{
    color: #0E0C1B !important;
  }

  /* Top pills */
  .bf-topbar{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
  }

  .bf-pill{
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    font-size: .85rem;
    font-weight: 700;
    color: #374151 !important;
  }

  /* Hero */
  .bf-hero{
    display: grid;
    grid-template-columns: 1.5fr .95fr;
    gap: 22px;
    align-items: start;
    margin-bottom: 28px;
  }

  .bf-hero-copy{
    background: linear-gradient(180deg,#ffffff 0%,#fafafa 100%) !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 14px 35px rgba(0,0,0,.05);
  }

  .bf-kicker{
    margin: 0 0 10px;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #F90842 !important;
  }

  .bf-intro{
    margin: 0 0 14px;
    font-size: 1.05rem;
    color: #374151 !important;
  }

  .bf-hero-box{
    background: #0E0C1B !important;
    color: #ffffff !important;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(14,12,27,.18);
  }

  .bf-hero-box h2{
    margin: 0 0 14px;
    font-size: 1.2rem;
    color: #ffffff !important;
  }

  .bf-hero-box ul{
    margin: 0;
    padding-left: 18px;
  }

  .bf-hero-box li{
    margin: 0 0 10px;
    color: #e5e7eb !important;
  }

  /* Sections */
  .bf-section{
    margin: 0 0 28px;
    background: #ffffff !important;
    padding: 24px;
    border: 1px solid #e5e7eb !important;
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,.03);
  }

  .bf-section h2,
  .bf-cta h2,
  .bf-faq h2{
    margin: 0 0 14px;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #0E0C1B !important;
  }

  .bf-section h3,
  .bf-faq-item h3,
  .bf-warning h3,
  .bf-device-item h3{
    margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.4;
    color: #0E0C1B !important;
  }

  .bf-section p,
  .bf-faq-item p,
  .bf-warning p,
  .bf-device-item p,
  .bf-cta p{
    margin: 0 0 14px;
    color: #374151 !important;
  }

  /* Cards grid */
  .bf-grid{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
  }

  .bf-card{
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(0,0,0,.04);
  }

  /* Soft section */
  .bf-section-soft{
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 26px;
    padding: 24px;
  }

  /* Device list */
  .bf-device-list{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 15px;
    margin-top: 16px;
  }

  .bf-device-item{
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 18px;
    padding: 18px;
  }

  .bf-note{
    margin-top: 18px;
    padding: 14px 16px;
    background: #fff1f4 !important;
    border: 1px solid #ffd2dc !important;
    border-radius: 16px;
    color: #4b5563 !important;
  }

  /* Warning cards */
  .bf-warning-wrap{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
  }

  .bf-warning{
    background: #ffffff !important;
    border: 1px solid #fee2e2 !important;
    border-left: 5px solid #F90842 !important;
    border-radius: 18px;
    padding: 20px;
  }

  /* CTA */
  .bf-cta{
    margin: 34px 0;
    background: linear-gradient(135deg,#0E0C1B 0%,#1b1731 100%) !important;
    border-radius: 28px;
    padding: 30px;
    color: #ffffff !important;
    box-shadow: 0 18px 45px rgba(14,12,27,.2);
  }

  .bf-cta-label{
    margin: 0 0 8px;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ffb2c6 !important;
  }

  .bf-cta h2{
    color: #ffffff !important;
  }

  .bf-cta p{
    color: #e5e7eb !important;
  }

  .bf-cta-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
  }

  .bf-cta-buttons a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 700;
    transition: transform .2s ease, opacity .2s ease;
  }

  .bf-cta-buttons a:first-child{
    background: #F90842 !important;
    color: #ffffff !important;
  }

  .bf-cta-buttons a:nth-child(2),
  .bf-cta-buttons a:nth-child(3){
    background: #ffffff !important;
    color: #0E0C1B !important;
  }

  .bf-cta-buttons a:hover{
    transform: translateY(-2px);
    opacity: .95;
  }

  /* FAQ block */
  .bf-faq{
    margin-top: 34px;
    background: #ffffff !important;
    padding: 24px;
    border: 1px solid #e5e7eb !important;
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,.03);
  }

  .bf-faq-item{
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 14px;
  }

  /* Links */
  .bf-article a{
    color: #F90842 !important;
  }

  /* Mobile */
  @media (max-width: 820px){
    .elementor-widget-theme-post-content,
    .elementor-location-single .elementor-widget-theme-post-content,
    .elementor-widget-post-content,
    .elementor-widget-text-editor:has(.bf-article),
    .elementor-widget-container:has(.bf-article){
      padding: 18px !important;
      border-radius: 20px !important;
    }

    .bf-hero,
    .bf-grid,
    .bf-device-list,
    .bf-warning-wrap{
      grid-template-columns: 1fr;
    }

    .bf-section h2,
    .bf-cta h2,
    .bf-faq h2{
      font-size: 1.45rem;
    }

    .bf-hero-copy,
    .bf-hero-box,
    .bf-section-soft,
    .bf-cta,
    .bf-section,
    .bf-faq{
      padding: 20px;
    }
  }
</style>/* End custom CSS */