.nukivibe-archive__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.nukivibe-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.nukivibe-card__thumb img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 8px;
}

.nukivibe-card__noimg {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border-radius: 8px;
}

.nukivibe-card__title {
    font-size: 13px;
    margin: 8px 0 0;
    line-height: 1.4;
}

.nukivibe-work__meta-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.nukivibe-work__meta-list li {
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

.nukivibe-work__cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #111;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}
