#wa-fab-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#wa-fab-button img {
  width: 32px;
  height: 32px;
}

#wa-fab-box {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  max-width: 90%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  overflow: hidden;
  font-family: Arial, sans-serif;
  display: none;
  z-index: 9998;
}

.wa-fab-header {
  background-color: #075e54;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
}

.wa-fab-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.wa-fab-header .info {
  line-height: 1.2;
}

.wa-fab-message {
  padding: 15px;
  background: #f0f0f0;
  font-size: 14px;
  color: #333;
}

.wa-fab-chat-button {
  padding: 10px;
  text-align: right;
  background: #fff;
}

.wa-fab-chat-button a {
  background: #25d366;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}




.wa-fab-message-area {
  background-color: #e5ddd5;
  padding: 10px;
}

.wa-fab-message-bubble {
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  max-width: 85%;
  position: relative;
  color: #303030;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.wa-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 10px;
  margin-top: 4px;
  gap: 3px;
  color: #888;
}

.wa-fab-input {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ccc;
  background: #fff;
}

.wa-fab-input input {
  flex: 1;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
  background: #f0f0f0;
  font-size: 14px;
}

.wa-fab-input input:focus {
  outline: none;
}

.wa-fab-input button {
  background: none;
  border: none;
  padding: 0 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
