/* D5-F1: Compare page styles — extracted from inline style="" attributes */
/* Used by: compare/vanta.html, compare/wiz.html, compare/servicenow-grc.html */

.compare-container {
  max-width: 880px;
  margin: 96px auto 60px;
  padding: 0 24px;
  color: #c4ced9;
  line-height: 1.7;
  font-size: 15px;
}

.compare-breadcrumb {
  font-size: 12.5px;
  color: rgba(230,237,243,0.45);
  margin-bottom: 18px;
}
.compare-breadcrumb a {
  color: rgba(26,188,156,0.85);
  text-decoration: none;
}

.compare-h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #e6edf3;
  line-height: 1.25;
  margin: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 14px;
}

.compare-h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #e6edf3;
  margin: 36px 0 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding-bottom: 8px;
}

.compare-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13.5px;
  margin: 0 0 18px;
  border-radius: 8px;
  overflow: hidden;
}
.compare-table th {
  background: rgba(13,27,42,0.7);
  color: #1abc9c;
  font-weight: 700;
  text-align: left;
  padding: 10px 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.compare-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-footer {
  margin-top: 36px;
  color: rgba(230,237,243,0.55);
  font-size: 13.5px;
}
