/* ─────────────────────────────────────────────────────────────────────────────
   Compatibilité moteurs & vues éclatées — page produit
   ───────────────────────────────────────────────────────────────────────────── */

.plici-tab-moteurs,
.plici-tab-exploded-views {
    max-height: 345px;
    /* overflow: hidden; */
}

.plici-product-compatibility {
    margin-top: 2rem;
}

/* ── Titres de section ──────────────────────────────────────────────────────── */

.plici-compat-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #e9ecef;
    color: #343a40;
}

/* ── Liste moteurs ──────────────────────────────────────────────────────────── */

.plici-compat-moteurs {
    margin-bottom: 1.5rem;
}

.plici-compat-moteur-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    /* display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem; */
}

.plici-compat-moteur-item {
    font-size: 0.875rem;
}

.plici-compat-moteur-link {
    color: #0069d9;
    text-decoration: none;
}

.plici-compat-moteur-link:hover {
    text-decoration: underline;
}

.plici-compat-vp-code {
    font-size: 0.75rem;
    color: #6c757d;
    margin-left: 0.2rem;
}

/* ── Grille vues éclatées ───────────────────────────────────────────────────── */

.plici-compat-views {
    margin-bottom: 1rem;
}

.plici-ev-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.plici-ev-grid > * {
    flex: 0 1 25%;
}

@media (max-width: 768px) {
    .plici-ev-grid > * {
        flex: 0 1 50%;
    }
}

.plici-ev-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #343a40;
    /* width: 200px; */
    transition: opacity 0.15s;
}

.plici-ev-card:hover {
    opacity: 0.8;
    color: #343a40;
    text-decoration: none;
}

.plici-ev-thumb {
    /* width: 200px;*/
    max-height: 300px; 
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plici-ev-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plici-ev-thumb-placeholder {
    color: #adb5bd;
}

.plici-ev-thumb-placeholder .material-icons {
    font-size: 2rem;
}

.plici-ev-name {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0.3rem;
    line-height: 1.3;
    word-break: break-word;
}
