.sticky-note{z-index:20;width:370px;position:fixed;bottom:32px;right:32px;background:#fff;box-shadow:0 2px 20px -1px rgba(14,70,103,.17);overflow:hidden;transition:height .6s cubic-bezier(.25,1,.5,1)}.sticky-note:not(.jsified){height:64px}.sticky-note__head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:64px}.sticky-note__overline{margin-left:24px;margin-bottom:0}.sticky-note__line{margin-bottom:1.5rem}.sticky-note__toggle-btn{width:64px;height:64px}.sticky-note__toggle-btn .icon{transform:rotate(180deg);transition:transform .6s cubic-bezier(.25,1,.5,1)}.sticky-note.is-expanded .sticky-note__toggle-btn .icon{transform:rotate(0)}.sticky-note__body{padding:0 24px 16px}