.unfound-video-query-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.unfound-video-query-wrapper .unfound-video-query-items {
    display: grid;
    gap: 20px;
}

.unfound-video-query-wrapper .unfound-video-query-pagination {
    font-size: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    text-align: center;
}