.composer_container{position:fixed;bottom:0;left:0;right:0;z-index:1001;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:48px;padding-top:40px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 15%)}.suggestion_container{width:max-content;max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.suggestion_container::-webkit-scrollbar{display:none}.suggestion_wrapper{position:relative;display:flex;flex-direction:row;justify-content:center;gap:12px;align-items:start;padding:0 24px}.suggestion_wrapper button.arrow{display:flex;width:40px;height:42px;padding:0 12px;justify-content:center;align-items:center;border-radius:16px;border:1px solid rgba(0,0,0,.1);background:#fff;box-shadow:0 6px 12px 0 rgba(0,0,0,.08);backdrop-filter:blur(30px);z-index:2;position:absolute;top:3px;cursor:pointer;transition:opacity .2s ease-in-out}.suggestion_wrapper button.arrow.left{left:4px}.suggestion_wrapper button.arrow.right{right:4px}.suggestion_wrapper button.arrow.hidden{opacity:0;pointer-events:none}.suggestion_wrapper button.arrow svg{fill:currentColor}.carousel_container{display:flex;overflow-x:auto;gap:12px;padding:4px 0 16px;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.suggestion_container .suggestion_chip{display:flex;height:40px;padding:12px;justify-content:center;align-items:center;border-radius:16px;border:1px solid #fff;background:rgba(254,251,248,.98);box-shadow:0 -4px 20px 0 rgba(255,255,255,.6),0 .5px 3px 0 rgba(0,0,0,.15),0 .5px 6px 0 rgba(209,146,86,.25);line-height:22px;backdrop-filter:blur(30px);color:var(--acf-color-fore-neutral-Quaternary,rgba(0,0,0,.6));font-size:14px;font-family:"SF Pro Text","-apple-system",HelveticaNeue,Roboto,Arial,sans-serif}.suggestion_container .suggestion_chip{cursor:pointer;user-select:none;flex-shrink:0}.suggestion_chip:hover{background:rgba(0,0,0,.05);border:.5px solid #8a4b30;box-shadow:0 -4px 20px 0 rgba(255,255,255,.6),0 .5px 3px 0 rgba(0,0,0,.15),0 .5px 6px 0 rgba(209,146,86,.25)}.suggestion_chip:active{color:var(--acf-color-fore-neutral-Tertiary,rgba(0,0,0,.75));background:rgba(0,0,0,.03);border:.5px solid #8a4b30;box-shadow:0 -4px 20px 0 rgba(255,255,255,.6),0 .5px 3px 0 rgba(0,0,0,.15),0 .5px 6px 0 rgba(209,146,86,.25)}