.tinymce-body img {
    max-width: 300px !important;
    margin: 2.5em auto;
    display: block;
}

.doc-thumbnail {
    transition: transform 0.2s ease;
    border: 2px solid #eee;
}

.doc-thumbnail:hover {
    transform: scale(1.05);
    border-color: #0d6efd;
}

.image-gallery {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.modal-content {
    background-color: #fff;
    border-radius: 12px;
}

.modal-header {
    border-bottom: 1px solid #eee;
}

.modal-body img {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 4px;
}


.vich-image label {
   margin-top: 100px;
}

#user_profile_image_form_imageFile_delete {
    color: red !important;
}
