/*
 * DJC_Testimonials -- DJC Skin
 *
 * Brand skin for DJC (Turning Point / David Jeremiah). The structural
 * stylesheet (DJC_Testimonials.css) already ships with the Matching Challenge
 * palette baked into its tokens, so this skin is the documented override point:
 * apply class="djc" to retheme the frame, avatar, and overline without touching
 * the skeleton.
 *
 * Apply class="djc" to the .djc-testimonials element (the component adds it by
 * default via the `skin` prop). Load AFTER DJC_Testimonials.css (structure).
 *
 * Usage:
 *   <djc-testimonials class="djc">...</djc-testimonials>
 *   DJC_Testimonials.mount('#el', { items: [...] });   // default look
 */

.djc.djc-testimonials,
.djc .djc-testimonials {
  /* inherits the localized defaults; redeclare any token here to retheme.
     e.g. to match a navy/gold host instead of the purple/amber default:
       --avatar-gradient: linear-gradient(135deg, #1c3d70, #0a1a38);
       --overline-gradient: linear-gradient(to right, #dbb763, #9c7a2e);
  */
}
