.ft-shared-footer {
  position: relative;
  margin-top: 72px;
  padding: 52px 0 24px;
  overflow: hidden;
  background: #f1f0ed;
  color: var(--ink, #1b1c1a);
  font-family: "DM Sans", system-ui, sans-serif;
}

.ft-footer-inner,
.ft-footer-bottom {
  width: min(calc(100% - 56px), 1320px);
  margin-inline: auto;
}

.ft-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
}

.ft-shared-footer #calendarInvite,
.ft-shared-footer #locations,
.ft-shared-footer .ft-footer-care > .footer-title {
  display: none !important;
}

.ft-footer-brand .ft-footer-logo-link {
  display: inline-flex;
  margin: 0 0 13px;
}

.ft-footer-brand img {
  display: block;
  width: 76px;
  height: 66px;
  object-fit: contain;
}

.ft-footer-copy {
  max-width: 460px;
  margin: 0;
  color: var(--muted, #5e655f);
  font-size: .86rem;
  line-height: 1.65;
}

.ft-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-footer-links a {
  color: #53645f;
  font-size: .78rem;
  text-decoration: none;
  transition: color .2s;
}

.ft-footer-links a:hover {
  color: #486252;
}

.ft-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid #d9ddd8;
  color: #7b827e;
  font-size: .72rem;
}

.ft-footer-bottom p {
  margin: 0;
}

.ft-footer-legal {
  display: flex;
  gap: 18px;
}

.ft-footer-legal a {
  color: inherit;
  text-decoration: none;
}

.ft-footer-legal a:hover {
  color: #486252;
}

@media (max-width: 700px) {
  .ft-shared-footer {
    margin-top: 32px;
    padding: 34px 20px 22px;
  }

  .ft-footer-inner,
  .ft-footer-bottom {
    width: 100%;
  }

  .ft-shared-footer .ft-footer-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .ft-footer-brand .ft-footer-logo-link {
    margin-bottom: 10px;
  }

  .ft-footer-copy {
    font-size: .78rem;
  }

  .ft-footer-links {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .ft-footer-bottom {
    display: block;
    margin-top: 25px;
    padding-top: 15px;
  }

  .ft-footer-legal {
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 12px;
  }
}
