
.wv-quick-block-whatsapp,
.wv-quick-block-call {
  position: fixed;
  right: 20px;
  z-index: 2147483646;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.12s, box-shadow 0.12s;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wv-quick-block-whatsapp:hover,
.wv-quick-block-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}
.wv-quick-block-whatsapp {
  bottom: 20px;
  background: #25d366;
  color: #fff;
}
.wv-quick-block-call {
  bottom: 86px;
  background: #2563eb;
  color: #fff;
}
.wv-quick-block-whatsapp svg,
.wv-quick-block-call svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
@media (min-width: 769px) {
  .wv-quick-block-call.wv-mobile-only {
    display: none;
  }
}
.wv-quick-block-maps {
  margin: 24px 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wv-quick-block-maps iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
