.elementor-10051 .elementor-element.elementor-element-38eed80{--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;--background-transition:0.3s;}.elementor-10051 .elementor-element.elementor-element-38eed80.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}#elementor-popup-modal-10051{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-10051 .dialog-message{width:80vw;height:auto;}#elementor-popup-modal-10051 .dialog-close-button{display:flex;font-size:45px;}#elementor-popup-modal-10051 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-10051 .dialog-close-button i{color:var( --e-global-color-07e2683 );}#elementor-popup-modal-10051 .dialog-close-button svg{fill:var( --e-global-color-07e2683 );}@media(max-width:1025px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}#elementor-popup-modal-10051 .dialog-message{width:90vw;}}@media(min-width:768px){.elementor-10051 .elementor-element.elementor-element-38eed80{--width:100%;}}/* Start custom CSS *//* Make the container scrollable */
#elementor-popup-modal-10051 .comiccontainer {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

/* Make the image fit the container width */
#elementor-popup-modal-10051 .comicimage img {
    width: 100%;
    height: auto;
    display: block;
}

/* Style the scrollbar */
#elementor-popup-modal-10051 .comiccontainer::-webkit-scrollbar {
    width: 8px;
}

#elementor-popup-modal-10051 .comiccontainer::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#elementor-popup-modal-10051 .comiccontainer::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#elementor-popup-modal-10051 .comiccontainer::-webkit-scrollbar-thumb:hover {
    background: #555;
}/* End custom CSS */