/* Accueil Maprimaire - carte de présentation sous Evaluation */
.mp-home-presentation-card {
    margin: 16px 0 12px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
    color: #1f2937;
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
}

.mp-home-presentation-card h2 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #1f2937;
}

.mp-home-presentation-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #4b5563;
}

@media (max-width: 767px) {
    .mp-home-presentation-card {
        margin: 12px 0 10px;
        padding: 14px;
        border-radius: 14px;
    }

    .mp-home-presentation-card h2 {
        font-size: 19px;
    }

    .mp-home-presentation-card p {
        font-size: 14px;
    }
}