.tt-site-footer,
body[data-tt-background] {
  --tt-site-background-url: none;
}

body[data-tt-background] {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .16)), var(--tt-site-background-url) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 78px;
}

[data-tt-image][hidden] {
  display: none !important;
}

.tt-site-footer {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 998;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  width: min(100% - 28px, 1000px);
  margin: 0;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
}

.tt-site-footer small {
  grid-column: 2;
  justify-self: center;
  white-space: nowrap;
  color: #fff;
  opacity: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .65);
  transition: opacity .18s ease;
}

body.tt-site-footer-end .tt-site-footer small {
  opacity: 1;
}

.tt-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  text-decoration: none;
  pointer-events: auto;
}

.tt-social-link img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.tt-social-left {
  justify-self: start;
}

.tt-social-right {
  justify-self: end;
}

.tt-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  text-decoration: none;
}

.tt-whatsapp-float[hidden] {
  display: none;
}

.tt-whatsapp-float img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

@media (max-width: 640px) {
  body[data-tt-background] {
    padding-bottom: 74px;
  }

  .tt-site-footer {
    bottom: 10px;
    width: calc(100% - 22px);
  }

  .tt-whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }

  .tt-whatsapp-float img {
    width: 30px;
    height: 30px;
  }
}

@media print {
  .tt-whatsapp-float {
    display: none !important;
  }
}
