.rcm-table-wrapper table thead > tr > th {
  border: 1px solid #AFC7C0;
  background-color: #F2FBF9;
  padding: 18px 24px 17px;
  font-weight: 400;
  letter-spacing: -.4px;
}

.rcm-table-wrapper table thead > tr > th:not(:last-child) {
  border-right: 0;
}

.pricing-label-header {
  display: flex;
  word-break: keep-all;
  text-wrap: nowrap;
  align-items: center;
  gap: 17px;

}

.pricing-label-header a {
  width: 40px;
}

.rcm-table-wrapper table tbody > tr > td {
  border: 1px solid #AFC7C0;
  text-align: left;
  border-top: 0;
  padding: 12px 24px;
}

.rcm-table-wrapper table tbody > tr > td:not(:last-child)  {
  border-right: 0;
}


.rcm-table-wrapper table tbody > tr > td.rcm-cell {
  text-align: center;
}

.rcm-table-wrapper table tbody .rcm-section-row > td {
  line-height: 1;
  padding: 32px 24px 31px;
  font-weight: 700;
  font-size:18px;
}

.rcm-table-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  background-color: #F2FBF9;
  height: 80px;
  z-index: -1;
}

.rcm-table-wrapper {
  position: relative;
  padding-bottom:251px;
}

table.rcm-table thead {
  position: sticky;
  top: 78px;
  z-index: 23;
}

.rcm-table-wrapper table tbody>tr>td.frequency {
  white-space: nowrap;
}

.rcm-table-wrapper table tbody > tr.blank-table > td {
  padding: 40px;
  border-left: 0;
  border-right: 0;
}

.rcm-table-wrapper table tbody > tr.blank-table > td {
  padding: 40px;
  border-left: 0;
  border-right: 0;
}

.rcm-button {
  background: #fff;
  border: 1px solid #05b584;
  border-radius: 48px;
  color: #05b584 !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: auto;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  text-wrap: nowrap;
}

.rcm-button:hover {
  background: linear-gradient(to left, #04CD94, #05B584);
  color: #fff !important;
}




.rcm-accordion {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom:251px;
}

.rcm-accordion-item {
  border-bottom: 1px solid #ddd;
}

.rcm-accordion-header {
  background-color: #f2fbf9;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 32px 24px 31px;
}

.rcm-accordion-icon {
  font-size: 20px;
  line-height: 1;
}

.rcm-accordion-content {
  display: none;
  padding: 0;
  overflow-x: auto;
}

.rcm-accordion-table {
  width: 100%;
  border-collapse: collapse;
}

.rcm-accordion-table th,
.rcm-accordion-table td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.rcm-check {
  color: #1cc88a;
  font-weight: bold;
}

.rcm-dash {
  color: #ccc;
}

@media (min-width:992px) {
  .rcm-accordion {
    display:none;
  }
}

@media (max-width:991px) {
  table.rcm-table {
    display: none;
  }

  .rcm-accordion {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .rcm-table-wrapper table tbody>tr>td {
    padding: 12px;
  }

  .rcm-check,.rcm-dash {
    text-align: center;
    display: block;
  }

}

@media (max-width:1440px) {
  table.rcm-table thead {
    top: 68px;
  }
}

@media (max-width:1024px) {
  table.rcm-table thead {
    top: 60px;
  }
}

@media (max-width:1199px) {
  .pricing-label-header {
    flex-wrap: wrap;
    text-wrap: unset;
    align-items: center;
    justify-content: center;
  }
  table.rcm-table {
    table-layout:fixed;
  }
  .rcm-table-wrapper table tbody>tr>td {
    word-break: break-word;
  }

  a.rcm-button {
    text-wrap: unset;
    word-break: auto-phrase;
  }
}

@media (max-width:767px) {
  .rcm-table-wrapper table tbody>tr>td {
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: auto-phrase;
  }



  .rcm-table-wrapper table thead>tr>th {
    padding: 18px 10px 17px;

  }
