.elementor-413 .elementor-element.elementor-element-d6b7659{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-b2abac1 *//* Make the cookie table responsive on mobile */
@media (max-width: 767px) {

  /* Wrapper: allow internal horizontal scroll instead of page overflow */
  .cookies-table {
    width: 100%;
    overflow-x: auto;
  }

  /* Table should not exceed the viewport */
  .cookies-table table {
    width: 100%;
    table-layout: fixed;     /* columns share width */
    border-collapse: collapse;
  }

  /* Allow text to wrap instead of forcing the cell wider */
  .cookies-table th,
  .cookies-table td {
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
  }
}/* End custom CSS */