.elementor-17622 .elementor-element.elementor-element-d057f07{--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;}.elementor-17622 .elementor-element.elementor-element-0f2c985{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-0f2c985 */#privacy-content h2 {
    font-size: 2rem;
    margin: 3rem 0 1rem;
}
#privacy-content ul {
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#privacy-content ul li {
    font-size: 1rem;
    color: #777;
    list-style: disc;
    margin-bottom: 1rem;
}
#privacy-content ul li strong {
    color: #222222;
}

/* Responsive Table Styling */
    .table-container {
      overflow-x: auto;
      margin-top: 1rem;
      margin-bottom: 2rem;
    }

    .table-container table {
      width: 100%;
      border-collapse: collapse;
      min-width: 600px;
    }

    .table-container th {
      background-color: #f4f6f8;
      font-weight: bold;
      color: #222222 !important;
    }
    .table-container th, td {
      padding: 12px 15px;
      text-align: left;
      border: 1px solid #ddd;
      font-size: 1rem;
      color: #777;
    }

    

    @media (max-width: 600px) {
      .table-container table {
        font-size: 14px;
      }
    }/* End custom CSS */