.footer-group-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-group-links[hidden],
.footer-group-toggle[hidden],
.footer-group-label[hidden] {
  display: none;
}

@media (max-width: 600px) {
  .site-footer .footer-links-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    text-align: left;
  }

  .site-footer .footer-column {
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .site-footer .footer-column h2 {
    margin: 0;
  }

  .footer-group-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 48px;
    padding: 0.85rem 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-align: left;
    cursor: pointer;
  }

  .footer-group-toggle:focus-visible {
    outline: 2px solid #c41e3a;
    outline-offset: 3px;
  }

  .footer-group-icon {
    font-size: 1.25rem;
    line-height: 1;
  }

  .footer-group-label {
    display: block;
    padding: 0.85rem 0;
  }

  .footer-group-links {
    padding-bottom: 1rem;
  }
}
