.entry-content .ts-error-table-scroll {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 8px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.entry-content .ts-error-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.45;
}

.entry-content .ts-error-brand-table,
.entry-content .ts-error-index-table {
  min-width: 0;
  table-layout: fixed;
}

.entry-content .ts-error-brand-table thead th:first-child,
.entry-content .ts-error-brand-table tbody th:first-child {
  width: 24%;
}

.entry-content .ts-error-index-table thead th:first-child,
.entry-content .ts-error-index-table tbody th:first-child {
  width: 30%;
}

.entry-content .ts-error-brand-table thead th:last-child,
.entry-content .ts-error-index-table thead th:last-child,
.entry-content .ts-error-table .ts-error-action-cell {
  width: 52px;
  text-align: center;
  white-space: nowrap;
}

.entry-content .ts-error-brand-table thead th:last-child,
.entry-content .ts-error-index-table thead th:last-child {
  color: transparent;
  font-size: 0;
}

.entry-content .ts-error-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(13, 148, 136, 0.22);
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.07);
  color: #0a7a70;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.entry-content .ts-error-table th,
.entry-content .ts-error-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e8eeee;
  color: #2d2d2d;
  text-align: left;
  vertical-align: top;
}

.entry-content .ts-error-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f3fbfa;
  color: #244240;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.entry-content .ts-error-table tbody th {
  color: #0d9488;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  white-space: nowrap;
}

.entry-content .ts-error-code-table tbody th {
  width: 72px;
}

.entry-content .ts-error-code-nav {
  margin: 1rem 0 1.5rem;
  padding: 12px 14px;
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 8px;
  background: #f8fcfb;
}

.entry-content .ts-error-code-nav-title {
  margin-bottom: 9px;
  color: #244240;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.entry-content .ts-error-code-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.entry-content .ts-error-code-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 32px;
  padding: 5px 9px;
  border: 1px solid rgba(13, 148, 136, 0.22);
  border-radius: 6px;
  background: #fff;
  color: #0a7a70;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.entry-content .ts-error-code-nav-link:hover,
.entry-content .ts-error-code-nav-link:focus-visible {
  border-color: #0d9488;
  background: rgba(13, 148, 136, 0.08);
  outline: 0;
}

.entry-content .ts-error-code-nav-more {
  margin-top: 9px;
}

.entry-content .ts-error-code-nav-more summary {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: #0a7a70;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.entry-content .ts-error-code-nav-more[open] .ts-error-code-nav-links {
  margin-top: 8px;
}

.entry-content .ts-error-code-table tr[id] {
  scroll-margin-top: 96px;
}

.entry-content .ts-error-code-table tr[id]:target {
  outline: 2px solid rgba(13, 148, 136, 0.5);
  outline-offset: -2px;
}

.entry-content .ts-error-table tr:last-child th,
.entry-content .ts-error-table tr:last-child td {
  border-bottom: 0;
}

.entry-content .ts-error-table a {
  color: #0d9488;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.entry-content .ts-error-table a.ts-error-link {
  color: #0a7a70;
  font-weight: 800;
  text-decoration: none;
}

.entry-content .ts-error-action-cell .ts-error-link {
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  font-size: 0;
}

.entry-content .ts-error-action-cell .ts-error-link::after {
  content: "›";
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.entry-content .ts-muted {
  color: #8a9694;
}

.entry-content .ts-boiler-panel-figure {
  max-width: 100%;
  margin: 1.25rem 0 1.75rem;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 8px;
  background: #fff;
}

.entry-content .ts-boiler-panel-figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.entry-content .ts-boiler-panel-figure figcaption {
  max-width: 760px;
  margin: 10px auto 0;
  color: #5f6b69;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
