@import url("./error-table-mobile.css");

.gz-error-single .gaz-error-table {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 24px 0 34px;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(71,45,31,.12);
  border-radius: var(--gz-radius-sm);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.gz-error-single .gaz-error-table * {
  box-sizing: border-box;
}
.gz-error-single .gaz-error-table thead,
.gz-error-single .gaz-error-table tbody,
.gz-error-single .gaz-error-table tr {
  width: 100%;
}
.gz-error-single .gaz-error-table th,
.gz-error-single .gaz-error-table td {
  min-width: 160px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(71,45,31,.1);
  color: var(--gz-ink);
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.gz-error-single .gaz-error-table td:first-child {
  position: relative;
}
.gz-error-single .gaz-error-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.gz-error-single .gaz-error-table th:first-child,
.gz-error-single .gaz-error-table td:first-child {
  min-width: 150px;
  width: 150px;
}
.gz-error-single .gaz-error-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff5eb;
  color: var(--gz-primary-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.gz-error-single .gaz-error-table td strong {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 52px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 12px;
  background: #fff0df;
  color: var(--gz-primary-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}
.gz-error-single .gaz-error-table tr:last-child td {
  border-bottom: 0;
}
.gz-error-single .gaz-error-table td:last-child a {
  display: inline-block;
  max-width: 100%;
  color: var(--gz-primary-dark);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.gz-error-single .gz-error-row-link {
  display: block;
  max-width: 148px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.gz-error-single .gz-error-row-link a {
  display: inline;
  color: var(--gz-primary-dark);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.gz-error-single .gz-cta-inline {
  color: var(--gz-primary-dark);
  font-weight: 900;
  text-decoration: none;
}
.gz-error-single .gz-cta-inline:hover {
  text-decoration: underline;
}
