.arc-ng-guide {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  color: #f5f4e9;
  background: linear-gradient(140deg, #063f32, #052c26 72%);
  border: 1px solid #c6a75e;
  border-radius: 16px;
  box-shadow: inset 0 0 0 4px #e1bc6110, 0 8px 24px #073b2712;
  text-align: left;
}

.arc-ng-guide *,
.arc-ng-guide *::before,
.arc-ng-guide *::after {
  box-sizing: border-box;
}

.arc-ng-guide-header {
  padding: 20px 18px 16px;
  background: radial-gradient(ellipse at top right, #e9cd7315, transparent 72%);
}

.arc-ng-guide-brand {
  display: block;
  color: #edcf86;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.arc-ng-guide-header h3 {
  margin: 8px 0 7px;
  color: #fff5d7;
  font-size: clamp(19px, 4.8vw, 25px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.arc-ng-guide-header p {
  margin: 0;
  color: #d2e1d6;
  font-size: 12px;
  line-height: 1.55;
}

.arc-ng-guide-table-wrap {
  margin: 0 10px;
  overflow: hidden;
  border: 1px solid #d7b96d69;
  border-radius: 10px;
}

.arc-ng-guide-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #f5f4e9;
  font-size: 14px;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}

.arc-ng-guide-level-col {
  width: 20%;
}

.arc-ng-guide-table th,
.arc-ng-guide-table td {
  padding: 11px 8px;
  border: 0;
  border-bottom: 1px solid #d7b96d36;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.arc-ng-guide-table thead th {
  color: #e9cf90;
  background: #071e1859;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.arc-ng-guide-table thead th:first-child,
.arc-ng-guide-table tbody th {
  text-align: left;
}

.arc-ng-guide-table tbody th {
  color: #fff4d5;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.arc-ng-guide-table tbody td {
  text-align: right;
}

.arc-ng-guide-table tbody td:last-child {
  color: #f2d38a;
  font-weight: 800;
}

.arc-ng-guide-table tbody tr:nth-child(odd) {
  background: #e5efdf08;
}

.arc-ng-guide-table tbody tr:last-child > * {
  border-bottom: 0;
}

.arc-ng-guide-amount {
  display: inline;
}

.arc-ng-guide-unavailable {
  color: #c8d7ce;
}

.arc-ng-guide-table .arc-ng-guide-empty {
  padding: 20px 12px;
  color: #d2e1d6;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.arc-ng-guide-footer {
  padding: 13px 18px 17px;
  color: #d2e1d6;
  font-size: 11px;
  line-height: 1.6;
}

.arc-ng-guide-footer p {
  margin: 0 0 8px;
}

.arc-ng-guide-footer > span {
  color: #edcf86;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .045em;
}

.arc-ng-guide-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 360px) {
  .arc-ng-guide-header {
    padding: 16px 12px 13px;
  }

  .arc-ng-guide-table-wrap {
    margin: 0 6px;
  }

  .arc-ng-guide-table {
    font-size: 12px;
  }

  .arc-ng-guide-table th,
  .arc-ng-guide-table td {
    padding: 10px 5px;
  }

  .arc-ng-guide-table tbody th {
    font-size: 11px;
  }

  .arc-ng-guide-table thead th {
    font-size: 9px;
  }

  .arc-ng-guide-footer {
    padding: 12px;
  }
}
