<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#compare table {
  border-right: none !important;
  border-left: none !important;
  max-width: 460px;
  table-layout: fixed;
  display: table;
  margin: 0 auto;
  overflow-x: scroll;
  white-space: nowrap;
}
#compare th {
  border-right: none;
  width: 13rem;
  display: block;
  height: auto;
  margin: 0 auto;
}
#compare .section-header {
  margin-bottom: 2rem;
}
#compare p,
#compare h3 {
  margin: 0;
}
#compare .product-card {
  margin-top: 1rem;
}
#compare th:last-of-type {
  height: 11rem;
  width: 21rem;
}
#compare .feature-col {
  white-space: pre-wrap;
}
#compare .table-wrapper {
  border-right: 0.0625em solid #455a6d !important;
  border-left: 0.0625em solid #455a6d !important;
  overflow-x: scroll !important;
  border-radius: 2px;
  display: block;
}
#compare .heading {
  padding-bottom: 1.2rem;
}
/* width */
#compare ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#compare ::-webkit-scrollbar-track {
  background: #d1d1d1;
}

/* Handle */
#compare ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#compare ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* #compare .chart-heading th {
  width: 11rem !important;
} */
#compare .heading {
  margin-bottom: 0;
  font-size: 1.2rem;
  max-width: 100%;
}
#compare .product-card h3 {
  font-size: 16px;
}
#compare {
  font-size: 14px;
}
</pre></body></html>