/* ONLY button styling - NO MODAL STYLING AT ALL */
/* .qually-modal-button {
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
} */

/* .qually-modal-button:hover {
  opacity: 0.9;
} */

/* Hide iframe */
#qually-iframe-container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

#qually-iframe {
  width: 0;
  height: 0;
  border: none;
}
