/* Example of updated class names */
.eov-myid,
.eov-myid2 {
  display: none;
  visibility: hidden;
}

.eov-data-type-found {
  color: rgb(37, 211, 89);
  font-size: 1.2rem;
  text-transform: capitalize;
}

.eov-data-type-null {
  color: rgb(211, 37, 37);
  font-size: 1.2rem;
  text-transform: capitalize;
}

.eov-text {
  font-size: 0.9rem;
}

.eov-cron-next-run {
  color: rgb(42, 6, 75);
}

.eov-cron-schedule {
  color: rgb(26, 104, 68);
}

.eov-cron-hook-name {
  color: rgb(13, 62, 197);
}

.eov-cron-head th {
  border: 1px solid rgb(1, 1, 20);
}

.eov-cron-head td {
  font-size: 0.9rem;
}

.eov-locked-feature {
  background: #f9f9f9;
  border: 1px dashed #ccc;
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}

.eov-locked-feature a.button {
  pointer-events: all;
  opacity: 1;
}
