.tng-media-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.tng-media-item {
    background: #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
    padding: 6px;
}

.tng-media-item img {
    width: 100%;
    height: auto;
    display: block;
}

.tng-media-meta {
    font-size: 0.85rem;
    margin-top: 4px;
}

.tng-media-title {
    font-weight: 600;
}

.tng-media-person {
    color: #666;
}
