.ap-pricing-cards-single-content-wrapper {
  background-color: #fff;
}

.features-table td {
  border: medium none;
}

.features-table tbody {
  background-color: transparent;
}

.features-table tbody td {
  padding: 0!important;
}

td.features-cell:not(.cell-1) .features-cell-wrap {
  background-color: #fff;
  padding: 4px;
}

tr:not(.row-1) td.features-cell:not(.cell-1) .features-cell-inner {
  background: linear-gradient(139deg, #F0F0F0 -1.09%, #F7F7F7 56.87%);
  padding: 2px;
  border-radius: 8px;
}

tr.row-1 td {
  padding; 16px;
}

.features-table td {
  border: none;
  margin: 0;
  max-width: 225px;
}

.features-table tbody td {
  padding: 0 6px !important;
}

tr.features-cell-row > td:last-child {
  padding-right: 0;
}

tr.features-cell-row > td:first-child {
  padding-left: 0;
}

tr.row-1 td.features-cell:not(.cell-1) .features-cell-wrap {
  padding: 24px 6px 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

td.features-cell .features-cell-wrap {
  height: 100%;
}

td.features-cell {
  height: 1px;
}

.features-cell-inner {
  height: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

tr.row-1 td.features-cell.cell-1 .features-cell-wrap {
  padding: 16px 16px 16px 0;
}

.features-table tbody > tr:last-child td .features-cell-wrap {
  height: 54px!important;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.row-last td:not(.cell-1) .features-cell-wrap {
  background-color: #fff;
}

td.features-cell .features-cell-wrap {
  padding: 8px 16px;
}

.row-1 td.features-cell .features-cell-wrap {
  padding: 8px 16px;
}

td.features-cell.cell-1 .features-cell-wrap {
  padding: 24px 16px 16px 0;
}

.features-table tbody > tr:last-child td:not(:first-child) .features-cell-wrap .features-cell-inner {
  background: #d3d3d3;
}

tr.row-1 td.features-cell:not(.cell-1) .features-cell-wrap .features-cell-inner {
  align-items: center;
}

tr td.features-cell:not(.cell-1) .features-cell-wrap .features-cell-inner {
  justify-content: center;
  text-align: center;
}

.pricing-buttons {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  bottom: -100%;
  width: 100%;
  left: 0;
  padding: 8px;
  z-index: 99999;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.features-cell-inner .ap-btn.ap-btn-tertiary:hover {
  gap: 8px;
}

.body-wrapper tr.features-cell-row.row-1 td.features-cell:not(.cell-1) {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

.body-wrapper.scroll-up tr.features-cell-row.row-1 td.features-cell:not(.cell-1) {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}

.features-cell-row:not(.features-cell-row.row-1):not(.features-cell-row.row-2):not(.features-cell-row.row-3) td.features-cell .features-cell-wrap {
  height: 70px;
}

@media(max-width: 1149px) {
  .body-wrapper tr.features-cell-row.row-1 td.features-cell:not(.cell-1), 
  .body-wrapper.scroll-up tr.features-cell-row.row-1 td.features-cell:not(.cell-1) {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
  }

  td.features-cell.cell-2,
  td.features-cell.cell-3, 
  td.features-cell.cell-4, 
  td.features-cell.cell-5, 
  td.features-cell.cell-6 {
    display: none;
  }

  td.features-cell.active {
    display: table-cell !important;
  }

  .pricing-buttons.show {
    opacity: 1;
    position: fixed;
    visibility: visible;
    bottom: 0;

  }

  .pricing-container {
    background: rgba(204, 204, 204, 0.86);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
  }

  .pricing-btn {
    background-color: rgb(255, 255, 255, 0.86);
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    width: 49%;
    font-size: 13px;
    cursor: pointer;
  }

  .pricing-btn.active {
    background-color: #02172d;
    color: #fff;
  }

  .features-table td {
    border: none;
    margin: 0;
    max-width: 50%;
  }
  
  .features-table tbody td {
    padding: 0!important;
  }

  body table:not(table.pika-table) {
    min-width: auto;
    overflow-x: auto;
    width: 100%;
  }

  td.features-cell {
    width: 50%;
  }

  .ap-pricing-card-single-button-wrap p,
  .ap-pricing-card-single-button-wrap.active p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0 !important;
  }

  .ap-pricing-card-tabs-row {
    margin-top: 24px;
  }

  .ap-pricing-cards-content-wrapper-slider.ap-pricing-cards-content-wrapper-slider-dnd_area-module-4.slick-initialized.slick-slider.slick-dotted {
    padding-top: 12px !important;
  }
}

@media(max-width: 600px) {
  .pricing-btn {
    width: 48%;
  }
}

@media(max-width: 400px) {
  .pricing-btn {
    font-size: 12px;
  }
}

.ap-pricing-card-module-section .ap-pricing-card-intro-wrapper {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

div#hubspot-messages-iframe-container {
  margin-bottom: 64px;
}