.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2319 .elementor-element.elementor-element-6a2450e{text-align:center;}.elementor-2319 .elementor-element.elementor-element-6a2450e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-4d4ab1a */:root{
    --orange: #ff8c00;
    --muted: #f7f7f7;
    --text: #222;
  }

  .cookie-card{
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(34,34,34,0.08);
    max-width: 1100px;
    margin: 0 auto 24px auto;
  }

  .cookie-title{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: var(--text);
  }

  table.cookie-table{
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }

  table.cookie-table thead th{
    background: var(--orange);
    color: #fff;
    text-align: left;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 14px;
  }

  table.cookie-table tbody td{
    padding: 12px 16px;
    border-bottom: 1px solid #efefef;
    vertical-align: top;
  }

  table.cookie-table tbody tr:nth-child(even){
    background: var(--muted);
  }

  .cookie-section{
    margin-bottom: 30px;
  }

  table.cookie-table caption{
    caption-side: top;
    text-align: left;
    padding-bottom: 8px;
    font-weight: 700;
    color: #333;
    font-size: 15px;
  }

  /* Responsive */
  @media (max-width: 720px){
    table.cookie-table thead{
      display: none;
    }
    table.cookie-table, table.cookie-table tbody, table.cookie-table tr, table.cookie-table td{
      display: block;
      width: 100%;
    }
    table.cookie-table tr{
      margin-bottom: 12px;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    }
    table.cookie-table td{
      padding: 10px 12px;
      border: none;
    }
    table.cookie-table td::before{
      content: attr(data-label);
      display: block;
      font-weight: 700;
      margin-bottom: 6px;
      color: #666;
      font-size: 13px;
    }
  }/* End custom CSS */