/*!
 * @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)}