/* Tourist Link visual update: social icons, readable text, contact identity, WhatsApp icon */
.social-links a {
  gap: 7px;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 0.68rem;
}

.social-links a::before,
.float::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.social-links a[href*="facebook.com"]::before {
  -webkit-mask-image: url("/images/icons/facebook.svg");
  mask-image: url("/images/icons/facebook.svg");
}

.social-links a[href*="instagram.com"]::before {
  -webkit-mask-image: url("/images/icons/instagram.svg");
  mask-image: url("/images/icons/instagram.svg");
}

.social-links a[href*="tiktok.com"]::before {
  -webkit-mask-image: url("/images/icons/tiktok.svg");
  mask-image: url("/images/icons/tiktok.svg");
}

.trust div > b {
  width: 31px;
  height: 31px;
  font-size: 0.62rem;
}

.trust strong {
  font-size: 0.86rem;
}

.trust small {
  font-size: 0.71rem;
  line-height: 1.45;
}

.contact-company {
  border-top: 1px solid #ffffff29;
  margin: 18px 0 0;
  padding-top: 17px;
  color: #d7e5e2;
  font-size: 0.7rem;
  line-height: 1.55;
}

.contact-company strong {
  color: var(--gold);
  display: block;
  margin-bottom: 3px;
  font-size: 0.72rem;
}

.contact-company span {
  color: #afc6c2;
}

footer > aside {
  font-size: 0.73rem;
  line-height: 1.6;
}

.float {
  justify-content: center;
  min-width: 52px;
  padding-inline: 15px;
}

.float > b {
  display: none;
}

.float::before {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("/images/icons/whatsapp.svg");
  mask-image: url("/images/icons/whatsapp.svg");
}

@media (width <= 800px) {
  .trust strong {
    font-size: 0.82rem;
  }

  .trust small {
    font-size: 0.69rem;
  }

  footer > aside {
    font-size: 0.7rem;
  }
}
