.hrkah-footer,
.hrkah-footer * {
  box-sizing: border-box;
}

.hrkah-footer {
  position: relative;
  width: min(calc(100% - (var(--hrkah-shell-gutter, 12px) * 2)), var(--hrkah-shell-max, 1080px));
  margin: 22px auto 16px;
  padding: 24px 18px 14px;
  overflow: hidden;
  border: 1px solid var(--hrkah-line, rgba(40, 97, 62, 0.16));
  border-radius: var(--hrkah-radius-lg, 22px);
  background: rgba(255, 255, 255, 0.82);
  color: var(--hrkah-muted, #557064);
  font-family: var(--hrkah-shell-font, system-ui, sans-serif);
  text-align: center;
}

.hrkah-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--hrkah-lime, #7ED321), transparent);
}

.hrkah-footer-links {
  margin: 0 auto 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.hrkah-footer-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hrkah-green, #28613E);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.hrkah-footer-links a:hover {
  color: var(--hrkah-deep, #0B180F);
}

.hrkah-footer-links a:focus-visible {
  outline: 3px solid rgba(126, 211, 33, 0.5);
  outline-offset: 3px;
}

.hrkah-footer-copy {
  margin: 0;
  color: var(--hrkah-muted, #557064);
  font-size: 11px;
  line-height: 1.6;
  font-weight: 600;
}

@media (min-width: 780px) {
  .hrkah-footer {
    margin-top: 28px;
    margin-bottom: 26px;
    padding-block: 27px 17px;
  }

  .hrkah-footer-copy {
    font-size: 12px;
  }
}
