.elementor-2524 .elementor-element.elementor-element-6cf9a22d{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-2c2ff5ce */#content > div > div > div > div > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wp-2fa-configuration-form
{
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 5% 10%;
    text-align: center;
    max-width: 65%;
    
}

.wp-2fa-configuration-form h2 
{
    font-size: 22px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
    
.wp-2fa-configuration-form .description 
{
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 20px;
    line-height: 1.5;
}
    
.wp-2fa-configuration-form h3 
{
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 16px;
}
    
.wp-2fa-configuration-form table  
{
    width: 100%;
}
        
.wp-2fa-configuration-form table td 
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #6B7280;
    
}

.wp-2fa-configuration-form table td::last-child 
{
    margin-bottom: 0;
    
}/* End custom CSS */
/* Start custom CSS */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


main #content {
    width: 100%;
    max-width: 900px;
}/* End custom CSS */