.elementor-5682 .elementor-element.elementor-element-ded5dde{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5682 .elementor-element.elementor-element-a0e0bc0{padding:0px 0px 0px 150px;}/* Start custom CSS *//* Container Principal Centré */
.gt-comparison-wrapper {
    max-width: 900px;
    margin: 0 auto !important;
    padding: 40px 20px;
    background: #ffffff;
    line-height: 1.7;
    color: #2c3e50;
}

/* Header & Tags */
.gt-main-header { text-align: center; margin-bottom: 50px; }
.gt-tag {
    display: inline-block;
    background: #eef2f7;
    color: #3498db;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 15px;
}
.gt-main-header h1 { font-size: 2.8em; font-weight: 800; color: #1a2a3a; margin-bottom: 20px; }
.gt-lead { font-size: 1.2em; color: #7f8c8d; }

/* Duel Cards System */
.gt-duel-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
}
.gt-duel-card {
    flex: 1;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
    background: #fff;
}
.gt-duel-card:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.05); }
.gt-broker-brand { font-size: 1.5em; font-weight: 900; margin-bottom: 10px; }
.gt-vs-circle {
    background: #1a2a3a;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* Listes & Tableaux */
.gt-mini-list { list-style: none; padding: 0; margin: 20px 0; font-size: 0.9em; }
.gt-table-container { margin: 40px 0; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th { background: #f8f9fa; padding: 15px; border-bottom: 2px solid #dee2e6; }
td { padding: 15px; border-bottom: 1px solid #eee; text-align: center; }

/* Boutons */
.gt-btn-primary, .gt-btn-secondary {
    display: block;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    color: white !important;
}
.gt-btn-primary { background: #2980b9; }
.gt-btn-secondary { background: #e67e22; }

/* Verdict Box */
.gt-verdict-box {
    background: #f0f7ff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 1px solid #d0e4ff;
}

/* Responsive */
@media (max-width: 768px) {
    .gt-duel-container { flex-direction: column; }
    .gt-vs-circle { margin: 10px 0; }
}/* End custom CSS */