.e8GenBStickyBenefits {
  display: none;
}

@media (max-width: 900px) {
  [data-generation-design-variant="gen B"] .e8GenBStickyBenefits {
    background:
      radial-gradient(circle at 8% 10%, rgba(255, 90, 10, 0.08), transparent 24%),
      rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 42px rgba(15, 23, 42, 0.11);
    box-sizing: border-box;
    display: block;
    left: 50%;
    max-width: 374px;
    padding: 18px 18px calc(14px + env(safe-area-inset-bottom));
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    z-index: 20;
  }

  .e8GenBStickyBenefits > strong {
    color: #111827;
    display: block;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .e8GenBStickyBenefits ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .e8GenBStickyBenefits li {
    align-items: center;
    display: grid;
    gap: 7px;
    justify-items: center;
    min-width: 0;
    padding: 0 9px;
    text-align: center;
  }

  .e8GenBStickyBenefits li + li {
    border-left: 1px solid #edf1f6;
  }

  .e8GenBStickyBenefits .material-symbols-rounded {
    align-items: center;
    background: #fff8f2;
    border: 1px solid rgba(255, 105, 24, 0.22);
    border-radius: 10px;
    color: #ff5a0a;
    display: inline-flex;
    font-size: 25px;
    height: 39px;
    justify-content: center;
    width: 39px;
  }

  .e8GenBStickyBenefits b {
    color: #111827;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.22;
    max-width: 92px;
  }

  .e8GenBStickyBenefits > i {
    background: #050505;
    border-radius: 999px;
    bottom: calc(5px + env(safe-area-inset-bottom));
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 126px;
  }
}
