:root {
  --za-navy: #1a2b3c;
  --za-ink: #1f3148;
  --za-terracotta: #c4622d;
  --za-terracotta-dark: #a8501f;
  --za-green: #3f7a5c;
  --za-paper: #faf8f3;
}

.za-arrow,
.za-step-arrow,
.za-faq-plus,
.za-check,
.za-cross {
  color: var(--za-ink);
  display: inline-block;
  position: relative;
}

.za-arrow,
.za-step-arrow {
  background: currentColor;
  border-radius: 999px;
  height: 3px;
  vertical-align: middle;
  width: 44px;
}

.za-step-arrow {
  height: 2px;
  width: 84px;
}

.za-arrow::after,
.za-step-arrow::after {
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
}

.za-step-arrow::after {
  border-right-width: 2px;
  border-top-width: 2px;
  height: 11px;
  width: 11px;
}

.za-faq-plus {
  height: 24px;
  width: 24px;
}

.za-faq-plus::before,
.za-faq-plus::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.za-faq-plus::before {
  height: 3px;
  width: 24px;
}

.za-faq-plus::after {
  height: 24px;
  width: 3px;
}

.za-check {
  color: var(--za-green);
  height: 28px;
  width: 38px;
}

.za-check::before {
  border-bottom: 5px solid currentColor;
  border-left: 5px solid currentColor;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 30px;
}

.za-cross {
  color: var(--za-terracotta-dark);
  height: 32px;
  width: 32px;
}

.za-cross::before,
.za-cross::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 32px;
}

.za-cross::before {
  transform: rotate(45deg);
}

.za-cross::after {
  transform: rotate(-45deg);
}

.za-number-badge {
  align-items: center;
  background: var(--za-terracotta);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  height: 56px;
  justify-content: center;
  line-height: 1;
  min-width: 56px;
}

.za-self-run-badge {
  align-items: center;
  background: #f7dfcf;
  border-radius: 999px;
  color: var(--za-terracotta-dark);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 88px;
  min-width: 88px;
  padding: 18px;
}

.za-self-run-badge::after {
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
}

.tool-chip {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 49, 72, 0.14);
  border-radius: 8px;
  color: var(--za-ink);
  display: inline-flex;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 18px;
}
