.elementor-574 .elementor-element.elementor-element-809bc64{--display:flex;}/* Start custom CSS for html, class: .elementor-element-12e7067 *//* Container l-asasi dyal l-wasef */
.product-description-clean {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

/* Sections */
.desc-section {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 8px;
}

/* Les titres (Headings) */
.creative-title {
    color: #d83b01; /* Microsoft Office Orange/Red Color */
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 5px solid #d83b01;
    padding-left: 15px;
}

.creative-subtitle {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.creative-subtitle::before {
    content: "🚀";
    margin-right: 10px;
}

/* Listes d'avantages */
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

/* Partner Badge (Trust Box) */
.partner-badge {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
}

.partner-icon {
    font-size: 40px;
    color: #0078d4; /* Microsoft Blue */
    margin-right: 20px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.partner-text h6 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #0078d4;
    text-transform: uppercase;
}

.partner-text p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Responsive (Mobile Friendly) */
@media (max-width: 768px) {
    .partner-badge {
        flex-direction: column;
        text-align: center;
    }
    .partner-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .creative-title {
        font-size: 20px;
    }
}/* End custom CSS */