/* Footer credit bar for pages whose export has no footer row. */
.tdw-footer-bar p {
  margin: 0;
  text-align: center;
}

.tdw-footer-bar a {
  text-decoration: none;
}

.tdw-footer-bar a:hover,
.tdw-footer-bar a:focus-visible {
  text-decoration: underline;
}

/* Same look as the "© 2026 Bookeat" row on the home page. */
.tdw-footer-bar--bookeat {
  padding: 16px 20px 6px;
  background: #22157a;
}

.tdw-footer-bar--bookeat p,
.tdw-footer-bar--bookeat a {
  padding: 0 0 10px;
  color: #fff !important;
  font-family: "Fira Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 30px !important;
}

.tdw-footer-bar--bookeat a {
  padding: 0;
}

/* Same look as the header navigation links, on the global footer background. */
.tdw-footer-bar--mamanomada {
  padding: 0 20px 36px;
  background: rgba(224, 226, 229, .29);
}

.tdw-footer-bar--mamanomada p,
.tdw-footer-bar--mamanomada a {
  color: #4a3e51 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: .54px;
  text-transform: uppercase;
}
