.yt-feed-grid-ba7a9b70 {
    display: grid;
    gap: 20px;
}
.yt-feed-item-ba7a9b70 a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.yt-feed-item-ba7a9b70 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}
.yt-feed-item-ba7a9b70 h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}