.think-fiche-technique-container {
    margin: 20px 0;
}

.think-fiche-technique-item {
    margin-bottom: 10px;
}

.think-fiche-technique-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    color: #212529;
    transition: color 0.3s ease;
}

.think-fiche-technique-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.think-fiche-technique-icon {
    display: inline-flex;
    align-items: center;
    color: #6c757d;
    flex-shrink: 0;
}

.think-fiche-technique-link:hover .think-fiche-technique-icon {
    color: #495057;
}

.think-fiche-technique-label {
    font-weight: 500;
}

