body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; /* Chrome & Safari */
    -moz-osx-font-smoothing: grayscale;   /* Firefox on macOS */
  }
  
  .heading-xl {
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 0;
    font-family: var(--wp--preset--font-family--pp-telegraf);
  }
  
  .heading-l,
  .wp-block-query-title {

    font-weight: 400;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0;
    font-family: var(--wp--preset--font-family--pp-telegraf);
    
  }
  
  .card-title {

    font-family: var(--wp--preset--font-family--pp-telegraf);
    font-weight: 400;
    font-size: 24px;
    line-height: 138%;
    letter-spacing: 0;
    vertical-align: middle;

  }


  /********* Global Content rules **********/

  .entry-content, .entry-content p, .entry-content span, .entry-content strong, .entry-content b, .entry-content figure {
    font-size: 18px;
  }

  .entry-content figcaption {
    margin-top: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
    color: var(--wp--preset--color--dark-gray);
  }

  .entry-content p, .entry-content ul, .entry-content ol {
    margin: 0;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 24px;
    color: var(--wp--preset--color--green-black);
    font-weight: bold;
  }

  h3 {
    font-size: 28px;
    color: var(--wp--preset--color--green-black);
  }
  
  h2 {
    font-size: 52px;
    font-weight: 400;
    color: var(--wp--preset--color--green-black);
  }

  h1 {
    font-size: 80px;
    color: var(--wp--preset--color--green-black);
  }

/* Enable horizontal scrolling */
.wp-block-table {
  display: block;
  overflow-x: auto;
}

/* Let the table auto-size */
.wp-block-table table {
  table-layout: auto !important;
  width: auto !important;
  min-width: 100%;
  border-collapse: collapse;
}

/* Default: all cells get 200px */
.wp-block-table td,
.wp-block-table th {
  min-width: 200px;
  width: auto;
  white-space: nowrap;
  word-break: break-all;
  vertical-align: top;
}
.wp-block-table.expand-col-2 tr > *:nth-child(2) {
  overflow: hidden;
  min-width: 500px;
  word-wrap: break-word;
  white-space: break-spaces;
}

.entry-content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.entry-content table thead th {
  background-color: #e0e0e0; /* light gray */
  border: none;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;

}

.entry-content table td,
.entry-content table th {
  border-left: none;
  border-right: none;
  vertical-align: middle;
  
}

/* Table body rows */
.entry-content table tbody tr {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  
}

/* Remove top border from the first row only */
.entry-content table tbody tr:first-child, .entry-content table tbody tr:first-child td {
  border-top: none;
 
}

.wp-block-table thead {
  border-bottom: none;
}
.entry-content table tbody td {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  
 
}



/* EXCEPTION: let the second column grow to fit its content */
/*.wp-block-table.expand-col-1 tr > *:nth-child(1) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}
.wp-block-table.expand-col-2 tr > *:nth-child(2) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}

.wp-block-table.expand-col-3 tr > *:nth-child(3) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}

.wp-block-table.expand-col-4 tr > *:nth-child(4) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}

.wp-block-table.expand-col-5 tr > *:nth-child(5) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}

.wp-block-table.expand-col-6 tr > *:nth-child(6) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}

.wp-block-table.expand-col-7 tr > *:nth-child(7) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}

.wp-block-table.expand-col-8 tr > *:nth-child(8) {
  width: 100%;
  min-width: 500px;
  max-width: 500px;
}*/


  
  @media screen and (max-width: 800px) {
    h2 {
      font-size: 32px;
    }
  }

  /********** Icons ***********/
  .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .icon.arrow-right-black {
    background-image: url('./../img/arrows/arrow-right-black.svg');
  }
  
  .icon.arrow-left-black {
    background-image: url('./../img/arrows/arrow-left-black.svg');
  }
  
  .icon.arrow-caret-right-black {
    background-image: url('./../img/arrows/arrow-caret-right-black.svg');
  }
  
  .icon.arrow-caret-left-black {
    background-image: url('./../img/arrows/arrow-caret-left-black.svg');
  }
  
  /********** Buttons **********/
  .cta-button {
    width: fit-content;
    border-radius: 100px;
    padding: 8px 25px;
    background-color: var(--wp--preset--color--acid-green);
    color: var(--wp--preset--color--green-black);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
  }

  button {
      width: fit-content;
      padding: 8px 16px;
      border-radius: 100px;
      color: var(--wp--preset--color--green-black);
      border: 1px solid var(--wp--preset--color--green-black);
      background-color: white;
      transition: background-color 0.5s ease, border 0.5s ease;
  }

  button:hover {
      cursor: pointer;
      background-color: var(--wp--preset--color--acid-green);
      border: 1px solid var(--wp--preset--color--acid-green);
  }
    
 
  /********** Responsive **********/
  .wp-block-navigation__responsive-container {
    padding: 40px !important;
  }
  
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    margin-top: 0 !important;
  }
  
  .only-mobile {
    display: none !important;
  }
  
  @media screen and (max-width: 1100px) {
    .column-mobile.m {
      flex-direction: column !important;
    }
  }
  
  @media screen and (max-width: 800px) {
    .only-mobile {
      display: flex !important;
    }
  
    .remove-mobile {
      display: none !important;
    }
  
    .column-mobile {
      flex-direction: column !important;
    }
  }
  