/* Wedding site custom enhancements */
.wedding-hit-area {
  position: fixed;
  z-index: 10000;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.wedding-clickable-text,
.wedding-clickable-text * {
  cursor: pointer !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}
