.fpg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.fpg-item {
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.fpg-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.fpg-desc {
    color: #4a5568;
    margin-bottom: 15px;
}