/*
Generated time: August 19, 2025 02:54
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.show-more-text__content-wrapper{position:relative}.show-more-text__content{overflow:hidden;transition:max-height .4s cubic-bezier(.25, .46, .45, .94);line-height:1.6em;position:relative}.show-more-text__content--init{transition:none!important}.show-more-text__content--collapsed::after{content:'';display:block;position:absolute;left:0;right:0;bottom:0;height:3em;pointer-events:none;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);z-index:1;opacity:1;transition:opacity .3s ease-in-out}.show-more-text__content--expanded::after{opacity:0}.show-more-text__toggle{background:0 0;border:none;color:var(--color-link,#1a1a1a);cursor:pointer;font:inherit;margin-top:1.5rem;text-decoration:underline;padding:0;display:inline-block;transition:color .2s;position:relative;z-index:2}.show-more-text__toggle:hover{color:var(--color-link-hover,rgb(var(--color-button)))}.show-more-text__toggle:focus{outline:2px solid var(--color-link,#1a1a1a);outline-offset:2px}.show-more-text__content--collapsed::after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#f0f0e8 100%)}