.hp-table-container {
  width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
}

.hp-table-row {
  display: flex;
  flex-wrap: wrap;
}

.hp-table-header {
  font-weight: bold;
}

.hp-table-cell {
  padding: 5px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}

.center {
  text-align: center !important;
  font-weight: bold;
}

.product-name {
  background-color: #3498db;
  color: white;
  font-weight: bold;
}

.feature-category {
  /* background-color: #e67e22;
  color: white;
  font-weight: bold; */
}

.available {
  /* background-color: #2ecc71;
  color: white;
  text-align: center; */
}

.not-available {
  /* background-color: #e74c3c;
  color: white;
  text-align: center; */
}

.pricing {
  /* background-color: #9b59b6;
  color: white; */
}

.options {
}

.footnote {
  font-style: italic;
  font-size: 0.9em;
}

/* New column-specific classes */
.col-opensankey {
  background-color: #6bc2c6;
  /* max-width: 160px;
  width: 160px; */
  font-weight: 600;
}

.col-opensankey-plus {
  background-color: #198f91;
  /* max-width: 160px;
  width: 160px; */
  font-weight: 600;
}

.col-sankeysuite {
  background-color: #f07e15;
  /* max-width: 160px;
  width: 160px; */
  font-weight: 600;
}

.whitehp p {
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 28px !important
}

.whitehp24px p {
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 32px !important
}
.hp-table-container img{
  max-height: 80px;
  width: auto !important;
}
.noborder {
}

.tdwhite {
  color: #fff !important;
  font-size: 18px !important;
}
.tdwhite a:hover {
  color: #f2f2f2 !important;
  text-decoration: underline !important;}

.td18strong {
  font-size: 18px !important;
  font-weight: bold !important;
}

.tdstrong {
  font-weight: bold !important;
}

.greytd {
  background-color: #D0D0D0;
  flex: 0 0 49.8%;
}

/* Responsive columns */
.col-1 {
  flex: 0 0 20%;
}

.col-2 {
  flex: 0 0 30%;
}

.col-3, .col-4, .col-5 {
  flex: 0 0 16.66%;
}

@media (max-width: 768px) {
  .hp-table-row {
    flex-direction: column;
  }
  
  .hp-table-cell {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    flex: 0 0 100%;
  }
  
  .hp-table-header .hp-table-cell {
    display: none;
  }
  
  .hp-table-row:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 5px;
  }
