.elementor-28303 .elementor-element.elementor-element-7a0e51a{--display:flex;}.elementor-28303 .elementor-element.elementor-element-729fd13{--display:flex;}.elementor-28303 .elementor-element.elementor-element-5ea7f90{--display:flex;}.elementor-28303 .elementor-element.elementor-element-30209ae{--display:flex;}.elementor-28303 .elementor-element.elementor-element-8a8a7fe{--display:flex;}.elementor-28303 .elementor-element.elementor-element-54fcd8d{--display:flex;}.elementor-28303 .elementor-element.elementor-element-d0cd1aa{--display:flex;}.elementor-28303 .elementor-element.elementor-element-bc553ab{--display:flex;}.elementor-28303 .elementor-element.elementor-element-c738510{--display:flex;}/* Start custom CSS *//* ============================================
   VARIABLES & RESET - CHARTE GRAPHIQUE
   ============================================ */
   .sec-pad {
    padding: 0 !important;
}
   .elementor-28303 .elementor-element.elementor-element-7a0e51a {
    --display: flex;
    padding: 0;
}
.elementor-kit-27417 h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 32px !important;
}
/* Override pour les boutons CTA dans le header - doit être après le style global .cta-button */
.df-header .cta-button,
.df-header-cta .cta-button {
    width: auto !important;
    min-width: fit-content !important;
    margin-top: 0 !important;
    font-size: clamp(0.875rem, 1.2vw, 0.9375rem) !important;
    padding: 0.75rem 1.5rem !important;
    display: inline-flex !important;
}
.cta-button {
 width: auto !important;}

:root {
    /* Charte graphique officielle */
    --df-blue: #112B55;
    --df-blue-light: #1a3d6b;
    --df-red: #ed4141;
    --df-red-dark: #d32f2f;
    --df-red-light: #ff6b6b;
    --df-red-very-light: #ffebee;
    --df-gray-text: #333333;
    --df-gray-light: #9ca3af;
    --df-gray-bg: #F8F9FA;
    --df-white: #FFFFFF;

    /* Design moderne minimaliste */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --border-subtle: 1px solid rgba(17, 43, 85, 0.08);
    --border-accent: 2px solid var(--df-red);
    --shadow-none: none;
    --shadow-minimal: 0 1px 3px rgba(0, 0, 0, 0.04);
    --shadow-soft: 0 4px 12px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.08);

    /* Espacements réduits - design minimaliste */
    --spacing-xs: clamp(0.5rem, 1vw, 0.75rem);
    --spacing-sm: clamp(0.75rem, 1.5vw, 1rem);
    --spacing-md: clamp(1rem, 2vw, 1.5rem);
    --spacing-lg: clamp(1.25rem, 2.5vw, 1.75rem);
    --spacing-xl: clamp(1.5rem, 3vw, 2rem);
    --spacing-xxl: clamp(2rem, 4vw, 2.5rem);

    /* Typographie aérée */
    --font-size-h1: clamp(2rem, 4vw, 2.75rem);
    --font-size-h2: clamp(1.5rem, 3vw, 2.25rem);
    --font-size-h3: clamp(1.25rem, 2.5vw, 1.75rem);
    --font-size-h4: clamp(1.1rem, 2vw, 1.35rem);
    --font-size-body: clamp(1rem, 1.2vw, 1.125rem);
    --font-size-small: clamp(0.875rem, 1vw, 0.95rem);

    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.7;

    --transition-smooth: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: var(--line-height-relaxed);
    color: #2a2a2a;
    background-color: var(--df-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   SECTIONS - DESIGN ÉPURÉ
   ============================================ */

.section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-top: clamp(3rem, 5vw, 4rem) !important;
    padding-bottom: clamp(1.5rem, 3vw, 2rem) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative !important;
}

.section-white {
    background: var(--df-white) !important;
}

.section-gray {
    background: var(--df-gray-bg) !important;
}

.section-blue {
    background: var(--df-blue) !important;
    color: var(--df-white) !important;
}

.section .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 var(--spacing-md) !important;
    width: 100% !important;
}

/* Séparateur subtil entre sections */
.section-gray + .section-white::before,
.section-white + .section-gray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(17, 43, 85, 0.1), transparent);
}

/* ============================================
   TYPOGRAPHIE MODERNE
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: var(--df-blue);
    letter-spacing: -0.02em;
    line-height: var(--line-height-tight);
}

h1 {
    font-size: var(--font-size-h1) !important;
    margin-bottom: var(--spacing-sm) !important;
}

h2 {
    font-size: var(--font-size-h2) !important;
    margin-bottom: var(--spacing-xs) !important;
    text-align: center !important;
}

h3 {
    font-size: var(--font-size-h3) !important;
    margin-bottom: var(--spacing-xs) !important;
}

h4 {
    font-size: var(--font-size-h4) !important;
    margin-bottom: var(--spacing-xs) !important;
    font-weight: 500 !important;
}

p {
    font-size: var(--font-size-body) !important;
    line-height: var(--line-height-relaxed) !important;
    color: #2a2a2a !important;
    margin-bottom: var(--spacing-xs) !important;
    font-weight: 400 !important;
}

strong {
    font-weight: 600 !important;
    color: rgba(237, 65, 65, 0.85) !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.section-header {
    max-width: 800px;
    margin: var(--spacing-md) auto var(--spacing-md);
    text-align: center;
}

.section-header h2 {
    margin-bottom: var(--spacing-xs) !important;
}

.section-lead {
    font-size: var(--font-size-body) !important;
    line-height: var(--line-height-relaxed) !important;
    color: #2a2a2a !important;
    font-weight: 400 !important;
}

.section-intro-text {
    max-width: 900px;
    margin: var(--spacing-md) auto 0;
    font-size: var(--font-size-body) !important;
    text-align: center !important;
    color: #2a2a2a !important;
}

.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue p,
.section-blue strong {
    color: var(--df-white) !important;
}

.section-blue .section-lead {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ============================================
   BOUTONS CTA - DESIGN MINIMALISTE
   ============================================ */

.cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.75rem 1.75rem !important;
    border-radius: var(--radius-sm) !important;
    background: var(--df-red) !important;
    border: 1px solid var(--df-red) !important;
    color: var(--df-white) !important;
    font-size: var(--font-size-small) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: 0.01em !important;
    margin-top: var(--spacing-sm) !important;
    transition: all var(--transition-smooth) !important;
    white-space: nowrap;
}

.cta-button:hover,
.cta-button:focus-visible {
    background: var(--df-red-dark) !important;
    border-color: var(--df-red-dark) !important;
    transform: translateY(-1px) !important;
    box-shadow: var(--shadow-soft) !important;
    outline: none !important;
}

/* ============================================
   SECTION BIENVENUE - LAYOUT ÉQUILIBRÉ
   ============================================ */

.intro-main {
    padding-top: clamp(3rem, 5vw, 4rem) !important;
    padding-bottom: clamp(2rem, 4vw, 2.5rem) !important;
}

.intro-card {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.content-with-image {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: var(--spacing-lg) !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
}

.content-with-image .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: var(--spacing-lg);
}

.intro-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: var(--df-blue) !important;
    margin-bottom: var(--spacing-sm) !important;
}

.content-with-image .text-content p {
    text-align: justify !important;
    margin-bottom: var(--spacing-xs) !important;
}

.content-with-image .image-content {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    height: 100% !important;
    padding-left: var(--spacing-lg);
}

.content-with-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* ============================================
   CARTES - DESIGN MINIMALISTE
   ============================================ */

.card,
.service-card-slider,
.vertical-item,
.faq-item {
    background: var(--df-white) !important;
    border-radius: var(--radius-md) !important;
    border: var(--border-subtle) !important;
    border-left: 3px solid var(--df-red) !important;
    padding: var(--spacing-md) !important;
    padding-left: calc(var(--spacing-md) + 0.5rem) !important;
    transition: all var(--transition-smooth) !important;
    box-shadow: var(--shadow-none) !important;
    position: relative !important;
}

.card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}

.card:hover {
    border-left-color: var(--df-red) !important;
    border-color: rgba(237, 65, 65, 0.25) !important;
    box-shadow: 0 8px 24px rgba(237, 65, 65, 0.15) !important;
    transform: translateY(-6px) scale(1.02) !important;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 245, 245, 0.5) 100%) !important;
}

.card:hover .icon {
    transform: scale(1.15) rotate(5deg) !important;
    color: var(--df-red) !important;
    opacity: 1 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.card:hover h4 {
    color: var(--df-red) !important;
    transition: color 0.3s ease !important;
}

.service-card-slider:hover,
.vertical-item:hover {
    border-color: rgba(17, 43, 85, 0.15) !important;
    box-shadow: var(--shadow-soft) !important;
    transform: translateY(-2px) !important;
}

.card,
.service-card-slider {
    border-left: 2px solid rgba(17, 43, 85, 0.12) !important;
    padding-left: calc(var(--spacing-md) - 2px) !important;
}

.card .icon,
.service-card-slider .icon,
.vertical-item .icon {
    font-size: 2rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-bottom: var(--spacing-xs) !important;
    color: var(--df-blue) !important;
    opacity: 0.7;
    line-height: 1 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.section-services .service-card-slider .icon {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.card .icon {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

.card {
    text-align: center !important;
}

.card h4 {
    margin-bottom: var(--spacing-xs) !important;
    text-align: center !important;
    transition: color 0.3s ease !important;
}

.service-card-slider h4 {
    margin-bottom: var(--spacing-xs) !important;
    text-align: center !important;
}

.card p {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.service-card-slider p {
    text-align: center !important;
    margin-bottom: 0 !important;
}

/* ============================================
   GRILLES DE CARTES
   ============================================ */

.cards-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: var(--spacing-sm) !important;
    margin-top: var(--spacing-md) !important;
}

.cards-grid-2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: var(--spacing-md) !important;
    margin-top: var(--spacing-md) !important;
}

.section-why-intro {
    padding-top: clamp(3rem, 5vw, 4rem) !important;
    padding-bottom: clamp(1.5rem, 3vw, 2rem) !important;
}

.section-why-intro .section-header {
    margin-bottom: var(--spacing-md) !important;
}

.section-why-intro .cards-container {
    margin-top: var(--spacing-md) !important;
    margin-bottom: var(--spacing-md) !important;
    gap: var(--spacing-sm) !important;
}

.section-why-intro .card {
    padding: var(--spacing-md) !important;
}

.section-why-intro .section-intro-text {
    margin-top: var(--spacing-md) !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   SECTION SERVICES - SLIDER/CARROUSEL
   ============================================ */

.services-title-red {
    color: var(--df-blue) !important;
}

.section-services {
    padding-top: clamp(3rem, 5vw, 4rem) !important;
    padding-bottom: clamp(1.5rem, 3vw, 2rem) !important;
}

.services-slider-wrapper {
    margin-top: var(--spacing-md) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--spacing-md) !important;
    padding-right: var(--spacing-md) !important;
}

.services-slider-container {
    overflow: hidden !important;
    border-radius: var(--radius-lg) !important;
    background: transparent !important;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100% !important;
}

.services-slider {
    display: flex !important;
    gap: var(--spacing-sm) !important;
    transition: transform 0.4s ease-out !important;
    will-change: transform !important;
    width: 100% !important;
}

.service-card-slider {
    flex: 0 0 calc(33.333% - (2 * var(--spacing-sm) / 3)) !important;
    min-width: calc(33.333% - (2 * var(--spacing-sm) / 3)) !important;
    max-width: calc(33.333% - (2 * var(--spacing-sm) / 3)) !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: var(--radius-md) !important;
    border: 1px solid rgba(17, 43, 85, 0.08) !important;
    border-left: 2px solid rgba(17, 43, 85, 0.12) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    padding: var(--spacing-md) !important;
    background: var(--df-white);
    position: relative;
    overflow: hidden;
    flex-shrink: 0 !important;
}

.service-card-slider {
    text-align: center !important;
}

.service-card-slider h4 {
    text-align: center !important;
    margin-bottom: var(--spacing-xs) !important;
}

.service-card-slider strong {
    display: block !important;
    margin-bottom: var(--spacing-xs) !important;
    font-size: var(--font-size-small) !important;
    color: rgba(237, 65, 65, 0.75) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500 !important;
    text-align: center !important;
}

.service-card-slider .icon {
    font-size: 1.25rem !important;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-xs) !important;
    background: rgba(17, 43, 85, 0.05);
    color: var(--df-blue);
    opacity: 0.8;
}

.section-services .service-card-slider {
    transition:
        transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.section-services .service-card-slider:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(17, 43, 85, 0.18);
    background: radial-gradient(circle at top left, rgba(17, 43, 85, 0.04), #ffffff 55%);
}

.section-services .service-card-slider:hover .icon {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 18px rgba(17, 43, 85, 0.15);
}

/* ============================================
   SECTION CAS DE FIGURE - LISTE VERTICALE
   ============================================ */

.vertical-list {
    display: flex !important;
    flex-direction: column !important;
    gap: var(--spacing-sm) !important;
}

.vertical-item {
    display: flex !important;
    gap: var(--spacing-md) !important;
    align-items: flex-start !important;
}

.vertical-item .content {
    flex: 1 1 auto !important;
}

.vertical-item h3 {
    margin-bottom: var(--spacing-xs) !important;
    text-align: left !important;
}

.vertical-item p {
    text-align: left !important;
    margin-bottom: 0 !important;
}

/* ============================================
   SECTION PEUR DU REFUS
   ============================================ */

.highlight-white {
    font-weight: 600 !important;
    color: var(--df-white) !important;
}

.info-box-blue {
    max-width: 800px !important;
    margin: var(--spacing-md) auto !important;
    padding: var(--spacing-md) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: var(--radius-md) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.info-box-blue p {
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-align: center !important;
}

.info-box-blue strong {
    color: var(--df-white) !important;
}

.section-actions {
    margin-top: var(--spacing-md) !important;
}

.section-risk {
    padding-top: clamp(2.5rem, 4vw, 3rem) !important;
    padding-bottom: clamp(1.5rem, 3vw, 2rem) !important;
}

.section-risk .section-header {
    margin-bottom: var(--spacing-sm) !important;
}

.section-risk .section-intro-text {
    margin-bottom: var(--spacing-sm) !important;
}

.section-risk .info-box-blue {
    margin: var(--spacing-xs) auto !important;
    padding: var(--spacing-sm) !important;
}

.section-risk .section-actions {
    margin-top: var(--spacing-sm) !important;
}

/* ============================================
   SECTION CTA FINALE
   ============================================ */

.cta-final-section {
    background-image: url('https://demarches-en-france.fr/wp-content/uploads/2025/12/demarche-en-france-demande-visa.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    position: relative !important;
    color: var(--df-white) !important;
    padding: var(--spacing-xl) var(--spacing-md) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 300px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.cta-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        135deg,
        rgba(17, 43, 85, 0.92),
        rgba(17, 43, 85, 0.85)
    ) !important;
    z-index: 1 !important;
}

.cta-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 900px !important;
    text-align: center !important;
    padding: var(--spacing-lg) var(--spacing-md) !important;
    margin: 0 auto !important;
}

.cta-content h2 {
    color: var(--df-white) !important;
    margin-bottom: var(--spacing-sm) !important;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: var(--spacing-md) !important;
    padding: 0 var(--spacing-md) !important;
    line-height: 1.7 !important;
}

/* ============================================
   RESPONSIVE GLOBAL
   ============================================ */

@media (max-width: 1024px) {
    .cards-container {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: var(--spacing-md) !important;
        padding-bottom: 0.5rem !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .cards-container .card {
        min-width: min(85%, 340px) !important;
        scroll-snap-align: start !important;
        flex-shrink: 0 !important;
    }

    .cards-grid-2 {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: var(--spacing-md) !important;
        padding-bottom: 0.5rem !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .cards-grid-2 .card {
        min-width: min(85%, 400px) !important;
        scroll-snap-align: start !important;
        flex-shrink: 0 !important;
    }

    .services-slider-container {
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .services-slider-container::-webkit-scrollbar {
        display: none !important;
    }

    .services-slider {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .service-card-slider {
        flex: 0 0 min(75%, 380px) !important;
        min-width: min(75%, 380px) !important;
        scroll-snap-align: start !important;
        flex-shrink: 0 !important;
    }

    .vertical-list {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: var(--spacing-md) !important;
        padding-bottom: 0.5rem !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .vertical-list .vertical-item {
        min-width: min(85%, 400px) !important;
        scroll-snap-align: start !important;
        flex-shrink: 0 !important;
    }
}

@media (max-width: 900px) {
    .content-with-image {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-lg) !important;
    }

    .section-header {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .section {
        padding-top: clamp(2rem, 4vw, 3rem) !important;
        padding-bottom: var(--spacing-sm) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .section .container {
        padding: 0 var(--spacing-sm) !important;
    }

    .section-why-intro {
        padding-top: clamp(2rem, 4vw, 3rem) !important;
        padding-bottom: var(--spacing-sm) !important;
    }

    .section-why-intro .card {
        padding: 1.25rem 1.5rem !important;
    }

    .section-risk {
        padding-top: clamp(2rem, 3.5vw, 2.5rem) !important;
        padding-bottom: clamp(1.25rem, 2.5vw, 1.75rem) !important;
    }

    .section-risk .info-box-blue {
        margin: var(--spacing-xs) auto !important;
        padding: var(--spacing-sm) !important;
    }

    .section-risk .section-actions {
        margin-top: var(--spacing-sm) !important;
    }

    .services-slider-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: var(--spacing-sm) !important;
        padding-right: var(--spacing-sm) !important;
    }

    .cta-final-section {
        text-align: left !important;
        padding: var(--spacing-lg) var(--spacing-sm) !important;
        min-height: 250px !important;
    }
    
    .cta-content {
        padding: var(--spacing-md) var(--spacing-sm) !important;
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .section {
        padding-inline: 0 !important;
    }
    
    .section .container {
        padding: 0 var(--spacing-sm) !important;
    }

    .card,
    .service-card-slider,
    .vertical-item {
        padding: var(--spacing-md) !important;
    }

    .cta-button {
        width: 100% !important;
        justify-content: center !important;
    }
}
</style>/* End custom CSS */