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