.elementor-237733 .elementor-element.elementor-element-ed34394{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1e3e706 */.lb-age-guide {
    font-family: "Open Sans", Arial, sans-serif;
    color: #123f42;
    background: #f4f8f8;
    margin: 0;
    padding: 14px 14px;
  }

  .lb-age-guide *,
  .lb-age-guide *::before,
  .lb-age-guide *::after {
    box-sizing: border-box;
  }

  .lb-age-guide__container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }

  .lb-age-guide__header {
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: center;
  }

  .lb-age-guide__eyebrow {
    display: inline-block;
    margin: 0 0 8px;
    color: #007a78;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .lb-age-guide h2 {
    margin: 0 0 10px;
    color: #123f42;
    font-size: clamp(25px, 7vw, 32px);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-wrap: balance;
  }

  .lb-age-guide__intro {
    margin: 0;
    color: #425f61;
    font-size: 15px;
    line-height: 1.6;
  }

  .lb-age-guide__table {
    overflow: hidden;
    border: 1px solid #d8e7e7;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 7px 22px rgba(18, 63, 66, 0.08);
  }

  .lb-age-guide__table-head {
    display: none;
  }

  .lb-age-guide__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 13px 14px;
    border-bottom: 1px solid #e1ecec;
  }

  .lb-age-guide__row:last-child {
    border-bottom: 0;
  }

  .lb-age-guide__age {
    min-width: 0;
  }

  .lb-age-guide__age-label {
    display: block;
    margin: 0 0 3px;
    color: #708486;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .lb-age-guide__age-value {
    display: block;
    color: #123f42;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }

  .lb-age-guide__strength {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #b9dddd;
    border-radius: 999px;
    background: #eaf6f5;
    color: #005f5f;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease;
  }

  .lb-age-guide__strength:hover,
  .lb-age-guide__strength:focus-visible {
    border-color: #7dc9c5;
    background: #dff3f2;
    color: #005f5f;
    transform: translateY(-1px);
  }

  .lb-age-guide__strength:focus-visible {
    outline: 3px solid rgba(243, 200, 70, 0.6);
    outline-offset: 3px;
  }

  .lb-age-guide__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 0;
    padding: 14px;
    border: 1px solid #d8e7e7;
    border-radius: 14px;
    background: #ffffff;
  }

  .lb-age-guide__note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dff3f2;
    color: #005f5f;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
  }

  .lb-age-guide__note p {
    margin: 0;
    color: #425f61;
    font-size: 13px;
    line-height: 1.55;
  }

  .lb-age-guide__note strong {
    color: #123f42;
  }

  .lb-age-guide__actions {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .lb-age-guide__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 2px solid #f3c846;
    border-radius: 10px;
    background: #f3c846;
    color: #123f42;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease;
  }

  .lb-age-guide__button:hover,
  .lb-age-guide__button:focus-visible {
    border-color: #ffd85d;
    background: #ffd85d;
    color: #123f42;
    transform: translateY(-1px);
  }

  .lb-age-guide__button:focus-visible {
    outline: 3px solid rgba(243, 200, 70, 0.52);
    outline-offset: 3px;
  }

  @media (min-width: 620px) {
    .lb-age-guide {
      padding: 48px 22px;
    }

    .lb-age-guide__header {
      margin-bottom: 28px;
    }

    .lb-age-guide__table-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 190px;
      align-items: center;
      gap: 18px;
      padding: 13px 20px;
      background: #123f42;
      color: #ffffff;
      font-size: 13px;
      line-height: 1.3;
      font-weight: 700;
    }

    .lb-age-guide__table-head span:last-child {
      text-align: center;
    }

    .lb-age-guide__row {
      grid-template-columns: minmax(0, 1fr) 190px;
      gap: 18px;
      min-height: 72px;
      padding: 13px 20px;
    }

    .lb-age-guide__age-label {
      display: none;
    }

    .lb-age-guide__age-value {
      font-size: 15px;
    }

    .lb-age-guide__strength {
      justify-self: center;
      min-width: 84px;
    }

    .lb-age-guide__note {
      padding: 16px;
    }

    .lb-age-guide__note p {
      font-size: 14px;
    }

    .lb-age-guide__button {
      width: auto;
      min-width: 220px;
    }
  }

  @media (min-width: 900px) {
    .lb-age-guide {
      padding: 60px 30px;
    }

    .lb-age-guide__table-head {
      padding-right: 26px;
      padding-left: 26px;
    }

    .lb-age-guide__row {
      padding-right: 26px;
      padding-left: 26px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lb-age-guide__strength,
    .lb-age-guide__button {
      transition: none;
    }
  }/* End custom CSS */