.container-wha .elementor-shortcode {
  display: flex;
  justify-content: flex-end;
}

.wa-card {
  max-width: 350px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  font-family: "Fira Sans", Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
}

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

img.wa-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
}

.wa-name {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.wa-status {
  font-size: 12px;
  opacity: 0.9;
}

.wa-body {
  padding: 20px;
  text-align: left;
}

.wa-body p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #444;
}

#wa-user-msg {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  resize: none;
  font-size: 14px;
}

.wa-button {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in;
}

.wa-button:hover {
  background-color: #075E54;
  border-color: #075E54;
}
