.a2hs-button {
  display: inline-block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #2271b1;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.a2hs-button:hover { background: #135e96; }
.a2hs-floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
}
.a2hs-ios-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 10000;
  background: #1f1f1f;
  color: #fff;
  padding: 12px 40px 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
}
.a2hs-ios-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}
