.round-logo-area {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  flex: 0 0 auto;
}

.round-logo-area .round-site-logo,
.round-logo-area img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  border-radius: 50%;
}

.v9-whatsapp {
  font-size: 0 !important;
  text-indent: 0 !important;
}

.v9-whatsapp i {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-social-icons a {
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 19px;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.footer-social-icons a:hover {
  transform: translateY(-3px);
  background: #d7b451;
  color: #071f1a;
}

@media (max-width: 760px) {
  .round-logo-area {
    width: 58px;
    height: 58px;
  }
}
