
#whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  direction: rtl;
}

#whatsapp-float .wpp-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#whatsapp-float:hover .wpp-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

#whatsapp-float .wpp-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

#whatsapp-float .wpp-tooltip {
  background-color: #ffffff;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  margin-right: 12px;
}

#whatsapp-float:hover .wpp-tooltip {
  opacity: 1;
  transform: translateX(0);
}
#whatsapp-float:focus-visible { outline: 3px solid #146b36; outline-offset: 5px; border-radius: 30px; }

.ingracio-contact-dialog{border:0;border-radius:12px;padding:0;width:min(800px,calc(100vw - 32px));height:min(800px,calc(100dvh - 48px));max-width:none;max-height:none;box-shadow:0 12px 60px #0006;background:white;overflow:hidden}
.ingracio-contact-dialog::backdrop{background:#0009}
.ingracio-contact-dialog iframe{border:0;width:100%;height:calc(100% - 46px);display:block}
.ingracio-contact-dialog .ingracio-contact-top{display:flex;justify-content:space-between;align-items:center;padding:4px 12px;height:46px;box-sizing:border-box;background:#f5f8fa;font:14px system-ui;color:#0f4664}
.ingracio-contact-dialog button{border:0;background:transparent;color:#0f4664;cursor:pointer;font:24px system-ui;width:38px;height:38px;padding:0}
.ingracio-contact-dialog button:focus-visible{outline:3px solid #0f4664}
@media(max-width:600px){.ingracio-contact-dialog{border-radius:0;width:100vw;height:100dvh;margin:0}}
@media(prefers-reduced-motion:reduce){#whatsapp-float *{transition:none!important}}
