.cfw-widget {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
}

.cfw-item {
    text-align: center;
}

.cfw-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.cfw-title {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}

.cfw-no-image {
    background: #f2f2f2;
    padding: 30px;
    font-size: 13px;
}
