/* Custom styles to override theme defaults */

#footer {
  width: 100%;
  max-width: none;
  background-color: #2c4a34 !important; /* Dark green background */
  border-radius: 0;
  padding: 2rem;
  margin: 0;
}

#footer .icons.alt li .icon {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease;
}

#footer .icons.alt li .icon:before {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    color: inherit;
    transition: all 0.2s ease;
}

#footer .icons.alt li a.icon:hover {
    color: rgba(255, 255, 255, 0.8);
}

#footer .icons.alt li a.icon:hover:before {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#footer section {
  max-width: 72rem; /* _size(wrapper) from the theme */
  margin: 0 auto;
}

#footer h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  letter-spacing: 0.075em;
}

#copyright {
  background-color: #1e3627 !important; /* Slightly darker green for footer */
  margin: 0;
  padding: 2rem;
  width: 100%;
  max-width: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#copyright ul {
  max-width: 72rem; /* _size(wrapper) from the theme */
  margin: 0 auto;
  padding: 0 2rem;
}

#copyright li {
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-shadow: none;
}

#copyright li a {
  color: #ffffff !important;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}

#copyright li a:hover {
  color: #7cc091 !important; /* Lighter green for hover state */
  border-bottom-color: transparent;
}
