.image-grid {
    column-count: 3;
    column-gap: 10px;
}

.image-grid img {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

.toast-date {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}