.spoiler{width:100%;max-width:unset}.post__content .spoiler{margin-bottom:32px}.spoiler__wrapper{border-radius:24px;background:rgba(46,46,46,.03);padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.spoiler__title-block{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;cursor:pointer}.spoiler__title{color:#f14b13;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.spoiler__title-icon{display:flex;width:32px;height:32px;justify-content:center;align-items:center;border-radius:8px;background:rgba(0,0,0,.1);flex-shrink:0}.spoiler__title-icon svg{transition:transform .3s ease;transform:rotate(180deg)}.spoiler__line{width:100%;height:1px;background:rgba(0,0,0,.2)}.spoiler__content p{transition:transform .3s ease}.spoiler.active .spoiler__title-icon svg{transform:rotate(0deg)}.spoiler__content{max-height:0;overflow:hidden;transition:max-height .3s ease;display:none}.spoiler.active .spoiler__content{max-height:500px;display:block}.post__content .spoiler__content p{margin-bottom:0;color:rgba(46,46,46,.5);font-size:16px;font-style:normal;font-weight:500;line-height:normal}