/* Blackhawk theme page styles: /governing-documents/ */
.bh-governing {
  --slate: #3f494c;
  --taupe: #4c423f;
  --bronze: #aa8f66;
  --bronze-dark: #7a6547;
  --pale-gold: #cfc2ad;
  --field: #f4f5f4;
  --warm: #f7f2ea;
  --white: #ffffff;
  --line: rgba(63, 73, 76, 0.16);
  --soft-line: rgba(170, 143, 102, 0.34);
  --font-heading: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  margin-inline: 0;
  overflow-x: hidden;
  background: var(--field);
  color: var(--taupe);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.625;
}

.bh-governing,
.bh-governing * {
  box-sizing: border-box;
}

.bh-governing p,
.bh-governing h1,
.bh-governing h2,
.bh-governing h3 {
  margin: 0;
}

.bh-governing h1,
.bh-governing h2,
.bh-governing h3 {
  color: var(--slate);
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.bh-governing a {
  color: inherit;
  text-decoration: none;
}

.bh-governing a:hover,
.bh-governing a:focus-visible {
  color: var(--bronze-dark);
}

.bh-governing-hero {
  background:
    linear-gradient(120deg, rgba(247, 242, 234, 0.98), rgba(244, 245, 244, 0.96) 68%),
    var(--warm);
  border-bottom: 1px solid var(--soft-line);
}

.bh-governing-hero-inner,
.bh-governing-section,
.bh-governing-support-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.bh-governing-hero-inner {
  padding: 56px 0 54px;
}

.bh-governing-hero-copy {
  max-width: 760px;
}

.bh-governing-hero-copy::before {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--bronze);
}

.bh-governing h1 {
  font-size: 42px;
  line-height: 50px;
}

.bh-governing-hero-copy p {
  max-width: 700px;
  margin-top: 16px;
  color: rgba(76, 66, 63, 0.82);
  font-size: 18px;
  line-height: 29px;
}

.bh-governing-section {
  padding: 58px 0;
}

.bh-governing-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.bh-governing-section-head h2,
.bh-governing-review-copy h2,
.bh-governing-compliance-panel h2,
.bh-governing-support h2 {
  font-size: 30px;
  line-height: 38px;
}

.bh-governing-section-head p {
  max-width: 560px;
  color: rgba(76, 66, 63, 0.76);
  font-size: 16px;
  line-height: 26px;
}

.bh-governing-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.bh-governing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--slate);
  border-radius: 4px;
  background: var(--slate);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.bh-governing-button:hover,
.bh-governing-button:focus-visible {
  border-color: var(--bronze-dark);
  background: var(--bronze-dark);
  color: var(--white) !important;
}

.bh-governing-button-secondary {
  border-color: rgba(76, 66, 63, 0.26);
  background: transparent;
  color: var(--slate) !important;
}

.bh-governing-button-secondary:hover,
.bh-governing-button-secondary:focus-visible {
  border-color: var(--bronze-dark);
  background: rgba(170, 143, 102, 0.08);
  color: var(--bronze-dark) !important;
}

.bh-governing-review {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.bh-governing-review-copy {
  border-left: 4px solid var(--bronze);
  padding-left: 24px;
}

.bh-governing-review-copy p {
  max-width: 720px;
  margin-top: 12px;
  color: rgba(76, 66, 63, 0.78);
  font-size: 16px;
  line-height: 26px;
}

.bh-governing-compliance-band {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bh-governing-compliance-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.bh-governing-compliance-panel p {
  max-width: 760px;
}

.bh-governing-review-card {
  align-self: stretch;
}

.bh-governing .bh-card-system .bh-card {
  --bh-card-border: var(--line);
}

.bh-governing .bh-card-system .bh-card--primary-action {
  --bh-card-background: var(--warm);
  --bh-card-border: var(--soft-line);
}

.bh-governing .bh-card-system .bh-card-button {
  color: var(--white) !important;
  text-decoration: none !important;
}

.bh-governing .bh-card-system .bh-card-button--primary:hover,
.bh-governing .bh-card-system .bh-card-button--primary:focus-visible {
  color: var(--white) !important;
}

.bh-governing-support {
  background: var(--slate);
  color: var(--white);
}

.bh-governing-support-inner {
  padding: 48px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.bh-governing-support h2 {
  color: var(--white);
}

.bh-governing-support p {
  max-width: 700px;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 25px;
}

.bh-governing-button-quiet {
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
  color: var(--white) !important;
}

.bh-governing-button-quiet:hover,
.bh-governing-button-quiet:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white) !important;
}

@media (max-width: 980px) {
  .bh-governing-review,
  .bh-governing-compliance-panel {
    grid-template-columns: 1fr;
  }

  .bh-governing-compliance-panel {
    align-items: start;
  }

  .bh-governing-compliance-panel .bh-card-button {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .bh-governing-hero-inner,
  .bh-governing-section,
  .bh-governing-support-inner {
    width: calc(100% - 32px);
  }

  .bh-governing-hero-inner {
    padding: 42px 0 44px;
  }

  .bh-governing h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .bh-governing-hero-copy p {
    font-size: 16px;
    line-height: 26px;
  }

  .bh-governing-section {
    padding: 44px 0;
  }

  .bh-governing-section-head {
    display: block;
  }

  .bh-governing-section-head p {
    margin-top: 10px;
  }

  .bh-governing-review-copy {
    padding-left: 18px;
  }

  .bh-governing-button {
    width: 100%;
  }

  .bh-governing-compliance-panel .bh-card-button {
    width: 100%;
  }

  .bh-governing-support-inner {
    padding: 42px 0;
    display: block;
  }

  .bh-governing-support .bh-governing-button {
    margin-top: 20px;
  }
}

.bh-service-content > .bh-governing {
  margin-block-start: 1.5rem;
}
