   .compare .container {
        max-width:100%;
        margin: auto;
      }

     .compare .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(79, 209, 255, .18);
        padding-bottom: 20px;
        justify-content: center;
      }

      .compare .tabs button {
        padding: 6px 16px;
        border: none;
        border-radius: 10px;
        background: #10203c;
        color: #fff;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, .10);
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 500;
      }

     .compare .tabs button.active {
        background: linear-gradient(90deg,
            rgba(230, 104, 34, .63) 0%,
            rgba(235, 158, 49, 1) 100%) !important;
      }

      .compare .competitors {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin: 40px 0 50px auto;
        width: 65%;
      }

.compare .comp {
    padding: 20px;
    border: 1px solid #2a3f65;
    border-radius: 12px;
    text-align: center;
    background: #0b1730;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 19px;
}

      .compare .comp.active {
        background: linear-gradient(90deg,
            rgba(230, 104, 34, .63) 0%,
            rgba(235, 158, 49, 1) 100%) !important;
      }

      .compare .comp span {
        font-size: 12px;
        font-weight: 500;
        opacity: .9;
      }

      .compare .section {
        display: none;
        margin-top: 20px;
        clear: both;
        margin-bottom: 35px;
      }

      .compare .section.active {
        display: block;
      }

      .compare .section-title {
        margin: 0 0 20px;
        padding-left: 15px;
        border-left: 4px solid #ff7a00;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
      }

      .compare .card {
        border: 1px solid rgba(61, 109, 185, .35);
        border-radius: 16px;
        overflow: hidden;
        background: #071426;
      }

      .compare .card table {
        width: 100%;
        border-collapse: collapse;
      }

   .compare .card th, .compare .card td {
    padding: 22px 18px !important;
    border-bottom: 1px solid rgba(79, 209, 255, .10);
    font-size: 15px;
    line-height: 1.5;
    border: 0 !important;
}

      #single-page th {
    border-top: 0 !important;
    border-left: 0 !important;
    padding: 22px 18px !important;
}

#wp-calendar, #single-page table {
    border-right: 0;
    border-bottom: 0;
    border: 0;
}

.wpb_raw_html table td {
    border: 0;

}

      .compare .card th {
        font-weight: 600;
        color: #ffffff;
      }

      .compare .card td {
        font-weight: 500;
        color: #ffffff !important;
      }

      .compare .card th:first-child,
      .compare .card td:first-child {
        text-align: left;
        width: 28%;
      }

     .compare .card th:not(:first-child),
     .compare .card td:not(:first-child) {
        text-align: center;
      }

     .compare .card tr:last-child td,
     .compare .card tr:last-child th {
        border-bottom: none;
      }

      .compare .card tbody tr:nth-child(odd) {
        background: #071426;
      }

     .compare .card tbody tr:nth-child(even) {
        background: #0c1930;
      }

     .compare .card .icon {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin-top: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
      }

      .compare .card .icon svg {
        width: 100%;
        height: 100%;
        display: block;
      }

     .compare .card .icon img {
        width: 20px;
      }

      /* TABLET */
      @media (max-width:991px) {
        .compare .competitors {
          width: 100%;
          grid-template-columns: 1fr;
        }

         .compare .tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 10px;

        /* important */
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .compare .tabs::-webkit-scrollbar {
        display: none;
    }

    .compare .tabs button {
        white-space: nowrap;
        flex: 0 0 auto;
    }

      /*  .compare .tabs button {
          white-space: nowrap;
          flex-shrink: 0;
        }*/

        
      }

      /* MOBILE */
      @media (max-width:767px) {
      

          .compare .container {
        width: 100%;
        padding: 0 !IMPORTANT;
    }

      /*  .compare .competitors {
          width: 100%;
          grid-template-columns: 1fr;
        }*/

        .compare .competitors {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        align-items: anchor-center;
        justify-content: center;
        display: inline-flex;
    }

        .compare .comp {
          padding: 15px;
        }

        .compare .card {
          overflow-x: auto;
        }

        .compare table {
          min-width: 700px;
        }

        .compare .card th,
        .compare .card td {
          font-size: 13px;
          padding: 12px;
          padding: 19px;
        }

        .compare .tabs {
          overflow-x: auto;
          flex-wrap: nowrap;
          gap: 8px;
        }

        .compare .tabs button {
          white-space: nowrap;
          flex-shrink: 0;
          font-size: 13px;
        }
      }

      @media(max-width: 500px) {
           .compare .competitors {
        width: 100%;
        grid-template-columns: 1fr;
        display: grid;
    }
      }