/*
Theme Name: ITF Zero Trust
Theme URI: https://it-former.fr/
Author: IT-Former
Author URI: https://it-former.fr/
Description: Thème ITF Zero Trust construit sur mesure, orienté sécurité, sans dépendances visuelles tierces.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: itf-zero-trust
*/

/* ITF_ZT_WORKSHOP_CARD_LINKS_CSS_20260531 */
.zt-workshop-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.zt-workshop-link:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(94, 234, 212, .55);
    box-shadow: 0 22px 55px rgba(20, 184, 166, .18);
}

.zt-workshop-link:focus-visible {
    outline: 3px solid rgba(94, 234, 212, .9);
    outline-offset: 4px;
}
