/* ================================================================
   mxforfaitsretour — Styles tuile Mon Compte
   Compatible Classic theme & Hummingbird (PrestaShop 8)
   ================================================================ */

/* ── Tuile Classic theme ─────────────────────────────────────── */
a.mxforfaits-link {
    text-decoration: none;
}

.mxforfaits-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 15px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #232323;
    min-height: 120px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

a.mxforfaits-link:hover .mxforfaits-tile {
    border-color: #b00;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: #b00;
}

/* ── Carte Hummingbird (Bootstrap 5) ─────────────────────────── */
a.mxforfaits-card {
    text-decoration: none;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #232323;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

a.mxforfaits-card:hover {
    border-color: #b00;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: #b00;
}

/* ── Icône commune ────────────────────────────────────────────── */
.mxforfaits-icon {
    display: block;
    margin-bottom: 6px;
    line-height: 1;
}

.mxforfaits-icon svg {
    width: 36px;
    height: 36px;
    fill: currentColor;
}

/* ── Label ────────────────────────────────────────────────────── */
.mxforfaits-label {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.3;
}
