.elementor-97 .elementor-element.elementor-element-4ee168e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for html, class: .elementor-element-2c9938c */body {
      font-family: Arial, sans-serif;
      margin: 0;
      background: #f7f7f7;
      color: #333;
    }

    .container {
      max-width: 720px;
      margin: auto;
      padding: 30px 20px;
      background: #fff;
    }

    h1 {
      font-size: 26px;
      margin-bottom: 15px;
    }

    p {
      line-height: 1.6;
      margin-bottom: 15px;
      font-size: 16px;
    }

    .cta {
      display: block;
      text-align: center;
      background: #2ecc71;
      color: #fff;
      padding: 15px;
      font-size: 18px;
      border-radius: 6px;
      text-decoration: none;
      margin: 25px 0;
    }

    .cta:hover {
      background: #27ae60;
    }

    footer {
      font-size: 13px;
      text-align: center;
      color: #777;
      margin-top: 30px;
    }

    /* Cookie banner */
    .cookie-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #222;
      color: #fff;
      padding: 15px;
      display: none;
      z-index: 9999;
    }

    .cookie-bar button {
      background: #2ecc71;
      border: none;
      color: #fff;
      padding: 8px 12px;
      cursor: pointer;
      margin-left: 10px;
      border-radius: 4px;
    }/* End custom CSS */