/* Fonaviemcali CF7 Suite - Firma digital (encapsulado) */
.wpcf7 .fnv-signature {
  width: 100%;
  max-width: 100%;
}

.wpcf7 .fnv-signature__canvas {
  display: block;
  width: 100%;
  height: clamp(180px, 28vw, 280px);
  border: 2px dashed #00a1b5;
  border-radius: 12px;
  background: #ffffff;
  touch-action: none;
}

.wpcf7 .fnv-signature__actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.wpcf7 .fnv-signature__clear {
  appearance: none;
  border: 1px solid rgba(0, 161, 181, 0.35);
  background: rgba(242, 242, 242, 0.6);
  color: #00a1b5;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
}

.wpcf7 .fnv-signature__clear:hover {
  border-color: #00a1b5;
}
