/* TinyMCE editor content ke liye */
img.img-small {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
}
img.img-medium {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
}
img.img-large {
    width: 300px !important;
    height: 300px !important;
    object-fit: cover;
}

.tox .tox-dialog--width-lg {
    max-width: 1000px !important;
}

.pdf-link {
  color: #1a73e8;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.pdf-link:hover {
  color: #0b5ed7;
}
