.release-card {
  border: 1px solid rgba(0, 137, 150, 0.35);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1rem 0 2rem 0;
  background: linear-gradient(90deg, rgba(0, 137, 150, 0.06), rgba(255, 255, 255, 0));
}

.release-card h3 {
  margin-top: 0;
}

.md-typeset table:not([class]) {
  font-size: 0.72rem;
}

.md-typeset table:not([class]) th {
  font-weight: 700;
}

/* Product Releases overview: narrow meta columns, wider What’s New */
.replimap-releases-table .md-typeset__scrollwrap,
.replimap-releases-table .md-typeset__table {
  max-width: 52rem !important;
}

.replimap-releases-table table:not([class]) {
  table-layout: fixed !important;
  width: 100% !important;
}

.replimap-releases-table th,
.replimap-releases-table td {
  vertical-align: middle !important;
}

.replimap-releases-table th:nth-child(1),
.replimap-releases-table td:nth-child(1) {
  width: 4.75rem !important;
  white-space: nowrap;
}

.replimap-releases-table th:nth-child(2),
.replimap-releases-table td:nth-child(2) {
  width: 6.25rem !important;
  white-space: nowrap;
}

.replimap-releases-table th:nth-child(3),
.replimap-releases-table td:nth-child(3) {
  width: 3.75rem !important;
  white-space: nowrap;
}

.replimap-releases-table th:nth-child(5),
.replimap-releases-table td:nth-child(5),
.replimap-releases-table .md-typeset__table table:not([class]) th:nth-child(5),
.replimap-releases-table .md-typeset__table table:not([class]) td:nth-child(5) {
  width: 4.25rem !important;
  min-width: 4.25rem !important;
  white-space: nowrap;
  text-align: center !important;
  padding-left: 0.35rem !important;
  padding-right: 0.35rem !important;
}

.replimap-releases-table th:nth-child(6),
.replimap-releases-table td:nth-child(6),
.replimap-releases-table .md-typeset__table table:not([class]) th:nth-child(6),
.replimap-releases-table .md-typeset__table table:not([class]) td:nth-child(6) {
  width: 4.25rem !important;
  min-width: 4.25rem !important;
  white-space: nowrap;
  text-align: center !important;
  padding-left: 0.35rem !important;
  padding-right: 0.35rem !important;
}

.replimap-releases-table th:nth-child(4),
.replimap-releases-table td:nth-child(4) {
  width: auto !important;
  min-width: 14rem;
  white-space: normal;
}