.entry-content .ts-error-hub-band {
  margin: 1.5rem 0 2rem;
  padding: 18px;
  border-top: 1px solid rgba(13, 148, 136, 0.16);
  border-bottom: 1px solid rgba(13, 148, 136, 0.16);
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.06), rgba(255, 255, 255, 0));
}

.entry-content .ts-error-route-grid,
.entry-content .ts-error-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.entry-content .ts-error-route-grid > br,
.entry-content .ts-error-topic-grid > br {
  display: none;
}

.entry-content .ts-error-route-card,
.entry-content .ts-error-topic-card {
  display: block;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #2d2d2d;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(45, 45, 45, 0.05);
}

.entry-content .ts-error-route-card:hover,
.entry-content .ts-error-topic-card:hover {
  border-color: rgba(13, 148, 136, 0.34);
  transform: translateY(-1px);
}

.entry-content .ts-error-kicker,
.entry-content .ts-error-topic-code {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.08);
  color: #0a7a70;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.entry-content .ts-error-route-card strong,
.entry-content .ts-error-topic-card strong {
  display: block;
  margin-bottom: 6px;
  color: #244240;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.entry-content .ts-error-route-card span:not(.ts-error-kicker),
.entry-content .ts-error-topic-card span:not(.ts-error-topic-code) {
  display: block;
  color: #4d5a58;
  font-size: 14px;
  line-height: 1.45;
}

.entry-content .ts-error-section-note {
  margin: -0.4rem 0 1rem;
  color: #5b6664;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .entry-content .ts-error-hub-band {
    margin: 1.25rem 0 1.5rem;
    padding: 12px 0;
    background: transparent;
  }

  .entry-content .ts-error-route-grid,
  .entry-content .ts-error-topic-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .entry-content .ts-error-route-card,
  .entry-content .ts-error-topic-card {
    padding: 13px 14px;
  }
}
