.aiwest-social-footer {
  margin-top: 22px !important;
  margin-bottom: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  color: #fff !important;
  clear: both !important;
  width: 100% !important;
}

.aiwest-social-footer-title {
  font-weight: 700 !important;
  margin-right: 6px !important;
  color: #fff !important;
}

.aiwest-social-link {
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  text-decoration: none !important;
  transition:
    transform 0.15s ease,
    background 0.15s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
}

.aiwest-social-link:hover,
.aiwest-social-link:focus {
  transform: translateY(-1px) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  color: #fff !important;
}

.aiwest-social-link svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  fill: currentColor !important;
}

.aiwest-social-facebook {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
}
.aiwest-social-instagram {
  background: #e4405f !important;
  border-color: #e4405f !important;
}
.aiwest-social-linkedin {
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
}
.aiwest-social-youtube {
  background: #f00 !important;
  border-color: #f00 !important;
}
.aiwest-social-tiktok {
  background: #111827 !important;
  border-color: #374151 !important;
}
.aiwest-social-x {
  background: #000 !important;
  border-color: #333 !important;
}
.aiwest-social-pinterest {
  background: #bd081c !important;
  border-color: #bd081c !important;
}
.aiwest-social-whatsapp {
  background: #25d366 !important;
  border-color: #25d366 !important;
}

.aiwest-social-footer-fallback {
  max-width: 1200px;
  margin: 24px auto;
  padding: 18px 24px;
  background: #111827;
  color: #fff;
  border-radius: 18px;
}

.aiwest-social-footer-fallback .aiwest-social-footer {
  margin-top: 0 !important;
  border-top: 0 !important;
}
