.cmt-accordion{font-family:inherit}.cmt-item{border-bottom:0;background:#f7f7f7;transition:background 0.25s ease;margin-bottom:15px}.cmt-header{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer}.cmt-title{font-size:16px;font-weight:600;color:#E00101}.cmt-content{max-height:0;overflow:hidden;transition:max-height 0.4s ease;padding:0 22px;background:#fff}.cmt-content p{margin:15px 0;color:#444;line-height:1.6}.cmt-item.active .cmt-content{padding-bottom:18px;background:#f7f7f7}.cmt-icon{position:relative;width:18px;height:18px;flex-shrink:0}.cmt-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity 0.25s ease,transform 0.25s ease}.icon-down{opacity:1}.icon-close{opacity:0;pointer-events:none}.cmt-item.active .icon-down{opacity:0}.cmt-item.active .icon-close{opacity:1}.cmt-item.active .icon-close{transform:translate(-50%,-50%) scale(1)}.icon-close{transform:translate(-50%,-50%) scale(.8)}