.comparison-table {
  /* max-width: 73.125rem;
  margin: auto; */

  .comparison-table-precontent {
    margin-top: 35px;
  }

  .text-description {
    /* text-align: center; */
    margin: 2rem 0;

    p {
      font-size: 1.25rem;
      margin: unset;
      font-weight: 300;
    }
  }

  table.comparison-table-columns {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;

    td,
    th {
      width: auto;
    }

    td {
      color: var(--color-gray-darker3);
      border-bottom: 1px solid var(--color-gray);
      /* padding: 40px 32px 32px; */
      padding: 40px 50px 32px 32px;
      position: relative;
      font-size: .875rem;
      font-weight: 300;
      letter-spacing: .25px;
      letter-spacing: 0;
      line-height: 20px;
      text-transform: none;
      border-right: 1px solid var(--color-gray);
      vertical-align: top;

      &:last-child {
        border-right: 0px;
      }

      &.cell-table-icon-check,
      &.cell-table-icon-empty {
        padding: 16px;
      }
    }

    tr {
      .ckeditor-tooltip-text {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        text-indent: -9999px;
        white-space: nowrap;
        vertical-align: bottom;

        &::before {
          content: "";
          position: absolute;
          inset: 0;
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5c.83 0 1.5.67 1.5 1.5S12.83 8 12 8s-1.5-.67-1.5-1.5S11.17 5 12 5Zm.45 5c.54 0 .98.4 1.04.93l.01.12V17H15c.55 0 1 .45 1 1 0 .51-.39.94-.88.99L15 19h-5c-.55 0-1-.45-1-1 0-.51.39-.94.88-.99L10 17h1.4v-4.91h-.86c-.54 0-.98-.4-1.04-.93v-.11c0-.54.4-.98.93-1.04l.12-.01h1.9ZM12 2.1c-5.47 0-9.9 4.44-9.9 9.9s4.44 9.9 9.9 9.9 9.9-4.44 9.9-9.9-4.43-9.9-9.9-9.9ZM12 0c6.63 0 12 5.37 12 12s-5.37 12-12 12S0 18.63 0 12 5.37 0 12 0Z' fill='%23A0A0A0' fill-rule='evenodd'/%3E%3C/svg%3E");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
      }

      .tippy-box[data-inertia][data-state=visible] {
        background-color: var(--color-orange);
        border-radius: 12px;
        color: var(--color-white);
      }

      .tippy-box[data-placement^=top]>.tippy-arrow {
        color: var(--color-orange);
      }
    }
  }

  p.table-check {
    display: inline-block;
    font-family: Generali-Icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #00d764;
    font-size: 0;
    text-align: center;
    width: 100%;
  }

  p.table-check::before {
    font-size: 1.75rem;
    content: "✔";
    font-family: Generali-Icons !important
  }

  p.table-hyphen {
    display: inline-block;
    font-family: Generali-Icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #cccccc;
    font-size: 0;
    text-align: center;
    width: 100%;
  }

  p.table-hyphen::before {
    font-size: 1.75rem;
    content: "-";
    font-family: Generali-Icons !important
  }

  strong {
    font-weight: 500;
  }

  th,
  .column-header {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: var(--color-white);
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    padding: 14px 24px;
    z-index: 1;
  }

  ul {
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-inline-start: 0;
  }

  ul.table-check-list {
    margin: 0;

    li {
      background-color: rgba(243, 49, 58, .1);
      border-radius: 4px;
      font-size: .875rem;
      font-weight: 500;
      letter-spacing: .25px;
      line-height: 20px;
      padding: 9px 9px 9px 40px;
      position: relative;
    }

    li::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' stroke='%23c12017' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5'/%3E%3C/svg%3E");
      color: #c12017;
      background-repeat: no-repeat;
      background-size: cover;
      content: " ";
      display: inline-block;
      height: 20px;
      width: 20px;
      position: absolute;
      left: 12px;
    }
  }

  ul.table-list {
    font-size: .875rem;

    li {
      font-weight: 500;
      letter-spacing: .25px;
      margin-bottom: 1rem;
      padding-left: 40px;
      position: relative;
    }

    li::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7c-2.754 0-5 2.241-5 5s2.246 5 5 5 5-2.241 5-5-2.246-5-5-5Zm0 7.78A2.79 2.79 0 0 1 9.214 12 2.79 2.79 0 0 1 12 9.22 2.79 2.79 0 0 1 14.786 12 2.79 2.79 0 0 1 12 14.78Z' fill='%23C21B17' fill-rule='evenodd'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      color: #c21b17;
      content: "";
      height: 20px;
      width: 20px;
      position: absolute;
      left: 12px;
    }
  }

  tr.table-button-outline {
    td {
      padding: 16px 16px 27px;
    }
  }

  a.table-link {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border: 2px solid var(--color-red);
    color: var(--color-red);
    padding: 18px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }

  .row-grey {
    background-color: var(--color-white-dark);
  }

  h5 {
    color: var(--color-gray-darker3);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2rem;
    margin: 0 0 10px 0;
  }

  .table-subtitle {
    color: var(--color-gray-dark);
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1rem;
    text-transform: uppercase;
  }

  .comparative-table-columns-mobile {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    .column-block {
      border: 1px solid var(--color-gray-lighter);
    }

    .column-block {
      display: block;
      padding: 0.25rem 0;
    }

    .column-block:not(:last-child) {
      border-bottom: 1px solid var(--color-white-dark);
    }
  }
}

/* Load-more / load-less buttons */
.load-more-mobile,
.load-more,
.load-less {
  cursor: pointer;
  user-select: none;
  outline: none;
  display: inline-flex;
  /* default visible for load-more */
  align-items: center;
  display: flex;
  gap: 31px;
  justify-content: center;
  padding: 31px calc(50% - 35rem);

  span {
    color: var(--color-red);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;

  }

  span::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23C21B17' fill-rule='evenodd' d='M7.293 9.293c.36-.36.93-.39 1.32-.08l.09.08 3.3 3.3 3.29-3.29c.36-.36.93-.39 1.32-.08l.09.08c.36.36.39.93.08 1.32l-.08.09-4 4c-.36.36-.93.39-1.32.08l-.09-.08-4-4c-.39-.39-.39-1.03 0-1.42Z'/%3E%3C/svg%3E");
    background-position: 50% 35%;
    background-repeat: no-repeat;
    content: " ";
    height: 20px;
    width: 20px;
    position: absolute;
    right: -36px;
  }
}

/* Optional: small spacing */
.load-more,
.load-less {
  margin-top: 1rem;
  font-weight: 600;
}

.comparative-table-columns-mobile {
  .column-cell {
    padding: 16px;
  }
}