/* Portée stricte : ne touche ni le corps éditorial, ni les widgets, ni ARI. */
#mvp-content-main .fi-recommendations { clear: both; margin: 36px 0 16px; padding-top: 24px; border-top: 1px solid #dce4e8; }
#mvp-content-main .fi-recommendations h2 { margin: 0 0 18px; font-size: 24px; line-height: 1.25; font-weight: 700; }
#mvp-content-main .fi-recommendation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
#mvp-content-main .fi-recommendation-card { display: flex; flex-direction: column; min-width: 0; color: #17384b; text-decoration: none; border: 1px solid #dce4e8; border-radius: 8px; overflow: hidden; background: #fff; padding-bottom: 14px; box-shadow: none; }
#mvp-content-main .fi-recommendation-card:hover { border-color: #23738b; background: #f6fafb; }
#mvp-content-main .fi-recommendation-card:focus-visible { outline: 3px solid #176880; outline-offset: 3px; }
#mvp-content-main .fi-recommendation-image { display: block; float: none; margin: 0 0 12px; width: 100%; height: 128px; object-fit: contain; background: #f1f5f6; }
#mvp-content-main .fi-recommendation-family { margin: 0 12px 7px; color: #496472; font-size: 12px; line-height: 1.4; font-weight: 600; }
#mvp-content-main .fi-recommendation-card h3 { margin: 0 12px; width: auto; float: none; font-family: inherit; font-size: 17px; line-height: 1.35; font-weight: 700; overflow-wrap: anywhere; }
#mvp-content-main .fi-recommendation-card time { margin: 10px 12px 0; color: #496472; font-size: 12px; line-height: 1.4; }
@media (max-width: 650px) {
    #mvp-content-main .fi-recommendation-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    #mvp-content-main .fi-recommendations h2 { font-size: 22px; }
    #mvp-content-main .fi-recommendation-image { height: 140px; }
}
