.govuk-grid-row--thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    align-items: start;
    padding: 0 1rem;
}

.thumbnail-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.thumbnail-column-container {
    width: 100%;
    height: 150px;
}

.thumbnail {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
}

.thumbnail-form {
    width: 100%;
    margin-top: auto;
}

.thumbnail-button {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    color: #d4351c;
    cursor: pointer;
}
