.gll-footer-access {
  margin: 4.5rem 0 1.5rem;
  color: #111;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.gll-footer-copyright {
  margin-bottom: .45rem;
}

.gll-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.15rem;
}

.gll-footer-links button {
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.gll-footer-links button:hover {
  color: #68614f;
}

.gll-footer-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(245, 242, 234, .55);
}

.gll-footer-modal {
  width: min(28rem, 100%);
  border: 1px solid #292621;
  background: #f6f1e7;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  position: relative;
  padding: 1.2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .16);
}

.gll-footer-modal-close {
  position: absolute;
  top: .6rem;
  right: .75rem;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 1.15rem;
  cursor: pointer;
}

.gll-footer-modal h3,
.gll-footer-modal p {
  margin: 0 0 .8rem;
}

.gll-footer-modal-kicker {
  color: #635c4f;
}

.gll-footer-password-word {
  margin: .9rem 0;
  padding: .75rem 0;
  border-top: 1px solid #c7beac;
  border-bottom: 1px solid #c7beac;
  font-size: 1.4rem;
}

.gll-footer-message-form {
  display: grid;
  gap: .55rem;
}

.gll-footer-message-form input,
.gll-footer-message-form textarea {
  width: 100%;
  border: 1px solid #c7beac;
  border-radius: 0;
  background: #fffaf0;
  color: #111;
  font: inherit;
  padding: .62rem .7rem;
}

.gll-footer-message-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.gll-footer-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.gll-footer-actions button {
  border: 1px solid #292621;
  border-radius: 0;
  background: #111;
  color: #f6f1e7;
  font: inherit;
  padding: .55rem .8rem;
  cursor: pointer;
}

.gll-footer-actions span {
  color: #635c4f;
  font-size: .82rem;
}
