/* API Product Grid v2 — Frontend Base Styles */
/* Templates are fully user-defined. These are just helpers. */

.apg-error {
    padding: 12px 16px;
    background: #fff5f5;
    border: 1px solid #fc8181;
    border-radius: 6px;
    color: #c53030;
    font-size: 14px;
    margin: 10px 0;
}

.apg-empty {
    padding: 12px 16px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #888;
    font-size: 14px;
    margin: 10px 0;
}
