#fcb-wa-wrapper {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
}

#fcb-wa-wrapper.left {
  left: 20px;
}

#fcb-wa-wrapper.right {
  right: 20px;
}

#fcb-wa-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

#fcb-wa-button:hover {
  transform: scale(1.1);
}

.fcb-wa-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.fcb-attention-message {
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
  margin: 0 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  max-width: 200px;
}

#fcb-wa-wrapper.left .fcb-attention-message {
  order: 2;
  margin-left: 10px;
}

#fcb-wa-wrapper.right .fcb-attention-message {
  order: 0;
  margin-right: 10px;
}
