/* ═══════════════════════════════════════════
   PAGE MON COMPTE — GRILLE 2 COLONNES
   ═══════════════════════════════════════════ */

#my-account #wrapper,
#my-account #content-wrapper {
    background: #ffffff !important;
}

#my-account #content {
    max-width: 860px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
}

#my-account .page-header h1,
#my-account .page-title {
    font-family: 'Poppins', -apple-system, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #1a1a2e !important;
    margin-bottom: 24px !important;
}

#my-account #content .links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    padding: 0 !important;
}

#my-account .links > a,
#my-account .links > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#my-account .links a[href*="wishlist"],
#my-account .links a[href*="blockwishlist"],
#my-account .links #wishlist-link {
    display: none !important;
}

body#my-account #content .links .link-item,
body#my-account #content .links .link-item[style] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    background: #ffffff !important;
    border: 2px solid #f0ece4 !important;
    border-radius: 16px !important;
    padding: 24px 22px !important;
    min-height: auto !important;
    text-align: left !important;
    transition: all 0.35s ease !important;
    font-family: 'Poppins', -apple-system, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #1a1a2e !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    box-sizing: border-box !important;
}

body#my-account #content .links a:hover .link-item,
body#my-account #content .links a:hover .link-item[style] {
    background: #fffbf6 !important;
    border-color: #ff8c00 !important;
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.15) !important;
    transform: translateY(-4px) !important;
    color: #1a1a2e !important;
}

body#my-account #content .links .link-item i.material-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    line-height: 50px !important;
    background: linear-gradient(135deg, #fff5eb, #ffedd5) !important;
    border: 1.5px solid #ffe0b3 !important;
    border-radius: 14px !important;
    font-size: 22px !important;
    color: #ff8c00 !important;
    transition: all 0.35s ease !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

body#my-account #content .links a:hover .link-item i.material-icons {
    background: linear-gradient(135deg, #ff8c00, #f97316) !important;
    border-color: #ff8c00 !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(255, 140, 0, 0.3) !important;
    transform: scale(1.05) !important;
}

body#my-account #content .links .link-item svg,
body#my-account #content .links .link-item[style] svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    background: linear-gradient(135deg, #fff5eb, #ffedd5) !important;
    border: 1.5px solid #ffe0b3 !important;
    border-radius: 14px !important;
    padding: 13px !important;
    box-sizing: content-box !important;
    stroke: #ff8c00 !important;
    transition: all 0.35s ease !important;
    flex-shrink: 0 !important;
}

body#my-account #content .links a:hover .link-item svg,
body#my-account #content .links a:hover .link-item[style] svg {
    background: linear-gradient(135deg, #ff8c00, #f97316) !important;
    border-color: #ff8c00 !important;
    stroke: #fff !important;
    box-shadow: 0 4px 14px rgba(255, 140, 0, 0.3) !important;
    transform: scale(1.05) !important;
}

body#my-account #content .links .link-item > span,
body#my-account #content .links .link-item[style] > span[style] {
    font-family: 'Poppins', -apple-system, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #1a1a2e !important;
    text-transform: none !important;
}

body#my-account #content .links a:hover .link-item > span,
body#my-account #content .links a:hover .link-item[style] > span[style] {
    color: #ff8c00 !important;
}

#my-account .page-footer,
#my-account .text-sm-center {
    text-align: center !important;
    padding: 0 !important;
    margin-top: 24px !important;
}

#my-account .page-footer a,
#my-account .text-sm-center a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 12px 28px !important;
    background: #fffbf6 !important;
    color: #999 !important;
    font-family: 'Poppins', -apple-system, sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border: 1.5px solid #f0ece4 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

#my-account .page-footer a:hover,
#my-account .text-sm-center a:hover {
    background: #fef2f2 !important;
    border-color: #fca5a5 !important;
    color: #e53e3e !important;
}

#my-account #left-column {
    display: none !important;
}

#my-account #content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

@media (max-width: 768px) {
    #my-account #content {
        padding: 24px 16px !important;
    }
    #my-account #content .links {
        gap: 10px !important;
    }
    body#my-account #content .links .link-item,
    body#my-account #content .links .link-item[style] {
        padding: 20px 18px !important;
        font-size: 0.88rem !important;
        gap: 14px !important;
    }
    body#my-account #content .links .link-item i.material-icons {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        line-height: 44px !important;
        font-size: 20px !important;
    }
    body#my-account #content .links .link-item svg,
    body#my-account #content .links .link-item[style] svg {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        padding: 11px !important;
    }
}

@media (max-width: 520px) {
    #my-account #content {
        padding: 16px 12px !important;
    }
    #my-account #content .links {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    body#my-account #content .links .link-item,
    body#my-account #content .links .link-item[style] {
        padding: 20px 18px !important;
        border-radius: 14px !important;
    }
    #my-account .page-header h1,
    #my-account .page-title {
        font-size: 1.3rem !important;
    }
}