.profile h2 {
  margin-top: 2.25rem;
  color: #0b5963;
}

.product-card {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border-left: .35rem solid #0b7f88;
  border-radius: .35rem;
  background: #edf7f7;
}

.product-card h2 {
  margin-top: 0;
}

.product-status {
  display: inline-block;
  margin: 0 0 .6rem;
  padding: .25rem .65rem;
  border-radius: 999px;
  background: #0b5963;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.release-note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #b8d5d7;
}

.table-scroll {
  margin: 1.5rem 0;
  overflow-x: auto;
}

.license-table {
  width: 100%;
  min-width: 48rem;
  border-collapse: collapse;
  text-align: left;
}

.license-table th,
.license-table td {
  padding: .7rem;
  border: 1px solid #b8c9d2;
  text-align: left;
  vertical-align: top;
}

.license-table thead th,
.license-table tbody th,
.license-table tbody td {
  text-align: left;
}

.license-table thead th {
  background: #0b4149;
  color: #fff;
}

.license-table tbody th {
  background: #edf7f7;
}

.price-note {
  margin-top: 2rem;
  color: #4b5870;
  font-size: .95rem;
}

.certificate-list li {
  margin: .65rem 0;
}

.certificate-list a,
.profile > p > a {
  color: #075f91;
  text-underline-offset: .2em;
}

.certificate-list a:hover,
.profile > p > a:hover {
  color: #0b4149;
}
