.mywa-floating {
  position: fixed;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 3px 12px rgba(0,0,0,.18);
  text-decoration: none !important;
  transition: background .15s ease;
}
.mywa-floating .mywa-icon { width: 35px; height: 35px; }
.mywa-product-wrap { display: block; clear: both; margin: 12px 0 16px; }
.mywa-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 0;
  border-radius: 2px;
  background: #128c46;
  color: #fff !important;
  font: 600 14px/1.4 Arial, sans-serif;
  text-align: left;
  text-decoration: none !important;
  white-space: normal;
}
.mywa-product-button .mywa-icon { width: 21px; height: 21px; flex-shrink: 0; }
.mywa-floating:hover, .mywa-product-button:hover { background: #0d783b; }
.mywa-floating:focus, .mywa-product-button:focus { outline: 3px solid #147ac2; outline-offset: 3px; }
#mywa-product-parking[hidden] { display: none !important; }
@media (max-width: 767px) {
  .mywa-floating { width: 52px; height: 52px; }
  .mywa-floating .mywa-icon { width: 30px; height: 30px; }
  .mywa-product-button { width: 100%; }
}
