.elementor-3 .elementor-element.elementor-element-46916d5{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );line-height:var( --e-global-typography-text-line-height );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 );}.elementor-3 .elementor-element.elementor-element-c52d6d8{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}@media(max-width:1366px){.elementor-3 .elementor-element.elementor-element-46916d5{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-3 .elementor-element.elementor-element-c52d6d8{width:100%;max-width:100%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.elementor hr {
  background-color: rgba(7,36,86,.1);
  margin: 0;
  height: 1px;
}
/* Kosmetyczni Compass – tabela (cookies / polityki) */
.kc-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  font-size: 15px;
  line-height: 1.45;
}

.kc-table th,
.kc-table td{
  padding: 14px 16px !important;
  vertical-align: top;
  border-bottom: 1px solid #efefef;
}

.kc-table thead th{
  background: #00A2CA;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 0;
  white-space: nowrap;
}

.kc-table tbody tr:nth-child(even){
  background: #fafafa;
}

.kc-table tbody tr:hover{
  background: #f2fbfe;
}

.kc-table tbody td{
  color: #222;
}

.kc-table tbody tr:last-child td{
  border-bottom: 0;
}

/* delikatne wyróżnienie 1. kolumny */
.kc-table tbody td:first-child{
  font-weight: 600;
}

/* responsywność: przewijanie poziome */
.kc-table-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
margin-bottom: 20px;
}

.kc-table{
  min-width: 720px; /* wymusza sensowne kolumny; na mobile pokaże scroll */
}

/* opcjonalnie: ładny scrollbar (Chrome/Edge) */
.kc-table-wrap::-webkit-scrollbar{ height: 10px; }
.kc-table-wrap::-webkit-scrollbar-track{ background: #f1f1f1; border-radius: 999px; }
.kc-table-wrap::-webkit-scrollbar-thumb{ background: #d2d2d2; border-radius: 999px; }
.kc-table-wrap::-webkit-scrollbar-thumb:hover{ background: #bdbdbd; }

/* =========================
   TRYB "KART" NA MOBILE (opcjonalny)
   Wymaga data-label w <td>
   ========================= */
@media (max-width: 1024px){
  .kc-table{ 
    min-width: 0; 
    font-size: 14px;
  }

  .kc-table thead{
    display: none; /* chowamy nagłówki */
  }

  .kc-table, 
  .kc-table tbody, 
  .kc-table tr, 
  .kc-table td{
    display: block;
    width: 100%;
  }

  .kc-table tbody tr{
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    margin: 0 0 14px 0;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
  }

  .kc-table tbody tr:nth-child(even){
    background: #fff; /* w trybie kart nie mieszamy tła */
  }

  .kc-table tbody td{
    border-bottom: 1px solid #efefef;
    padding: 12px 14px !important;
  }

  .kc-table tbody td:last-child{
    border-bottom: 0;
  }

  .kc-table tbody td::before{
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #00A2CA;
    margin-bottom: 6px;
    letter-spacing: .02em;
  }

  /* wrapper bez poziomego scrolla w trybie kart */
  .kc-table-wrap{
    overflow-x: visible;
  }
}/* End custom CSS */