/*!
 * @file cards_custom.css
 * @brief STMicroelectronics custom styling for sphinx-design grid card titles.
 *        Uses the theme accent color (--color-accent) for the title text and the
 *        full-width divider line between the card title and its content.
 * @author STMicroelectronics
 * @copyright Copyright (c) 2026 STMicroelectronics. All rights reserved.
 */.sd-card-title{color:var(--color-accent);font-weight:700;display:block;padding-bottom:.4rem;margin-bottom:.7rem;border-bottom:2px solid var(--color-accent)}.ml-eng,.emb-eng{display:inline-block;padding:.15em .55em;margin:.1em .2em .1em 0;border-radius:1em;font-size:.78em;font-weight:600;line-height:1.4;white-space:nowrap;color:#1a1a1a}.ml-eng{background-color:#ceecf9}.emb-eng{background-color:#fff4bf}