/*
Theme Name: Sheshi Four-column Footer
Version: 0.32.4
Description: Organizes directory, participation and trust links in a stable responsive footer.
*/

.sheshi-site-footer {
  padding: 56px 0 24px !important;
}

.sheshi-site-footer .sheshi-footer-grid--four {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, 1fr)) !important;
  align-items: start !important;
  gap: 48px !important;
}

.sheshi-site-footer .sheshi-footer-brand-column {
  min-width: 0 !important;
}

.sheshi-site-footer .sheshi-brand--static {
  display: inline-flex !important;
  width: auto !important;
  min-height: 0 !important;
  align-items: center !important;
  pointer-events: none !important;
}

.sheshi-site-footer .sheshi-logo--footer {
  display: block !important;
  width: 132px !important;
  height: auto !important;
}

.sheshi-site-footer .sheshi-footer-brand-column p {
  max-width: 390px !important;
  margin: 16px 0 0 !important;
  color: var(--dark-text-muted) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.sheshi-site-footer .sheshi-footer-brand-column p + p {
  margin-top: 8px !important;
}

.sheshi-site-footer .sheshi-footer-column {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
}

.sheshi-site-footer .sheshi-footer-column h2 {
  margin: 0 0 14px !important;
  color: var(--dark-text-primary) !important;
  font-family: var(--sheshi-font) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.sheshi-site-footer .sheshi-footer-column a {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  padding: 3px 0 !important;
  color: var(--dark-text-secondary) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  text-underline-offset: 4px !important;
}

.sheshi-site-footer .sheshi-footer-column a:hover,
.sheshi-site-footer .sheshi-footer-column a:focus-visible {
  color: var(--dark-text-primary) !important;
  text-decoration: underline !important;
}

.sheshi-site-footer .sheshi-copyright {
  margin-top: 44px !important;
}

.sheshi-content-page--ueber-sheshi .entry-content > [id] {
  scroll-margin-top: 104px !important;
}

@media (max-width: 1023px) {
  .sheshi-site-footer .sheshi-footer-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 40px 48px !important;
  }
}

@media (max-width: 639px) {
  .sheshi-site-footer {
    padding: 40px 0 20px !important;
  }

  .sheshi-site-footer .sheshi-footer-grid--four {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .sheshi-site-footer .sheshi-footer-brand-column {
    padding-bottom: 28px !important;
  }

  .sheshi-site-footer .sheshi-footer-column {
    padding: 24px 0 16px !important;
    border-top: 1px solid var(--dark-border) !important;
  }

  .sheshi-site-footer .sheshi-footer-column h2 {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }

  .sheshi-site-footer .sheshi-footer-column a {
    width: 100% !important;
    min-height: 44px !important;
  }

  .sheshi-site-footer .sheshi-copyright {
    margin-top: 8px !important;
  }
}
