/* Shared text-only Cloudflare attribution. */
.chloe-cloudflare-mark,
.chloe-cloudflare-mark:hover,
.chloe-cloudflare-mark:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  max-width: 100%;
  min-height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
.chloe-cloudflare-mark .chloe-cloudflare-name {
  font-size: 12px;
  font-weight: 500;
}
.chloe-cloudflare-mark:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.chloe-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 6px;
}
.chloe-footer-bottom .chloe-footer-links { margin-top: 0; }
.public-footer .public-footer-bottom {
  grid-column: 1 / -1;
  justify-content: space-between;
  margin: 0;
  color: var(--chloe-muted, #526D77);
}
@media (max-width: 600px) {
  .chloe-footer-bottom { column-gap: 16px; }
}
