/* LIENS VERS DATASHEETS DE COMPOSANTS - GLOBAL */
.component-datasheet-link {
    font-weight: bold;
    text-decoration: underline;
    color: #1a73e8;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: all 0.3s ease;
}

.component-datasheet-link:hover {
    color: #0d5bbc;
    text-decoration-thickness: 3px;
    text-shadow: 0 0 5px rgba(26, 115, 232, 0.3);
}

.component-datasheet-link::after {
    content: ' 📋';
    font-size: 0.8em;
    opacity: 0.7;
    margin-left: 2px;
}