.screenshots-grid img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    margin-bottom: 14px;
    transition: transform 0.2s ease;
}

.screenshots-grid .modal-span {
    display: block;
    cursor: pointer;
}

.screenshots-grid .modal-span:hover img {
    transform: scale(1.01);
}

.screenshot-caption {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 24px;
}

#screenshotModal .modal-dialog {
    max-width: 1100px;
}

#screenshotModal .modal-content {
    background: #111;
    border: 0;
}

#screenshotModal .modal-body {
    padding: 0;
    text-align: center;
}

#screenshotModal img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#screenshotModal .btn-close {
    filter: invert(1) grayscale(100%);
    opacity: 0.9;
}

#screenshotModal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
