.fresh-feed-grid-wrapper {
    width: 100%;
}
.fresh-feed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
}

.fresh-feed-grid-item {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.fresh-feed-grid-item img.fresh-feed-grid-image {
    width: 600px;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1080 / 1350;
}

.fresh-feed-type-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
}
.fresh-feed-type-icon img {
    width: 16px;
    height: 16px;
    display: block;
}
