.gz-error-related-repairs {
  margin-top: 42px;
  padding: 28px;
  border: 1px solid rgba(255, 107, 22, .22);
  border-radius: var(--gz-radius-sm);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,250,242,.92)),
    #fff;
}
.gz-error-related-repairs h2 {
  margin: 0 0 10px;
  color: var(--gz-ink);
  font-family: 'Russo One', sans-serif;
  font-size: 24px;
  line-height: 1.16;
}
.gz-error-related-repairs p {
  margin: 0 0 18px;
  color: var(--gz-muted);
  font-size: 16px;
}
.gz-error-related-repairs__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.gz-error-related-repairs__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--gz-line);
  border-radius: var(--gz-radius-sm);
  color: var(--gz-ink);
  font-weight: 800;
  text-decoration: none;
}
.gz-error-related-repairs__list a:hover {
  border-color: rgba(255, 107, 22, .45);
  color: var(--gz-primary-dark);
}
.gz-error-related-repairs__list span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff0df;
  color: var(--gz-primary-dark);
  font-size: 12px;
  font-weight: 900;
}
.gz-error-brand-bridge,
.gz-error-service-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 28px;
  padding: 20px;
  border: 1px solid rgba(255, 107, 22, .22);
  border-radius: var(--gz-radius-sm);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,250,242,.92)),
    #fff;
}
.gz-error-service-bridge {
  margin-top: 34px;
}
.gz-error-brand-bridge span,
.gz-error-service-bridge h2 {
  display: block;
  margin: 0 0 6px;
  color: var(--gz-ink);
  font-weight: 900;
}
.gz-error-service-bridge h2 {
  font-family: 'Russo One', sans-serif;
  font-size: 22px;
  line-height: 1.16;
}
.gz-error-brand-bridge p,
.gz-error-service-bridge p {
  margin: 0;
  color: var(--gz-muted);
  font-size: 15px;
  line-height: 1.5;
}
.gz-error-brand-bridge .gz-btn,
.gz-error-service-bridge .gz-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .gz-error-brand-bridge,
  .gz-error-service-bridge {
    align-items: flex-start;
    flex-direction: column;
  }
  .gz-error-brand-bridge .gz-btn,
  .gz-error-service-bridge .gz-btn {
    width: 100%;
    white-space: normal;
  }
}
