.wrapper{width:100%;height:100%;padding:8px 0 0}.wrapper .message-wrapper{border:1px solid #f5f5f5;border-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow-x:hidden;display:flex;flex-direction:column;gap:6px;padding:10px 20px;min-height:100%;max-height:100%}.wrapper .message-wrapper .message{display:flex;color:#fff;align-items:end;width:300px;border-radius:8px}.wrapper .message-wrapper .message.for{background:#09092c}.wrapper .message-wrapper .message.against{background:#3a0909;align-self:flex-end}body{height:100vh;display:flex;flex-direction:column}body section{flex-grow:1}