.elementor-2678 .elementor-element.elementor-element-0b3a27a{--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-2678 .elementor-element.elementor-element-89af32c{--display:flex;--min-height:75vh;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.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-2678 .elementor-element.elementor-element-f18dcc4{font-family:"Inter", Sans-serif;font-weight:400;}#elementor-popup-modal-2678 .dialog-widget-content{animation-duration:0.3s;border-radius:20px 20px 20px 20px;}#elementor-popup-modal-2678{background-color:#00000064;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2678 .dialog-message{width:640px;height:75vh;align-items:flex-start;}#elementor-popup-modal-2678 .dialog-close-button{display:flex;font-size:44px;}@media(max-width:767px){.elementor-2678 .elementor-element.elementor-element-89af32c{--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}#elementor-popup-modal-2678 .dialog-message{width:90vw;}#elementor-popup-modal-2678 .dialog-close-button{top:0%;}body:not(.rtl) #elementor-popup-modal-2678 .dialog-close-button{right:0%;}body.rtl #elementor-popup-modal-2678 .dialog-close-button{left:0%;}}/* Start custom CSS for text-editor, class: .elementor-element-f18dcc4 *//* Wymusza wysokość popupa */
.elementor-popup {
  height: 75vh !important;
  max-height: 75vh !important;
  display: flex;
}

/* Kontener wewnętrzny – aby treść się nie rozjeżdżała */
.elementor-popup .dialog-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Scrollowany tekst */
.popup-scroll-text {
  max-height: 75vh;
  overflow-y: auto;
  padding-right: 10px; /* aby nie chowało tekstu pod scrollbar */
}

/* Opcjonalnie – upłynnienie scrolla */
.popup-scroll-text::-webkit-scrollbar {
  width: 6px;
}
.popup-scroll-text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}/* End custom CSS */