/* ==========================================================================
   Client-Specific Styles — {CLIENT_NAME}
   
   GUIDELINES:
   - Use CSS custom properties from theme.json wherever possible
   - Only add rules here that theme.json can't express
   - Keep specificity LOW — avoid !important
   - Use parent block class names (.norah-tldr, .norah-faq, etc.) to restyle AI blocks
   ========================================================================== */

/* ── Client Brand Adjustments ───────────────────────────────────────────── */

/* Override AI block accent colors to match client brand */
/*
.norah-tldr {
    border-left-color: var(--wp--preset--color--accent);
}

.norah-faq {
    border-left-color: var(--wp--preset--color--primary);
}
*/

/* ── Client-Specific Components ─────────────────────────────────────────── */
/* Add client-unique styles below */
