.elementor-14892 .elementor-element.elementor-element-6fb8a9b{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-14892 .elementor-element.elementor-element-474d5e6{text-align:center;}.elementor-14892 .elementor-element.elementor-element-7464dd1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-9b4f2a3 */<style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    .explainer-wrap {
      margin: 0 auto;
      background: #fff;
      border-radius: 16px;
      padding: 2.5rem 2rem;
      border: 1px solid #ccc;
    }

    /* H1 - Page title */
    h1 {
      font-size: 32px;
      font-weight: 700;
      color: #000;
      margin: 0 0 0.75rem;
      line-height: 1.25;
    }

    /* H2 - Section label above H1 */
    .section-label {
      font-size: 18px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #000;
      margin: 0 0 0.5rem;
      font-weight: 700;
    }

    /* Intro paragraph - main text */
    .hero-sub {
      font-size: 20px;
      color: #000;
      margin: 0 0 2rem;
      line-height: 1.65;
    }

    .page-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 1.75rem;
    }

    @media (max-width: 520px) {
      .page-grid { grid-template-columns: 1fr; }
      .explainer-wrap { padding: 1.5rem 1rem; }
    }

    .page-card {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 12px;
      padding: 1.1rem 1.25rem;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 18px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 999px;
      margin-bottom: 0.65rem;
    }

    .badge i { font-size: 16px; }

    .badge-universal  { background: #C7EEE0; color: #0A5C45; }
    .badge-gdpr       { background: #DDDCFC; color: #3B339A; }
    .badge-ccpa       { background: #CCE4F8; color: #0E4C88; }
    .badge-ada        { background: #D5EBBB; color: #2D5A0A; }
    .badge-ip         { background: #F8D9CE; color: #7A2D15; }

    /* H3 - Card titles */
    .page-card h3 {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 0.4rem;
      color: #000;
    }

    /* Card body - main text */
    .page-card p {
      font-size: 20px;
      color: #000;
      margin: 0 0 0.7rem;
      line-height: 1.6;
    }

    /* Card subtext */
    .page-card .who {
      font-size: 18px;
      color: #000;
      display: flex;
      align-items: flex-start;
      gap: 6px;
      line-height: 1.55;
    }

    .page-card .who i {
      font-size: 18px;
      margin-top: 3px;
      flex-shrink: 0;
      color: #000;
    }

    hr {
      border: none;
      border-top: 1px solid #ccc;
      margin: 1.75rem 0;
    }

    .callout {
      background: #f0f0ee;
      border-radius: 12px;
      border-left: 4px solid #1D9E75;
      padding: 1.1rem 1.35rem;
      margin-bottom: 1.75rem;
    }

    /* H2 inside callout */
    .callout h2 {
      font-size: 22px;
      font-weight: 700;
      color: #000;
      margin: 0 0 0.4rem;
    }

    /* Callout body - main text */
    .callout p {
      font-size: 20px;
      color: #000;
      margin: 0;
      line-height: 1.65;
    }

    /* Footer note - subtext */
    .footer-note {
      font-size: 18px;
      color: #000;
      line-height: 1.6;
      text-align: center;
    }

    .legal-disclaimer {
      margin-top: 1.5rem;
      padding: 1.1rem 1.35rem;
      background: #f0f0ee;
      border: 1px solid #ccc;
      border-radius: 10px;
    }

    /* Disclaimer heading - subtext size */
    .legal-disclaimer h2 {
      font-size: 20px;
      font-weight: 700;
      color: #000;
      margin: 0 0 0.5rem;
    }

    /* Disclaimer body - subtext */
    .legal-disclaimer p {
      font-size: 18px;
      color: #000;
      line-height: 1.75;
      margin: 0;
    }
  </style>/* End custom CSS */