.ethos-lcn{
  display:flex;
  align-items:center;
}

.ethos-lcn__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  padding:0;
  cursor:pointer;
  line-height:1;
  transition: transform .15s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.ethos-lcn__btn:focus{
  outline: 2px solid rgba(0,0,0,.3);
  outline-offset: 3px;
}

.ethos-lcn__btn:hover{
  transform: translateY(-1px);
}

.ethos-lcn__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
