/* Image Modal Styling */
#imageModal .modal-dialog {
    max-width: 90%;
    max-height: 90vh;
}

#imageModal .modal-content {
    background: transparent;
    box-shadow: none;
}

#imageModal img {
    max-height: 70vh;
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
}

#imageModal .btn {
    min-width: 120px;
    font-weight: 500;
}