.site-header,
.site-footer {
  background: #070a08;
  border-color: rgba(255, 255, 255, 0.08);
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-chrome-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 20px;
}

.site-brand {
  color: #f8fafc;
  font-weight: 800;
  text-decoration: none;
}

.site-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-link {
  color: #c8cdbf;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.site-link:hover {
  color: #ffffff;
}

.site-link:is(button) {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.site-button {
  align-items: center;
  background: #0f8f7f;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
}

.site-button:hover {
  background: #11a28f;
  color: #ffffff;
}

.site-footer .site-brand {
  color: #ffffff;
}

.site-footer .site-link {
  color: #9aa79f;
  font-weight: 700;
}

.site-footer .site-link:hover {
  color: #ffffff;
}
