.elementor-3739 .elementor-element.elementor-element-753f9c4d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-48565b7 *//* ==========================================================================
   COMPARATIF EXPERT - ARCHITECTURE 2026
   ========================================================================== */

:root {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --bg-main: #FDFBFF;
    --text-dark: #1A0B2E;
    --text-muted: #564D65;
}

/* --- Nav Glass Floating --- */
.ux-nav-glass-sticky {
    position: sticky;
    top: 15px;
    z-index: 1000;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 40px rgba(45, 30, 64, 0.05);
}

.ux-nav-container {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ux-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
}

.nav-title {
    font-weight: 900;
    color: var(--text-dark);
    font-size: 0.9rem;
    letter-spacing: -0.2px;
}

.ux-nav-links { display: flex; gap: 5px; }

.nav-item {
    text-decoration: none;
    color: var(--text-muted);
    padding: 10px 18px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.nav-item:hover {
    background: #fff;
    color: var(--amethyst);
    box-shadow: 0 4px 15px rgba(142, 68, 173, 0.1);
}

/* --- Hero & Mesh Gradient --- */
.ux-guide-hero-vibrant {
    position: relative;
    padding: 100px 20px 60px;
    overflow: hidden;
}

.mesh-gradient-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(at 0% 0%, rgba(142, 68, 173, 0.08) 0%, transparent 50%),
                radial-gradient(at 100% 0%, rgba(154, 42, 91, 0.08) 0%, transparent 50%);
    z-index: -1;
}

.ux-guide-main-title {
    font-size: clamp(2.2rem, 7vw, 3.8rem);
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.text-gradient-hybrid {
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ux-hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* --- Intro Card Hyper-Relief --- */
.ux-intro-glass-card.hyper-relief {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    padding: 60px 50px;
    box-shadow: 0 30px 70px rgba(45, 30, 64, 0.04);
    max-width: 900px;
    margin: 0 auto;
}

.ux-article-text {
    font-size: 1.2rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 25px;
}

.ux-intro-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(142, 68, 173, 0.1);
}

.pulse-dot-hybrid {
    width: 10px; height: 10px;
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(142, 68, 173, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(142, 68, 173, 0); }
}

.footer-note {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-muted);
}

/* Responsive */
@media (max-width: 850px) {
    .ux-nav-links { display: none; }
    .ux-intro-glass-card.hyper-relief { padding: 40px 25px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f65be7d *//* --- Background Aurora --- */
.ux-prism-section {
    position: relative;
    padding: 150px 20px;
    background: #0D0616; /* Fond sombre pour faire claquer le verre */
    overflow: hidden;
    color: #fff;
}

.aurora-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(142, 68, 173, 0.15), transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(154, 42, 91, 0.15), transparent 40%);
    filter: blur(100px);
    z-index: 0;
}

/* --- Typo Mega --- */
.ux-h1-mega {
    font-size: clamp(3rem, 10vw, 5rem);
    font-weight: 950;
    letter-spacing: -4px;
    margin: 20px 0;
    text-transform: uppercase;
}

.vs-text {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.3);
}

/* --- Grille Prismatique --- */
.ux-prism-grid {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 80px 0;
    z-index: 1;
}

.ux-prism-card {
    flex: 1;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 50px 40px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ux-prism-card:hover {
    transform: translateY(-20px) scale(1.05);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
}

/* --- Power Meters --- */
.ux-power-meter {
    list-style: none; padding: 0; margin: 30px 0;
}

.ux-power-meter li {
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: 700;
}

.meter {
    height: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    margin-top: 8px;
    overflow: hidden;
}

.fill { background: var(--wine); height: 100%; box-shadow: 0 0 15px var(--wine); }
.fill-purple { background: var(--amethyst); height: 100%; box-shadow: 0 0 15px var(--amethyst); }

/* --- L'Orbe Central --- */
.ux-versus-core {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.core-orb {
    width: 120px; height: 120px;
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 50px rgba(142, 68, 173, 0.5);
    position: relative;
}

.orb-label { font-size: 0.7rem; font-weight: 900; letter-spacing: 2px; }

/* --- Bilan Or --- */
.ux-gold-bilan {
    position: relative;
    max-width: 900px;
    margin: 100px auto 0;
    background: linear-gradient(135deg, #2A1B0E 0%, #1A0B2E 100%);
    border: 1px solid #D4AF37;
    padding: 60px;
    border-radius: 50px;
    text-align: center;
}

.gold-shimmer {
    position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transform: skewX(-20deg);
    animation: shimmer 5s infinite;
}

@keyframes shimmer { 100% { left: 200%; } }

/* Responsive */
@media (max-width: 1024px) {
    .ux-prism-grid { flex-direction: column; }
    .ux-versus-core { display: none; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-33ea5f7 *//* --- Variables & Base --- */
:root {
    --electric-purple: #9D50BB;
    --deep-amethyst: #6E48AA;
    --neon-glow: rgba(157, 80, 187, 0.4);
}

.ux-vibration-section {
    position: relative;
    padding: 100px 20px;
    background: #FBF8FF;
    overflow: hidden;
}

/* --- Effets de fond --- */
.vibrant-blob-circle {
    position: absolute;
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.05) 0%, transparent 70%);
    top: -200px; right: -200px;
    z-index: 0;
}

/* --- Titre avec effet de profondeur --- */
.ux-section-header { position: relative; margin-bottom: 60px; }

.ux-number-bg {
    font-size: 8rem;
    font-weight: 900;
    position: absolute;
    top: -40px; left: -20px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(142, 68, 173, 0.15);
    z-index: 1;
}

.text-electric-amethyst {
    background: linear-gradient(90deg, var(--electric-purple), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

/* --- Grille Bento --- */
.ux-vibration-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Carte principale "Deep Glass" */
.ux-glass-card-deep {
    background: #ffffff;
    border-radius: 45px;
    padding: 60px 50px;
    position: relative;
    box-shadow: 0 30px 60px rgba(45, 30, 64, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.4s ease;
}

.ux-glass-card-deep:hover { transform: translateY(-10px); }

.icon-squircle-vibrant {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--electric-purple), var(--deep-amethyst));
    border-radius: 22px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.2rem; margin-bottom: 30px;
    box-shadow: 0 10px 25px var(--neon-glow);
}

/* Animation Ondes Sonores */
.energy-wave {
    display: flex; align-items: flex-end; gap: 4px; height: 30px; margin-top: 30px;
}
.energy-wave span {
    width: 4px; background: var(--electric-purple); border-radius: 10px;
    animation: wave 1.2s ease-in-out infinite;
}
.energy-wave span:nth-child(2) { height: 60%; animation-delay: 0.2s; }
.energy-wave span:nth-child(3) { height: 100%; animation-delay: 0.4s; }
.energy-wave span:nth-child(4) { height: 40%; animation-delay: 0.6s; }

@keyframes wave {
    0%, 100% { height: 20%; }
    50% { height: 100%; }
}

/* --- Pills Column --- */
.ux-pills-column { display: flex; flex-direction: column; gap: 20px; }

.ux-pill-card-vibrant {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 30px;
    display: flex; gap: 20px; align-items: center;
    border: 1px solid rgba(142, 68, 173, 0.1);
    transition: all 0.3s ease;
}

.ux-pill-card-vibrant:hover {
    background: #fff;
    transform: translateX(10px);
    border-color: var(--electric-purple);
}

.pill-emoji { font-size: 1.8rem; }

/* --- Radiant CTA --- */
.ux-radiant-cta {
    margin-top: 80px;
    background: #1A0B2E;
    border-radius: 50px;
    padding: 60px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.btn-neon-pulse {
    position: relative;
    display: inline-block;
    padding: 20px 45px;
    background: var(--electric-purple);
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 0 30px var(--neon-glow);
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-neon-pulse:hover {
    transform: scale(1.05);
    box-shadow: 0 0 50px var(--electric-purple);
}

/* Mobile */
@media (max-width: 900px) {
    .ux-vibration-grid { grid-template-columns: 1fr; }
    .ux-glass-card-deep { padding: 40px 25px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cf24b2d *//* ==========================================================================
   STYLE SOFT-SCULPT (LUMIÈRE & RELIEF) - 2026
   ========================================================================== */

.ux-light-sculpt-section {
    padding: 120px 20px;
    background: #ffffff; /* Retour au blanc pur */
    color: var(--text-dark);
}

/* --- Titres Sculptés --- */
.ux-header-minimal {
    text-align: center;
    margin-bottom: 100px;
}

.ux-h2-title-sculpt {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    letter-spacing: -1.5px;
    color: #1A0B2E;
    line-height: 1.2;
}

.ux-pill-label {
    display: inline-block;
    padding: 6px 14px;
    background: #F7F3FF;
    color: var(--amethyst);
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* --- Layout en Escalier --- */
.ux-staircase-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 1050px;
    margin: 0 auto;
}

/* La carte "Sculptée" : Ombre portée très douce et longue */
.ux-sculpt-card {
    background: #ffffff;
    padding: 60px 45px;
    border-radius: 40px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 
        10px 10px 30px rgba(0,0,0,0.02),
        -5px -5px 20px rgba(255,255,255,0.8);
    transition: all 0.5s ease;
}

.ux-sculpt-card:hover {
    transform: translateY(-10px);
    box-shadow: 20px 40px 60px rgba(45, 30, 64, 0.05);
}

.card-phone {
    margin-top: 80px; /* Effet d'escalier */
}

.card-number {
    font-size: 5rem;
    font-weight: 900;
    color: rgba(142, 68, 173, 0.05);
    position: absolute;
    top: 20px; right: 40px;
}

.sculpt-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1A0B2E;
}

.sculpt-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 30px;
}

/* Tags de statut */
.sculpt-tag, .sculpt-tag-purple {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
}

.sculpt-tag { background: rgba(154, 42, 91, 0.05); color: var(--wine); }
.sculpt-tag-purple { background: rgba(142, 68, 173, 0.05); color: var(--amethyst); }

/* --- La Capsule Temporelle --- */
.ux-time-capsule {
    max-width: 800px;
    margin: 100px auto 0;
    padding: 40px;
    background: linear-gradient(145deg, #ffffff, #fcfaff);
    border-radius: 30px;
    border: 1px solid rgba(142, 68, 173, 0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.03);
}

.capsule-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.capsule-icon { font-size: 3rem; }

.capsule-title {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 850px) {
    .ux-staircase-layout { grid-template-columns: 1fr; }
    .card-phone { margin-top: 0; }
    .ux-sculpt-card { padding: 35px 25px; }
    .capsule-inner { flex-direction: column; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d4491a7 *//* ==========================================================================
   BENTO VERSUS - ÉNERGIE & CLARTÉ 2026
   ========================================================================== */

.ux-bento-vs-section {
    padding: 80px 20px;
    background: #ffffff;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.ux-h2-mega-punch {
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 50px;
    color: #1A0B2E;
}

/* --- Grille de Duel --- */
.ux-bento-vs-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.ux-vs-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vs-criterion-label {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    padding-left: 20px;
}

.vs-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Les Cartes Bento */
.vs-card {
    padding: 25px 30px;
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0,0,0,0.04);
}

.card-cabinet {
    background: #FDF2F5; /* Teinte Wine très légère */
    color: #4A1528;
    border-left: 5px solid var(--wine);
}

.card-phone {
    background: #F7F3FF; /* Teinte Améthyste très légère */
    color: #2D1E40;
    border-left: 5px solid var(--amethyst);
}

.vs-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    background: #ffffff;
}

/* --- Conclusion & Footer --- */
.ux-footer-punch {
    margin-top: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.ux-conclusion-card {
    background: #1A0B2E;
    color: #ffffff;
    padding: 45px;
    border-radius: 35px;
    font-size: 1.15rem;
    line-height: 1.8;
    text-align: center;
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.2);
    margin-bottom: 50px;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #6b7280;
}

.back-link-punch {
    text-decoration: none;
    color: #1A0B2E;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
    .vs-cards-wrapper { grid-template-columns: 1fr; }
    .ux-conclusion-card { padding: 30px 20px; font-size: 1rem; }
    .footer-bottom-bar { flex-direction: column; gap: 20px; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-90b381a *//* --- FAQ FORMAT VOYANCE : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-format {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-format .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-format .faq-header { text-align: center; margin-bottom: 60px; }
#clemy-faq-format .kicker-wrap { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 25px; }
#clemy-faq-format .kicker { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; color: var(--purple); }
#clemy-faq-format .kicker-line { flex-grow: 1; height: 1px; max-width: 80px; background: linear-gradient(90deg, var(--purple), transparent); }

#clemy-faq-format .display-title {
    font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 6vw, 3.2rem);
    font-weight: 900; line-height: 1.1; margin-bottom: 20px; color: var(--dark);
}

#clemy-faq-format .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-faq-format .faq-intro { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* --- ACCORDION ITEMS --- */
#clemy-faq-format .faq-grid { display: flex; flex-direction: column; gap: 20px; }

#clemy-faq-format .faq-item {
    background: #ffffff; border: 1px solid var(--border-lux); border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

#clemy-faq-format .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-format .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.1);
}

/* SUMMARY STYLING */
#clemy-faq-format summary {
    padding: 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
    position: relative;
}

#clemy-faq-format summary::-webkit-details-marker { display: none; }

#clemy-faq-format .q-num {
    font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 900;
    color: var(--purple); opacity: 0.4; min-width: 35px;
}

#clemy-faq-format .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

#clemy-faq-format .q-chevron {
    width: 24px; height: 24px; position: relative;
    transition: transform 0.4s;
}

#clemy-faq-format .q-chevron::before, 
#clemy-faq-format .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple);
    transition: transform 0.4s;
}

#clemy-faq-format .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-format .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }

#clemy-faq-format .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* CONTENT STYLING */
#clemy-faq-format .faq-content {
    padding: 0 35px 40px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqSlideIn 0.5s ease-out;
}

@keyframes faqSlideIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-format .faq-content p { margin: 0; text-align: justify; }
#clemy-faq-format .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    #clemy-faq-format .faq-canvas { padding: 0 20px; }
    #clemy-faq-format .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-format .q-num { display: none; }
    #clemy-faq-format summary { padding: 25px; }
    #clemy-faq-format .faq-content p { text-align: left; }
    #clemy-faq-format .display-title { text-align: left; }
    #clemy-faq-format .kicker-wrap { justify-content: flex-start; }
    #clemy-faq-format .faq-intro { text-align: left; }
}/* End custom CSS */