.wmc-button {
  position: fixed;
  right: 16px;
  top: calc(16px + env(safe-area-inset-top));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  background: #000E3C;
  color: #fff;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: 100010;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.wmc-button:focus { outline: 2px solid #7aa7ff; outline-offset: 2px; }

.admin-bar .wmc-button { top: calc(16px + 32px); }
@media (max-width: 782px) {
  .admin-bar .wmc-button { top: calc(16px + 46px); }
}

.wmc-icon { width: 18px; height: 18px; display: block; }
.wmc-count {
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  color: #111;
  padding: 0 6px;
}
