
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

.entry-body img {
max-width: 600px !important;
width: auto !important; 
height: auto !important; 
}

.entry-body p,.entry-body ul  {
    margin-bottom: 30px !important;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Black with transparency */
}

/* Modal Content (the image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  background: transparent !important;
}

/* Close Button */
.close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Caption text */
#caption {
  text-align: center;
  color: white;
  padding: 10px 20px;
}
