/*!
 * @file localtoc_tabs_sync.css
 * @brief Styles for tab-aware localtoc link synchronization in Shibuya theme
 * @details Provides visual feedback for localtoc links that don't have corresponding
 *          anchors in the currently active tab (HAL multi-dice documentation).
 * @author STMicroelectronics
 * @copyright Copyright (c) 2026 STMicroelectronics.
 *            All rights reserved.
 *            This software is licensed under SLA0044 terms that can be found at:
 *            https://www.st.com/SLA0044
 *            or in the LICENSE.md file in the root directory of this software component.
 */.localtoc .localtoc-link-unavailable{opacity:.5;text-decoration:line-through;cursor:pointer;color:var(--sy-c-text-weak,rgba(0,0,0,0.54))}.localtoc .localtoc-link-unavailable::after{content:" (not available for this variant)";font-size:.85em;font-style:italic;opacity:0;transition:opacity .2s}.localtoc .localtoc-link-unavailable:hover::after{opacity:1}