.page-link.donation-nav-link {
  border-color: #8a5a00;
  background: #8a5a00;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(138, 90, 0, 0.24);
}

.page-link.donation-nav-link:hover,
.page-link.donation-nav-link.is-active {
  border-color: #6f4800;
  background: #6f4800;
  color: #ffffff;
}

.footer-donation-column {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-donation-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.1rem;
  border: 2px solid #ffc857;
  border-radius: 999px;
  background: #ffc857;
  color: #10211d;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.footer-donation-link:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #0a433a;
}

.footer-inline-donation {
  display: inline-flex;
  margin: 0.45rem;
}

.site-footer.has-full-footer {
  width: 100%;
  margin: 0;
  padding: 1.25rem 0 2.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.has-full-footer .footer-inner {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.has-full-footer .footer-panel {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: #11211e;
  color: #f3f7f5;
}

.has-full-footer .footer-grid {
  display: grid;
  gap: 1.5rem;
}

.has-full-footer .footer-brand {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.has-full-footer .footer-brand-logo {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #ffffff;
  object-fit: cover;
}

.has-full-footer .footer-brand-name {
  margin: 0.9rem 0 0;
  font-weight: 800;
}

.has-full-footer .footer-column-title {
  margin: 0 0 1rem;
  color: #f3f7f5;
  font-size: 1rem;
}

.has-full-footer .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.has-full-footer .footer-list li + li {
  margin-top: 0.8rem;
}

.has-full-footer .footer-links a {
  color: #ffffff;
}

.has-full-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.has-full-footer .footer-social-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  color: #11211e;
  text-decoration: none;
  font-weight: 700;
}

.has-full-footer .footer-social-link:hover {
  background: #e7f0ec;
  color: #11211e;
}

.has-full-footer .footer-social-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.rss-copy-button {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

button.header-social-link.rss-copy-button {
  padding: 0;
}

.has-full-footer button.footer-social-link.rss-copy-button {
  border: 0;
}

.rss-copy-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 48rem) {
  .footer-grid.footer-grid--with-donation {
    grid-template-columns: minmax(9rem, 0.9fr) minmax(10rem, 0.9fr) minmax(14rem, 1.2fr) minmax(10rem, 0.9fr);
  }
}
