.rfg-controls {
    margin-bottom: 20px;
}

.rfg-pill {
    display: inline-block;
    padding: 8px 14px;
    margin-right: 8px;
    border-radius: 20px;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 14px;
}

.rfg-pill.active {
    background: #ff7a00;
    color: #fff;
}

.rfg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.rfg-card {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.rfg-card h3 {
    margin-top: 0;
    font-size: 18px;
}
