.iknow-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.iknow-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #000000;
}

.iknow-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.iknow-modal-close:hover {
  color: #555;
}

/* Style for clickable presentation elements */
.presentation {
  cursor: pointer;
}

/* Hide any presentation- prefix classes from displaying in the HTML */
[class*="presentation-"] {
  cursor: pointer;
}

/* Set text color to #000000 for all text elements in the modal */
.iknow-modal h3,
.iknow-modal p,
.iknow-modal span,
.iknow-modal label,
.iknow-modal input,
.iknow-modal textarea,
.iknow-modal select {
  color: #000000;
}

/* Ensure form labels are also black */
.iknow-modal-content .wpcf7-form label {
  color: #000000;
}
