/* Aconteinner WhatsApp FAB only — photo/map/video are Elementor widgets */
.ac-wa-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none !important;
  padding: 7px 16px 7px 7px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  font-family: inherit;
}
.ac-wa-fab:hover {
  filter: brightness(1.05);
  color: #fff !important;
}
.ac-wa-fab img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  flex: 0 0 48px;
}
@media (max-width: 767px) {
  .ac-wa-fab {
    right: 12px;
    bottom: 12px;
    font-size: 14px;
  }
  .ac-wa-fab img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}
