/* Shared footer for ClearedHot section pages. */
footer.ch-standard-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
  width: 100%;
  margin: 0;
  padding: 2.25rem clamp(1.25rem, 3.25vw, 3.5rem) 2rem;
  border: 0;
  background: #050907;
  color: #727d76;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  text-align: left;
}
.ch-standard-footer .ch-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
}
.ch-standard-footer .ch-footer-links a {
  color: #9ba59f;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
}
.ch-standard-footer .ch-footer-links a:hover { color: #a6c63a; }
.ch-standard-footer .ch-footer-links a:focus-visible {
  color: #e9eee9;
  outline: 2px solid #a6c63a;
  outline-offset: 5px;
}
.ch-standard-footer > p {
  margin: 0;
  color: #727d76;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.ch-standard-footer .ch-footer-copyright {
  display: block;
  padding-top: 1.5rem;
  border-top: 1px solid #17201c;
  color: #4f5953;
  font-size: .55rem;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: none;
}
