.elementor-4094 .elementor-element.elementor-element-344e20e{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4094 .elementor-element.elementor-element-5b691c1{text-align:center;}.elementor-4094 .elementor-element.elementor-element-5b691c1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-secondary );}.elementor-4094 .elementor-element.elementor-element-ee7ef83{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.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 );}#elementor-popup-modal-4094{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4094 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4094 .dialog-close-button{display:flex;}#elementor-popup-modal-4094 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-8f51ecd */.comment-steps-indicator {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 20px;
}

.comment-steps-indicator .step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #999; /* nieaktywny krok */
}

.comment-steps-indicator .step-indicator .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.comment-steps-indicator .step-indicator.active {
    color: #0073aa;
}

.comment-steps-indicator .step-indicator.active .circle {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3fa2d7f */.comment-step {
  display: none;
}

.comment-step.is-active {
  display: block;
}/* End custom CSS */