.propuesta-accordion{display:flex;flex-direction:column;gap:16px}.propuesta-item{background:#f8f7f5;border:1px solid #e7dfd7;border-radius:18px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.propuesta-item:hover{border-color:#d8c9bb}.propuesta-item.is-open{border-color:#970000;background:#fcfbf9;box-shadow:0 10px 24px rgba(0,0,0,0.04)}.propuesta-trigger{cursor:pointer;width:100%}.propuesta-trigger-inner{display:flex;align-items:center;gap:14px;padding:22px 26px;width:100%;box-sizing:border-box}.propuesta-icon{width:35px !important;height:35px !important;object-fit:contain;flex:0 0 16px;margin-top:0}.propuesta-title{flex:1 1 auto;min-width:0;color:#1f1f1f;font-size:18px;font-weight:600;line-height:1.35}.propuesta-title p,.propuesta-title div,.propuesta-title span{margin:0}.propuesta-trigger-inner::after{content:"+";flex:0 0 auto;margin-left:18px;color:#970000;font-size:28px;line-height:1;font-weight:400}.propuesta-item.is-open .propuesta-trigger-inner::after{content:"−"}.propuesta-panel{max-height:0 !important;overflow:hidden !important;padding:0 !important;margin:0 !important;border:0 !important;opacity:0;transition:max-height .35s ease,opacity .25s ease}.propuesta-item.is-open .propuesta-panel{max-height:500px !important;opacity:1}.propuesta-panel-inner{overflow:hidden}.propuesta-content{padding:0 26px 24px 56px;box-sizing:border-box}.propuesta-content .ql-editor{padding:0}.propuesta-content p{margin:0;color:#6c625d;font-size:16px;line-height:1.75}.propuesta-item.is-open .propuesta-content{border-top:1px solid #eee6de;padding-top:20px}@media(max-width:767px){.propuesta-trigger-inner{padding:18px 18px;gap:12px}.propuesta-title{font-size:16px}.propuesta-trigger-inner::after{font-size:24px;margin-left:14px}.propuesta-content{padding:0 18px 18px 46px}.propuesta-item.is-open .propuesta-content{padding-top:16px}.propuesta-content p{font-size:15px;line-height:1.65}}