
      /* adjust editor styles */
      main {
        table {
          border-collapse: collapse !important;
          margin-bottom: 0.5rem !important;
          font-size: 1.05rem !important;
          table-layout: fixed !important;
        }

      h2, h3 {
        margin-top: 1.5rem !important;
      }

      td p {
        margin: 0;
      }

      div[dir="ltr"][align="left"]:has(> table) {
        overflow-x: auto;
        width: 100%;
      }

        colgroup col {
          width: auto !important;
        }
      }

      /* adjust editor styles end */



      .company-logo {
          order: 1;
          margin: 0;
          padding: 0;
        }
      
        .brand-logo {
          height: 50px;
          width: auto;
        }
         /* html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }  */

  ol li, ul li {
    line-height: 2.0;
  }
 
  @media (max-width: 768px) {
    .shell-header {
       padding: 20px 25px !important; 
    }
  }



    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.97); }
      to { opacity: 1; transform: scale(1); }
    }

    #footer *, #contact-popup *, #privacy-popup * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    #privacy-popup p {
      font-size: 18px;
      color: #666;
      margin-bottom: 30px;
    }

    #privacy-popup h1, #privacy-popup h2 {
      font-size: 44px;
      color: #222;
      margin-bottom: 20px;
      font-weight: 700;
    }

    @media (min-width: 1200px) {
      #privacy-popup .h2, #privacy-popup h2 {
        font-size: 2rem;
      }
    }

    #privacy-popup h2, #privacy-popup h3 {
      margin-top: 0;
      margin-bottom: .5rem;
      font-weight: 500;
      line-height: 1.2;
      color: rgb(51, 51, 51);
    }

    #privacy-popup h2 {
      font-size: 44px;
      color: #222;
      margin-bottom: 20px;
      font-weight: 700;
    }

    #privacy-popup .h3, #privacy-popup h3 {
      font-size: calc(1.3rem + .6vw);
    }

    #privacy-popup dl, #privacy-popup ol, #privacy-popup ul {
      margin-top: 0;
      margin-bottom: 1rem;
    }

    #privacy-popup ol, #privacy-popup ul {
      padding-left: 2rem;
    }

    @media (min-width: 1200px) {
      #privacy-popup .h3, #privacy-popup h3 {
        font-size: 1.75rem;
      }
    }

    #contact-popup input, #contact-popup textarea, #contact-popup button {
      line-height: 1.7;
    }

    #contact-popup, #contact-popup h2, #contact-popup input, #contact-popup textarea, #contact-popup button {
      font-family:  sans-serif;
    }

    #contact-popup h2 {
      line-height: 1.2;
    }

    @media (max-width: 600px) {
      #privacy-popup h1, #privacy-popup h2 {
        font-size: 24px;
      }

      #privacy-popup p {
        font-size: 14px;
      }
    }

    #footer {
      font-family: 'Roboto', sans-serif;
      background-color: #333;
      color: white;
      padding: 30px;
      text-align: center;
      border-radius: 16px;
      margin: 40px 20px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    @media (max-width: 600px) {
      #footer {
        padding: 20px;
      }
    }

    #footer ul {
      list-style: none;
      padding: 0;
      display: flex;
      gap: 20px;
      margin: 0;
    }

    @media (max-width: 600px) {
      #footer ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
    }

    #footer li {
      display: inline;
    }

    #footer ul a {
      color: #1d9bf0;
      text-decoration: none;
      font-size: 16px;
      padding: 5px 10px;
      transition: text-decoration 0.3s ease;
    }

    #footer ul a:hover {
      text-decoration: underline;
      text-decoration-color: #1d9bf0;
    }

    #footer .business-phone a {
      color: #1d9bf0;
      text-decoration: none;
    }

    #footer .footer-copyright {
      text-align: center;
      font-size: 13px;
      color: #aaa;
      padding: 15px 0;
      border-top: 1px solid #333;
      margin-top: 20px;
      line-height: 1.7;
    }

    #footer .footer-business-info {
      margin-top: 25px;
      text-align: center;
      font-size: 15px;
      color: #ccc;
      line-height: 1.6;
    }

    @media (max-width: 600px) {
      #footer .footer-business-info {
        font-size: 14px;
        padding: 10px 0;
      }
    }

    #footer .business-address {
      margin-bottom: 8px;
      font-style: normal;
    }

    @media (max-width: 600px) {
      #footer .business-address, #footer .business-phone {
        display: block;
        margin: 5px 0;
      }
    }

    #footer .footer-social {
      margin-top: 20px;
      display: flex;
      gap: 15px;
      align-items: center;
      line-height: 1.7;
      height: 28px;
    }

    #footer .footer-social a {
      position: relative;
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      padding: 5px;
      color: #1d9bf0 !important;
      transition: all 0.3s ease;
    }

    #footer .footer-social i, #footer .footer-social svg {
      font-size: 18px;
      width: 18px;
      height: 18px;
      margin-right: 4px;
      display: inline-block;
      vertical-align: middle;
    }

    #footer .footer-links {
      line-height: 1.7;
    }


    table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 1rem;
    }

    table th, table td {
      padding: 8px;
      border: 1px solid #ccc;
      text-align: left;
    }

    table thead tr {
        background-color: #f4f4f4;
    }

    table:not(table:has(thead)) tr:first-child {
      background-color: #f4f4f4;
      font-weight: bold;
    }

    div:has(> table) {
      width: 100%;
      overflow-x: scroll;
    }

    li > p {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    section > ul {
      padding-left: 24px;
    }

    p {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .h2, h2 {
        font-size: 1.5em;
    }

    @media (min-width: 1200px) {
        .h2, h2 {
            font-size: 1.5em;
        }
    }

    .h3, h3 {
        font-size: 1.17em;
    }

    @media (min-width: 1200px) {
        .h3, h3 {
            font-size: 1.17em;
        }
    }

    .h4, h4 {
        font-size: initial;
        margin-top: 1.33em;
    }

    @media (min-width: 1200px) {
        .h4, h4 {
             font-size: initial;
        }
    }


    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-top: 1.17em;
        margin-bottom: 1.17em;
        font-weight: bold;
        line-height: 1.6;
    }



    #compliance_assessment_frame {
      border: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: transparent;
      width: 360px;
      height: 244px;
      overflow: hidden;
    }

    @media (max-width: 600px) {
      #compliance_assessment_frame {
        width: 93%;
        width: -webkit-fill-available;
        left: 20px;
        right: 20px;
        bottom: 20px;
      }
    }

