/* =====================
   Compare page
   ===================== */

.compare-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 120px 24px;
}

.compare-hero {
  text-align: center;
  margin-bottom: 56px;
}

.compare-hero h1 {
  margin-bottom: 16px;
}

.compare-intro {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  color: #555;
  text-align: center;
}

.compare-table-wrapper {
  overflow-x: auto;
  margin-bottom: 64px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  line-height: 1.5;
  min-width: 900px;
}

.compare-table thead tr {
  background: #163442;
  color: #fff;
}

.compare-table thead th {
  padding: 14px 16px;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 0.9rem;
  text-align: left;
  vertical-align: bottom;
  color: #fff;
}

.compare-table th.compare-tsr-col,
.compare-table td.compare-tsr {
  background: #eaf4ef;
}

.compare-table th.compare-tsr-col {
  background: #35845F;
  color: #fff;
}

.compare-category-row th {
  background: #0f2330;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #89D8AE;
  padding: 8px 16px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.compare-category-row th.compare-tsr-col {
  background: #275D44;
}

.compare-category-header {
  text-align: center !important;
}

.compare-th-note {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.75;
  font-style: italic;
}

.compare-table th.compare-criteria-col {
  width: 160px;
  min-width: 140px;
}

.compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  color: #444;
  text-align: left;
}

.compare-table td.compare-criteria {
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 0.9rem;
  color: #1A1C1A;
  background: #f8f8f8;
  white-space: nowrap;
}

.compare-table tbody tr:hover td {
  background: #f5f5f5;
}

.compare-table tbody tr:hover td.compare-tsr {
  background: #ddeee6;
}

.compare-table tbody tr:hover td.compare-criteria {
  background: #efefef;
}

.compare-na {
  color: #bbb;
  text-align: center !important;
  font-size: 1rem;
}

.compare-footer {
  text-align: center;
  padding-top: 16px;
}

.compare-footer p {
  max-width: 700px;
  margin: 0 auto 32px auto;
  font-size: 17px;
  color: #444;
  text-align: center;
}
