:root {
  color: #172033;
  background: #f7f8f6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  width: min(100% - 32px, 720px);
  margin: 0 auto;
  padding: 48px 0 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 34px;
  height: 34px;
}

h1 {
  margin: 36px 0 10px;
  font-size: clamp(28px, 6vw, 40px);
  line-height: 1.1;
}

h2 {
  margin: 34px 0 10px;
  font-size: 19px;
}

p,
li {
  color: #566073;
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: #176b4d;
}

.updated {
  margin: 8px 0 28px;
  font-size: 13px;
}

.consent-card {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid #dfe4dc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(23 32 51 / 6%);
}

.consent-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #1f8a62;
}

.consent-label {
  display: block;
  color: #172033;
  font-size: 15px;
  font-weight: 600;
}

.consent-details {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.note {
  padding: 14px 16px;
  border-radius: 10px;
  background: #edf7f2;
  color: #285c49;
  font-size: 14px;
}

figure {
  margin: 24px 0;
}

figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #dfe4dc;
  border-radius: 12px;
}

figcaption {
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid #dfe4dc;
  font-size: 14px;
}

section + section {
  margin-top: 28px;
}

section h2 {
  margin-bottom: 6px;
}

section p {
  margin-top: 0;
}
