.elementor-717 .elementor-element.elementor-element-110f905{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-717 .elementor-element.elementor-element-110f905:not(.elementor-motion-effects-element-type-background), .elementor-717 .elementor-element.elementor-element-110f905 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-99af5a9 );}/* Start custom CSS */.qrious-container {
    text-align: center;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.qrious-title {
    color: #ffffff;
    margin: 0;
    font-size: 1.5em;
}
.qrious-button {
    background: linear-gradient(45deg, #ff0000, #ff4444);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.post-content {
    display: none;
    padding: 20px;
    background: #333;
    color: #fff;
}
.post-content.active {
    display: block;
}
.next-post-container {
    display: none;
    margin-top: 20px;
}
.next-post-container.active {
    display: block;
}/* End custom CSS */